-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing .tarball-version file in official glogg-0.9.2.tar.gz #49
Comments
That's correct. I modified my release script and did it wrong, I'll do Thanks for the report. Nic On 10/10/13 12:26, dwrobel wrote:
|
It would be better to release new version (0.9.2.1) as I already commited workaround for Fedora packages: http://pkgs.fedoraproject.org/cgit/glogg.git/commit/?id=0190720966a127e1a7db6c40821456a0a04df27c |
Yes I could do that but won't it make you release another package for Sorry, I didn't realise you were the Fedora maintainer and had already Nic On 10/10/13 14:17, dwrobel wrote:
|
If the only difference between those versions will be the missing file it wouldn't have be a problem at all. |
Released 0.9.2.1 tarball to fix this problem. No other change. |
There is no .tarball-version file in the official 0.9.2 tarball which results in the following messages:
g++ -c -pipe -g -Wextra -DGLOGG_DATE="
date +"%F"
"-DGLOGG_VERSION="
git describe
" -DGLOGG_COMMIT="git rev-parse --short HEAD
" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I.moc/release-shared -I. -o .obj/release-shared/main.o main.cppfatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
As a result there is no correct version available in the Help->About menu.
The text was updated successfully, but these errors were encountered: