rpms/cfitsio/devel cfitsio.spec,1.30,1.31

Matthew D Truch mtruch at fedoraproject.org
Mon Feb 23 20:39:51 UTC 2009


Author: mtruch

Update of /cvs/extras/rpms/cfitsio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10924

Modified Files:
	cfitsio.spec 
Log Message:
Re-check test output.



Index: cfitsio.spec
===================================================================
RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- cfitsio.spec	5 Feb 2009 21:43:24 -0000	1.30
+++ cfitsio.spec	23 Feb 2009 20:39:21 -0000	1.31
@@ -1,6 +1,6 @@
 Name:           cfitsio
 Version:        3.130
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library for manipulating FITS data files
 
 Group:          Development/Libraries
@@ -59,7 +59,7 @@
 %check
 make testprog
 LD_LIBRARY_PATH=. ./testprog > testprog.lis
-#cmp -s testprog.lis testprog.out #testprog.out is accidentally missing from 3.100 tarball.
+cmp -s testprog.lis testprog.out
 cmp -s testprog.fit testprog.std
 
 %install
@@ -95,6 +95,10 @@
 %{_libdir}/libcfitsio.a
 
 %changelog
+* Sun Feb 22 2009 Matthew Truch <matt at truch.net> - 3.130-3
+- Re-check testprogram output.
+- Build for koji, rpm, gcc upgrade.  
+
 * Thu Feb 5 2009 Matthew Truch <matt at truch.net> - 3.130-2
 - Fix source file naming typo.
 




More information about the fedora-extras-commits mailing list