1.9.59. Fixes auth loops with CUPS 1.5.0 (bug #734247).

This commit is contained in:
Tim Waugh 2011-10-03 17:39:20 +01:00
parent b6f952cc65
commit c05befed4d
5 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/pycups-1.9.54.tar.bz2
/pycups-1.9.55.tar.bz2
/pycups-1.9.57.tar.bz2
/pycups-1.9.59.tar.bz2

Binary file not shown.

11
pycups-1.9.59.tar.bz2.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEVAwUATonjru7Fkar03pQsAQIsfQgAsKWZiVodWqkX1hnGumIcrNLR31FA+hYY
1iiPAIIMmHtHPHZZWkNJ8EeH5u4xWVtUXAYAbWF4clU8rVZucO7PdBWFuVi9MxjT
FEedtMsya5eDtY+BXNOhVvzSMABfNm90DhW9d+RJk7FuXnRwP9KdXsKrx9eAqyWd
3tiCj4Mj3NVs9MUH2+5nhkEV7RVcFfP77xqsELUiB0E0pu8u60IO9Y7GpaTWEac/
w7HwPIuzRZARUlr8/msboXgI0QnMIc0bjsuI5V4YErs1jlReWRlUOCJYQY91D7nN
QQ/H1Mqcr+bomnEsCEHqDKMmtlbFZ72dqkXNVXnhJ8WPEsgBZjhlAA==
=Swh3
-----END PGP SIGNATURE-----

View File

@ -5,7 +5,7 @@
Summary: Python bindings for CUPS
Name: python-cups
Version: 1.9.57
Version: 1.9.59
Release: 1%{?dist}
URL: http://cyberelk.net/tim/software/pycups/
Source: http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
@ -52,6 +52,9 @@ make install DESTDIR="%{buildroot}"
%doc examples html
%changelog
* Mon Oct 3 2011 Tim Waugh <twaugh@redhat.com> - 1.9.59-1
- 1.9.59. Fixes auth loops with CUPS 1.5.0 (bug #734247).
* Thu Jun 9 2011 Tim Waugh <twaugh@redhat.com> - 1.9.57-1
- 1.9.57. Fixes rpm provides script (bug #712027).

View File

@ -1 +1 @@
64e328e2c628e41862efe97f04e66da4 pycups-1.9.57.tar.bz2
636598c3fbf49af8df26ca9afef81559 pycups-1.9.59.tar.bz2