rpms/foomatic/devel foomatic.spec,1.216,1.217

Tim Waugh twaugh at fedoraproject.org
Thu Jul 2 22:41:51 UTC 2009


Author: twaugh

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

Modified Files:
	foomatic.spec 
Log Message:
* Thu Jul  2 2009 Tim Waugh <twaugh at redhat.com> 4.0.2-3
- Removed '-O0' compiler option for foomatic-filters, which had been
  used for debugging purposes.



Index: foomatic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/foomatic/devel/foomatic.spec,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -p -r1.216 -r1.217
--- foomatic.spec	2 Jul 2009 15:57:34 -0000	1.216
+++ foomatic.spec	2 Jul 2009 22:41:20 -0000	1.217
@@ -7,7 +7,7 @@
 Summary: Database of printers and printer drivers
 Name:		foomatic
 Version:	%{enginever}
-Release:    2%{?dist}
+Release:    3%{?dist}
 License:	GPLv2+
 Group: System Environment/Libraries
 
@@ -134,7 +134,7 @@ export CUPS_PPDS=%{_datadir}/cups/model
 
 pushd foomatic-filters-%{filtersver}
 %configure
-make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS -O0"
+make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS"
 popd
 
 pushd foomatic-db-engine-%{enginever}
@@ -242,7 +242,11 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
 %{_var}/cache/foomatic
 
 %changelog
-* Thu Jul  2 2009 Tim Waugh <twaugh at redhat.com> 4.0.2-2
+* Thu Jul  2 2009 Tim Waugh <twaugh at redhat.com> 4.0.2-3
+- Removed '-O0' compiler option for foomatic-filters, which had been
+  used for debugging purposes.
+
+* Thu Jul  2 2009 Tim Waugh <twaugh at redhat.com> 4.0.2-1
 - Updated db-engine to 4.0.2 (bug #503188).
 - Updated foomatic-filters to 4.0.2 (bug #496521).
 - Updated db-hpijs to 20090701.




More information about the fedora-extras-commits mailing list