2.0.1, fixes #1816107
This commit is contained in:
parent
9a975d397b
commit
1b74dc28cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/pycups-1.9.70.tar.bz2
|
/pycups-1.9.70.tar.bz2
|
||||||
/pycups-1.9.72.tar.bz2
|
/pycups-1.9.72.tar.bz2
|
||||||
/pycups-1.9.74.tar.bz2
|
/pycups-1.9.74.tar.bz2
|
||||||
|
/pycups-2.0.1.tar.gz
|
||||||
|
@ -5,10 +5,12 @@
|
|||||||
|
|
||||||
Summary: Python bindings for CUPS
|
Summary: Python bindings for CUPS
|
||||||
Name: python-cups
|
Name: python-cups
|
||||||
Version: 1.9.74
|
Version: 2.0.1
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://cyberelk.net/tim/software/pycups/
|
# older URL, but still with useful information about pycups
|
||||||
Source: http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
|
#URL: http://cyberelk.net/tim/software/pycups/
|
||||||
|
URL: https://github.com/OpenPrinting/pycups/
|
||||||
|
Source: https://github.com/OpenPrinting/pycups/releases/download/v%{version}/pycups-%{version}.tar.gz
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
# gcc is no longer in buildroot by default
|
# gcc is no longer in buildroot by default
|
||||||
@ -65,6 +67,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch}
|
|||||||
%doc examples html
|
%doc examples html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 24 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2.0.1-1
|
||||||
|
- 2.0.1, fixes #1816107
|
||||||
|
|
||||||
* Mon Mar 16 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.9.74-7
|
* Mon Mar 16 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.9.74-7
|
||||||
- use __python macro for calling pydoc
|
- use __python macro for calling pydoc
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pycups-1.9.74.tar.bz2) = 05937503cc60359133c4ab89d20f1571f2dc3dfa045f0dcb9a27dd6b750d84a9c309b63c987305529b6e9b812395b0dc15a31d98025250aa034a9ee4138f9f7e
|
SHA512 (pycups-2.0.1.tar.gz) = fdebf1cac8cc4fffb8a76a938aa91965dae4a3dcdb6d8ee26e8e6054809d26dd3fb20b10c2351fb9265c03b16d6bde011815111c452ccb058518372f22d9d617
|
||||||
|
Loading…
Reference in New Issue
Block a user