rpms/qof/devel qof.spec,1.24,1.25

Denis Leroy denis at fedoraproject.org
Fri Feb 27 21:49:11 UTC 2009


Author: denis

Update of /cvs/pkgs/rpms/qof/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13939

Modified Files:
	qof.spec 
Log Message:
Disabled error on warnings


Index: qof.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qof/devel/qof.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- qof.spec	25 Feb 2009 17:47:54 -0000	1.24
+++ qof.spec	27 Feb 2009 21:48:41 -0000	1.25
@@ -1,6 +1,6 @@
 Name:           qof
 Version:        0.7.5
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Query engine library for C objects
 
 Group:          System Environment/Libraries
@@ -73,7 +73,7 @@
 
 %build
 # qof doesn't work with sqlite-3
-%configure --disable-static --disable-sqlite
+%configure --disable-static --disable-sqlite --disable-error-on-warning
 make
 
 %install
@@ -117,6 +117,9 @@
 %doc html
 
 %changelog
+* Fri Feb 27 2009 Denis <denis at poolshark.org> - 0.7.5-6
+- Disabled error on warnings
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list