[python-cups] Latest upstream release.

Tim Waugh twaugh at fedoraproject.org
Tue Feb 10 14:10:36 UTC 2015


commit 96e49fae132195cea201128ad312c45111899f8b
Author: Tim Waugh <twaugh at redhat.com>
Date:   Tue Feb 10 12:58:11 2015 +0000

    Latest upstream release.

 .gitignore                      |    1 +
 pycups-1.9.70.tar.bz2.asc       |   11 ---------
 pycups-1.9.72.tar.bz2.asc       |   11 +++++++++
 python-cups-ipp-constants.patch |   45 ---------------------------------------
 python-cups.spec                |   11 ++++-----
 sources                         |    2 +-
 6 files changed, 18 insertions(+), 63 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6b3c9c..2cd31a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /pycups-1.9.68.tar.bz2
 /pycups-1.9.69.tar.bz2
 /pycups-1.9.70.tar.bz2
+/pycups-1.9.72.tar.bz2
diff --git a/pycups-1.9.72.tar.bz2.asc b/pycups-1.9.72.tar.bz2.asc
new file mode 100644
index 0000000..f08ac5a
--- /dev/null
+++ b/pycups-1.9.72.tar.bz2.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEVAwUAVNn/h3lVEo2joavTAQIAMgf9HhJIzJU6JPCYyMBhK7RKBNLBkf0eRKIq
+Y3byDsN/fFxo+HLx/8gwayMCdIst5/eOsTFrDbEzxNfUvOQSzVVgLthRl8PkmQdg
+jM1taFvlRXfccYH9YN93+F5gcyix1tLRZA+HXEOwgIfaAIMC3CfoKvHMyBQ4VzDx
+8Fsr2lbgY1ARRtPDYs9iOzXFrlgDHt6dgd8EWtb1yWxbMjXUo/o9QR2+H4rG4C4F
+gYhlut1Vo5HJksu8oLQmN4ZqTazIn5PYEZKBBjoVShHekXQbmofH3THoHOtkAwJ1
+wy9k6M4t5dja4BYcuXrC6pk0tvTfTROWR4T2Dra+d2vGb1CT9yKzjA==
+=mvXK
+-----END PGP SIGNATURE-----
diff --git a/python-cups.spec b/python-cups.spec
index 73567b4..2bac2da 100644
--- a/python-cups.spec
+++ b/python-cups.spec
@@ -5,11 +5,10 @@
 
 Summary:       Python bindings for CUPS
 Name:          python-cups
-Version:       1.9.70
-Release:       3%{?dist}
+Version:       1.9.72
+Release:       1%{?dist}
 URL:           http://cyberelk.net/tim/software/pycups/
 Source:        http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
-Patch1:        python-cups-ipp-constants.patch
 License:       GPLv2+
 Group:         Development/Languages
 BuildRequires: cups-devel
@@ -42,9 +41,6 @@ Documentation for python-cups.
 %prep
 %setup -q -n pycups-%{version}
 
-# Fixes for IPP constants (bug #1181043, bug #1181055).
-%patch1 -p1 -b .ipp-constants
-
 rm -rf %{py3dir}
 cp -a . %{py3dir}
 
@@ -83,6 +79,9 @@ popd
 %doc examples html
 
 %changelog
+* Tue Feb 10 2015 Tim Waugh <twaugh at redhat.com> - 1.9.72-1
+- Latest upstream release.
+
 * Thu Jan 15 2015 Tim Waugh <twaugh at redhat.com> - 1.9.70-3
 - Only ship the postscriptdriver rpm-provides script in python3-cups
   as it is a python3 script.
diff --git a/sources b/sources
index 362cecf..e0ec761 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c448743260b6cac6f56ae18f6b0adb7  pycups-1.9.70.tar.bz2
+c790bfbf4a3e9da2412c12c860fe191f  pycups-1.9.72.tar.bz2


More information about the scm-commits mailing list