[python-cups] 1.9.62, including fixes for building against newer versions of CUPS.

Tim Waugh twaugh at fedoraproject.org
Wed Aug 1 12:01:50 UTC 2012


commit 0e8e20da20c7c5e9d3b29c3938bf535ee44fc23c
Author: Tim Waugh <twaugh at redhat.com>
Date:   Wed Aug 1 13:01:37 2012 +0100

    1.9.62, including fixes for building against newer versions of CUPS.

 python-cups-ppd-null.patch |   28 ----------------------------
 python-cups.spec           |   12 +++++-------
 2 files changed, 5 insertions(+), 35 deletions(-)
---
diff --git a/python-cups.spec b/python-cups.spec
index 488d788..598b0b3 100644
--- a/python-cups.spec
+++ b/python-cups.spec
@@ -5,8 +5,8 @@
 
 Summary:       Python bindings for CUPS
 Name:          python-cups
-Version:       1.9.61
-Release:       3%{?dist}
+Version:       1.9.62
+Release:       1%{?dist}
 URL:           http://cyberelk.net/tim/software/pycups/
 Source:        http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
 License:       GPLv2+
@@ -15,8 +15,6 @@ BuildRequires: cups-devel
 BuildRequires: python2-devel
 BuildRequires: epydoc
 
-Patch1: python-cups-ppd-null.patch
-
 Conflicts: rpm-build < 4.9.0
 
 %description
@@ -34,9 +32,6 @@ Documentation for python-cups.
 %prep
 %setup -q -n pycups-%{version}
 
-# Apply upstream patch to fix crash on loading invalid PPDs (bug #811159).
-%patch1 -p1 -b .ppd-null
-
 %build
 make CFLAGS="%{optflags} -fno-strict-aliasing"
 make doc
@@ -57,6 +52,9 @@ make install DESTDIR="%{buildroot}"
 %doc examples html
 
 %changelog
+* Wed Aug  1 2012 Tim Waugh <twaugh at redhat.com> - 1.9.62-1
+- 1.9.62, including fixes for building against newer versions of CUPS.
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.61-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list