- Removed '-O0' compiler option for foomatic-filters, which had been used

for debugging purposes.
This commit is contained in:
Tim Waugh 2009-07-02 22:41:20 +00:00
parent bb310c3eee
commit bcfc0584b6
1 changed files with 7 additions and 3 deletions

View File

@ -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@redhat.com> 4.0.2-2
* Thu Jul 2 2009 Tim Waugh <twaugh@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@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.