Update to 1.16.1
This commit is contained in:
parent
b1e1f9e043
commit
d47af536f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ pycairo-1.8.8.tar.gz
|
||||
/pycairo-1.15.4.tar.gz
|
||||
/pycairo-1.15.6.tar.gz
|
||||
/pycairo-1.16.0.tar.gz
|
||||
/pycairo-1.16.1.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: pycairo
|
||||
Version: 1.16.0
|
||||
Version: 1.16.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for the cairo library
|
||||
|
||||
@ -87,14 +87,17 @@ libraries so that they interoperate with py3cairo.
|
||||
%files -n python2-cairo-devel
|
||||
%dir %{_includedir}/pycairo
|
||||
%{_includedir}/pycairo/pycairo.h
|
||||
%{_datadir}/pkgconfig/pycairo.pc
|
||||
%{_libdir}/pkgconfig/pycairo.pc
|
||||
|
||||
%files -n python3-cairo-devel
|
||||
%dir %{_includedir}/pycairo
|
||||
%{_includedir}/pycairo/py3cairo.h
|
||||
%{_datadir}/pkgconfig/py3cairo.pc
|
||||
%{_libdir}/pkgconfig/py3cairo.pc
|
||||
|
||||
%changelog
|
||||
* Tue Feb 06 2018 Kalev Lember <klember@redhat.com> - 1.16.1-1
|
||||
- Update to 1.16.1
|
||||
|
||||
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 1.16.0-1
|
||||
- Update to 1.16.0
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pycairo-1.16.0.tar.gz) = 430261cb8535ff538ce0fb389efbdea60fd6dd8a60f23837e73e3f382e4296aafb9d77f6f339230047ec7304ca97b15d2519667909265a03b5df46e6bb23e565
|
||||
SHA512 (pycairo-1.16.1.tar.gz) = 757870dd28d037d0af96308e2d1eb5d55ca2025aabda66031dc77790692e420b07802ccdbeefee430825553ed993830bc6f74de83b717e6fa876108f7b54e144
|
||||
|
||||
Loading…
Reference in New Issue
Block a user