[cups-filters/f19: 12/12] Updated to 1.0.39

Jaromir Koncicky jkoncick at fedoraproject.org
Thu Oct 3 09:10:04 UTC 2013


commit fa2cdf9f889dd2704e816e15ebc4e3776521f4ed
Author: Jaromír Končický <jkoncick at redhat.com>
Date:   Thu Oct 3 10:59:45 2013 +0200

    Updated to 1.0.39

 .gitignore                                  |    1 +
 cups-filters-browsepoll-notifications.patch |  481 ---------------------------
 cups-filters-pdf-landscape.patch            |   41 ---
 cups-filters.spec                           |   20 +-
 sources                                     |    2 +-
 5 files changed, 10 insertions(+), 535 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3800326..50bc9b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /cups-filters-1.0.36.tar.xz
 /cups-filters-1.0.37.tar.xz
 /cups-filters-1.0.38.tar.xz
+/cups-filters-1.0.39.tar.xz
diff --git a/cups-filters.spec b/cups-filters.spec
index 36e78fd..6eb1382 100644
--- a/cups-filters.spec
+++ b/cups-filters.spec
@@ -3,8 +3,8 @@
 
 Summary: OpenPrinting CUPS filters and backends
 Name:    cups-filters
-Version: 1.0.38
-Release: 4%{?dist}
+Version: 1.0.39
+Release: 1%{?dist}
 
 # For a breakdown of the licensing, see COPYING file
 # GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
@@ -21,9 +21,7 @@ Group:   System Environment/Base
 Url:     http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
 Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
 
-Patch1: cups-filters-pdf-landscape.patch
-Patch2: cups-filters-format-mismatch.patch
-Patch3: cups-filters-browsepoll-notifications.patch
+Patch1: cups-filters-format-mismatch.patch
 
 Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
 
@@ -106,14 +104,8 @@ This is the development package for OpenPrinting CUPS filters and backends.
 %prep
 %setup -q
 
-# Fix landscape printing for PDFs (bug #768811).
-%patch1 -p1 -b .pdf-landscape
-
 # Fixes for some printf-type format mismatches (bug #1014093).
-%patch2 -p1 -b .format-mismatch
-
-# Use IPP notifications for BrowsePoll when possible (bug #975241).
-%patch3 -p1 -b .browsepoll-notifications
+%patch1 -p1 -b .format-mismatch
 
 %build
 # work-around Rpath
@@ -231,6 +223,10 @@ fi
 %{_libdir}/libfontembed.so
 
 %changelog
+* Thu Oct 03 2013 Jaromír Končický <jkoncick at redhat.com> - 1.0.39-1
+- 1.0.39
+- Removed obsolete patches "pdf-landscape" and "browsepoll-notifications"
+
 * Tue Oct  1 2013 Tim Waugh <twaugh at redhat.com> - 1.0.38-4
 - Use IPP notifications for BrowsePoll when possible (bug #975241).
 
diff --git a/sources b/sources
index 11520f0..4a6b11d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf9b6f34b3445ebc16b13cbb0c249ae1  cups-filters-1.0.38.tar.xz
+78dd836227b64c5839bf62354c99d6c9  cups-filters-1.0.39.tar.xz


More information about the scm-commits mailing list