Changelog for
cgoban-1.9.14-11.fc11.x86_64.rpm :
Fri Feb 27 23:00:00 2009 Chris Ricker
1.9.14-11
- resubmit for build issues
Mon Feb 23 23:00:00 2009 Fedora Release Engineering - 1.9.14-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Fri Feb 15 23:00:00 2008 Chris Ricker 1.9.14-9
- Rebuild for GCC 4.3
- Fix license
Tue Sep 12 00:00:00 2006 Chris Ricker 1.9.14-8
- Bump and rebuild
Tue Apr 4 00:00:00 2006 Chris Ricker 1.9.14-7
- Rebuild again for FE5
- die, tabs, die!
Wed Mar 1 23:00:00 2006 Chris Ricker 1.9.14-6
- Rebuild for FE5
- add dist tag
Sun Jun 26 00:00:00 2005 Colin Charles 1.9.14-5
- Fix download URL
Fri Apr 8 00:00:00 2005 Michael Schwendt
- rebuilt
Fri Nov 12 23:00:00 2004 Phillip Compton 1.9.14-0.fdr.3
- Clean up spec/Bump release.
Thu Jul 31 00:00:00 2003 Phillip Compton 0:1.9.14-0.fdr.2
- Appleied Michael Schwendt\'s patch to spec (now honors RPM_OPT_FLAGS).
Wed Jul 30 00:00:00 2003 Phillip Compton 0:1.9.14-0.fdr.1
- Fedorafication.
Sat Oct 26 00:00:00 2002 Kevin Sonney 1.9.14-0.2
- latest dev build
- tested rpm spec on RHL 7.x
Sat Oct 26 00:00:00 2002 Kevin Sonney 1.9.14-0.1
- version jump
- remove patches
- modify .spec to be included in mainline cgoban1 distribution
Wed Oct 23 00:00:00 2002 Kevin Sonney 1.9.12-0.4
- change desktop/menu entry description
Tue Oct 22 00:00:00 2002 Kevin Sonney 1.9.12-0.3
- rename binary to cgoban1
- added desktop entry for gnome
Fri Aug 23 00:00:00 2002 Kevin Sonney 1.9.12-0.2
- Better patch to Makefile.in
- still needs porting to the new autoconf
- can now use
CFLAGS=\"${CFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic}\" ; export CFLAGS ;
CXXFLAGS=\"${CXXFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic}\" ; export CXXFLAGS ;
FFLAGS=\"${FFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules}\" ; export FFLAGS ;
./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu \\
--target=x86_64-redhat-linux-gnu \\
--program-prefix= \\
--prefix=/usr \\
--exec-prefix=/usr \\
--bindir=/usr/bin \\
--sbindir=/usr/sbin \\
--sysconfdir=/etc \\
--datadir=/usr/share \\
--includedir=/usr/include \\
--libdir=/usr/lib64 \\
--libexecdir=/usr/libexec \\
--localstatedir=/var \\
--sharedstatedir=/var/lib \\
--mandir=/usr/share/man \\
--infodir=/usr/share/info macro
- clean out fluxbox comments form my template .spec file
- bad hacks for man pages & doc lcoations
Fri Aug 23 00:00:00 2002 Kevin Sonney 1.9.12-0.1
- Initial Spec File
- lots of fixes to the spec to get it to build right as an RPM
- patched the Makefile.in to correct autoconf error
- needs porting to the new autoconf