Update to 1.15.3
This commit is contained in:
parent
2e5d7adc74
commit
b4eabb5602
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ pycairo-1.8.8.tar.gz
|
||||
/py2cairo-1.8.10.tar.gz
|
||||
/py2cairo-1.10.0.tar.bz2
|
||||
/pycairo-1.15.2.tar.gz
|
||||
/pycairo-1.15.3.tar.gz
|
||||
|
||||
13
pycairo.spec
13
pycairo.spec
@ -1,5 +1,5 @@
|
||||
Name: pycairo
|
||||
Version: 1.15.2
|
||||
Version: 1.15.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for the cairo library
|
||||
|
||||
@ -71,10 +71,6 @@ libraries so that they interoperate with py3cairo.
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
# https://github.com/pygobject/pycairo/issues/75
|
||||
%ifarch ppc64 s390x
|
||||
export PYTEST_ADDOPTS="-k 'not test_image_surface_get_data'"
|
||||
%endif
|
||||
%{__python2} setup.py test
|
||||
%{__python3} setup.py test
|
||||
|
||||
@ -91,14 +87,17 @@ export PYTEST_ADDOPTS="-k 'not test_image_surface_get_data'"
|
||||
%files -n python2-cairo-devel
|
||||
%dir %{_includedir}/pycairo
|
||||
%{_includedir}/pycairo/pycairo.h
|
||||
%{_libdir}/pkgconfig/pycairo.pc
|
||||
%{_datadir}/pkgconfig/pycairo.pc
|
||||
|
||||
%files -n python3-cairo-devel
|
||||
%dir %{_includedir}/pycairo
|
||||
%{_includedir}/pycairo/py3cairo.h
|
||||
%{_libdir}/pkgconfig/py3cairo.pc
|
||||
%{_datadir}/pkgconfig/py3cairo.pc
|
||||
|
||||
%changelog
|
||||
* Wed Sep 20 2017 Kalev Lember <klember@redhat.com> - 1.15.3-1
|
||||
- Update to 1.15.3
|
||||
|
||||
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 1.15.2-1
|
||||
- Update to 1.15.2
|
||||
- Switch to new upstream at https://github.com/pygobject/pycairo
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pycairo-1.15.2.tar.gz) = ce0ee0b1775eac75eaee9eddcd9dda21d99a6327bac55e0d2e15ce3a8a1869e4d44c59eada1725ba3cdda16fac4ce33a7c350ffdae3892dac85c5e70033e3ee1
|
||||
SHA512 (pycairo-1.15.3.tar.gz) = 1fc75d193eacb976f2e5a594aa07409a0f80ccb21921065c1794961143785eed48be1966d2d2d3e2d0428f9b4e956994dd851d21f3c3cb91fbc27b007a901ce8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user