rpms/sextractor/FC-5 sextractor.spec,1.3,1.4

Sergio Pascual (sergiopr) fedora-extras-commits at redhat.com
Mon Jul 24 11:39:26 UTC 2006


Author: sergiopr

Update of /cvs/extras/rpms/sextractor/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5010

Modified Files:
	sextractor.spec 
Log Message:
* Mon Jul 24 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-3
- Reverting optimization to -O2, it breaks debug infos
* Fri Jul 21 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-2
- fitsconv.c has correct permissions
- changed optimization from -O2 to -O1 (bug #199700)
- additional define allows VOTable output
* Wed Jul 19 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-1
- New upstream version 2.5.0
* Tue Jun 20 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.4.4-2
- Fixed executable permission in src/fits/fitsconv.c
- default.sex and default.param moved to docs
* Mon Jun 19 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.4.4-1
- Initial spec file.



Index: sextractor.spec
===================================================================
RCS file: /cvs/extras/rpms/sextractor/FC-5/sextractor.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sextractor.spec	21 Jul 2006 17:22:37 -0000	1.3
+++ sextractor.spec	24 Jul 2006 11:39:25 -0000	1.4
@@ -1,6 +1,6 @@
 Name: sextractor
 Version: 2.5.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Extract catalogs of sources from astronomical images
 
 Group: Applications/Engineering
@@ -19,8 +19,7 @@
 %setup -q
 
 %build
-%configure CFLAGS="${CFLAGS} -funroll-loops -fomit-frame-pointer -O1" \
-	CPPFLAGS="-DXSL_URL=\\\"file://%{_datadir}/%{name}/%{name}.xsl\\\""
+%configure CPPFLAGS="-DXSL_URL=\\\"file://%{_datadir}/%{name}/%{name}.xsl\\\""
 
 %{__make} %{?_smp_mflags}
 
@@ -43,6 +42,8 @@
 %{_datadir}/%{name}/*
 
 %changelog
+* Mon Jul 24 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-3
+- Reverting optimization to -O2, it breaks debug infos
 * Fri Jul 21 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-2
 - fitsconv.c has correct permissions
 - changed optimization from -O2 to -O1 (bug #199700)




More information about the fedora-extras-commits mailing list