From f44ffd122f3c6eae902b4b4cee31e79ef0fe170a Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mar 06 2012 11:26:04 +0000 Subject: 1.9.61, fixing ref-counting bugs (bug #800143). --- diff --git a/.gitignore b/.gitignore index 6b29d84..16a01ef 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /pycups-1.9.57.tar.bz2 /pycups-1.9.59.tar.bz2 /pycups-1.9.60.tar.bz2 +/pycups-1.9.61.tar.bz2 diff --git a/pycups-1.9.60.tar.bz2.asc b/pycups-1.9.60.tar.bz2.asc deleted file mode 100644 index f6e62a3..0000000 --- a/pycups-1.9.60.tar.bz2.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.11 (GNU/Linux) - -iQEVAwUATpRil+7Fkar03pQsAQJLDQgAgiivz+mS1G1vu6XbqmTGbB8Gf9j24unM -Sga+Xux9YcBRdbrgFeQ5HCnSBnftkTLy1rsSXGd39BoGjdCV58RDUH/Qkqr5o0Db -VZw6DOjBczOe/qnEpjQ0MHqHxZ04X8U9IGXiijXV2DNHo3yFOATrojWRari4s99U -6IeNjI4FHceJXmqkALOrYosru8mGJD5stXeNBPKZ9xGO62owqEQzYcZQYSq8mt1i -Q5ZZP5JRLmy9bQ7db2YQBmwzQMiVBXqD78kKityacnxi7mHc5c8y8Sd7B7hXIhVI -f0hq+tccc5rc1fkBN3BdlYtOmoR4YVCGVW3y6dbN5cc2ccA9nXHKwA== -=9c28 ------END PGP SIGNATURE----- diff --git a/pycups-1.9.61.tar.bz2.asc b/pycups-1.9.61.tar.bz2.asc new file mode 100644 index 0000000..6cd0a07 --- /dev/null +++ b/pycups-1.9.61.tar.bz2.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) + +iQEVAwUAT1Xyxu7Fkar03pQsAQKcnwgAtMRAQj2NpV9w5IJHuPA0YAxtJTYHX97m +0eDhKJLa+6RXGSsI2IEDYP3UeGmmyc+zayqWL6EAGVpkXF90ECITBhXKl3MadxH1 +n0vHdHCigwU1nLGIkocapPsewynTkUMTWt945LvLq/JW/lcBsZyUbh5JEQHyMdAb +HS58xQLWD4Y3obRyhjdF7usxHD5qAY9V3MTPdFTlKwm+2qug1+csuPd0Oow9ylc3 +2QvAcPx0+oneyewdu6ZfrASAXIvMXzbIyh5VmUUpmAbYZjoQbwFZuqQZAd9Wa/Wl +RU5Y9hccrmgwD52XDXGY4C2ofrOdrChgrTy98QG+z0yA1EzW9PUuHA== +=fG4I +-----END PGP SIGNATURE----- diff --git a/python-cups.spec b/python-cups.spec index c8cb611..849a23e 100644 --- a/python-cups.spec +++ b/python-cups.spec @@ -5,8 +5,8 @@ Summary: Python bindings for CUPS Name: python-cups -Version: 1.9.60 -Release: 2%{?dist} +Version: 1.9.61 +Release: 1%{?dist} URL: http://cyberelk.net/tim/software/pycups/ Source: http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2 License: GPLv2+ @@ -52,6 +52,9 @@ make install DESTDIR="%{buildroot}" %doc examples html %changelog +* Tue Mar 6 2012 Tim Waugh - 1.9.61-1 +- 1.9.61, fixing ref-counting bugs (bug #800143). + * Sat Jan 14 2012 Fedora Release Engineering - 1.9.60-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 8ab4ce4..3ef2b9d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -083f3dd657df986e712a6fae36427457 pycups-1.9.60.tar.bz2 +7464093b349b907dcdefb913674e959b pycups-1.9.61.tar.bz2