rpms/getdata/F-11 getdata.spec,1.6,1.7

Matthew D Truch mtruch at fedoraproject.org
Mon Aug 17 02:31:15 UTC 2009


Author: mtruch

Update of /cvs/extras/rpms/getdata/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5925

Modified Files:
	getdata.spec 
Log Message:
Disable useless verbose debugging output.



Index: getdata.spec
===================================================================
RCS file: /cvs/extras/rpms/getdata/F-11/getdata.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- getdata.spec	23 Feb 2009 20:44:11 -0000	1.6
+++ getdata.spec	17 Aug 2009 02:31:15 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           getdata
 Version:        0.5.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library for reading and writing dirfile data
 
 Group:          Development/Libraries
@@ -54,7 +54,7 @@ Does not yet allow writing of bzip2 enco
 
 %build
 # FIXME: FFLAGS/FCFLAGS are not being honored; looking into it with upstream.
-%configure --disable-static --enable-modules --enable-debug
+%configure --disable-static --enable-modules
 make %{?_smp_mflags}
 
 %check
@@ -102,6 +102,9 @@ rm -rf %{buildroot}
 %{_libdir}/libgetdatabzip2*.so
 
 %changelog
+* Sun Aug 16 2009 Matthew Truch <matt at truch.net> - 0.5.0-3
+- Disable verbose debugging output.
+
 * Mon Feb 23 2009 Matthew Truch <matt at truch.net> - 0.5.0-2
 - Bump for mass rebuild.
 




More information about the fedora-extras-commits mailing list