[foomatic/f15] Updated filters to 4.0.13

Jiří Popelka jpopelka at fedoraproject.org
Tue Mar 13 15:32:25 UTC 2012


commit d55a3eb18b6d07095cb9b4b4c9dee62d54f93bdb
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Tue Mar 13 16:22:15 2012 +0100

    Updated filters to 4.0.13

 .gitignore                           |    1 +
 foomatic-filters-CVE-2011-2924.patch |   32 --------------------------------
 foomatic.spec                        |   16 ++++++----------
 sources                              |    2 +-
 4 files changed, 8 insertions(+), 43 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c50cb10..fb09154 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /foomatic-filters-4.0.7.tar.gz
 /foomatic-db-engine-4.0.8.tar.gz
 /foomatic-filters-4.0.8.tar.gz
+/foomatic-filters-4.0.13.tar.gz
diff --git a/foomatic.spec b/foomatic.spec
index d8e5cfe..155c9bc 100644
--- a/foomatic.spec
+++ b/foomatic.spec
@@ -1,5 +1,5 @@
 %define enginever 4.0.8
-%define filtersver 4.0.8
+%define filtersver 4.0.13
 
 Summary: Tools for using the foomatic database of printers and printer drivers
 Name:       foomatic
@@ -15,8 +15,7 @@ Source0: http://www.openprinting.org/download/foomatic/foomatic-db-engine-%{engi
 Source1: http://www.openprinting.org/download/foomatic/foomatic-filters-%{filtersver}.tar.gz
 
 ## PATCHES FOR FOOMATIC-FILTERS (PATCHES 1 TO 100)
-Patch1: foomatic-filters-CVE-2011-2924.patch
-Patch2: foomatic-filters-debug-string.patch
+Patch1: foomatic-filters-debug-string.patch
 
 ## PATCHES FOR FOOMATIC-DB-ENGINE (PATCHES 101 TO 200)
 
@@ -74,12 +73,8 @@ CUPS print filters for the foomatic package.
 %setup -q -c -a 1
 
 pushd foomatic-filters-%{filtersver}
-# Use mktemp when creating debug log file in foomatic-rip
-# (CVE-2011-2924, bug #726426).
-%patch1 -p1 -b .CVE-2011-2924
-
 # Too few arguments for format in a debugging string (bug #726384)
-%patch2 -p1 -b .debug-string
+%patch1 -p1 -b .debug-string
 
 aclocal
 automake --add-missing
@@ -146,7 +141,6 @@ exit 0
 
 
 %files
-%defattr(-,root,root)
 %doc --parents foomatic-db-engine-%{enginever}/COPYING
 %config(noreplace) %{_sysconfdir}/foomatic/defaultspooler
 %{_bindir}/foomatic-combo-xml
@@ -174,7 +168,6 @@ exit 0
 %{_var}/cache/foomatic
 
 %files filters
-%defattr(-,root,root,-)
 %doc --parents foomatic-filters-%{filtersver}/COPYING
 %dir %{_sysconfdir}/foomatic
 %config(noreplace) %{_sysconfdir}/foomatic/filter.conf
@@ -183,6 +176,9 @@ exit 0
 %{_mandir}/man1/foomatic-rip.1*
 
 %changelog
+* Tue Mar 13 2012 Jiri Popelka <jpopelka at redhat.com> - 4.0.8-5
+- Updated filters to 4.0.13
+
 * Mon Oct 24 2011 Jiri Popelka <jpopelka at redhat.com> - 4.0.8-4
 - Use _cups_serverbin macro from cups-devel instead of hard-coded /usr/lib/cups.
 - No need to define BuildRoot and clean it in clean and install section anymore.
diff --git a/sources b/sources
index 6b3f200..3b2b0d3 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 5283cd5125a96dc0b35d896326512b1a  foomatic-db-engine-4.0.8.tar.gz
-752324ef037fbb0de18190aa26ceab7d  foomatic-filters-4.0.8.tar.gz
+97536d2d52d75d8019006aef14c7b973  foomatic-filters-4.0.13.tar.gz


More information about the scm-commits mailing list