Update to 1.17.1
This commit is contained in:
parent
866ff67169
commit
e620425520
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ pycairo-1.8.8.tar.gz
|
||||
/pycairo-1.16.0.tar.gz
|
||||
/pycairo-1.16.1.tar.gz
|
||||
/pycairo-1.16.3.tar.gz
|
||||
/pycairo-1.17.1.tar.gz
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
Name: pycairo
|
||||
Version: 1.16.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.17.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for the cairo library
|
||||
|
||||
License: MPLv1.1 or LGPLv2
|
||||
URL: http://cairographics.org/pycairo
|
||||
Source0: https://github.com/pygobject/pycairo/releases/download/v%{version}/pycairo-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-pytest
|
||||
@ -96,6 +96,9 @@ libraries so that they interoperate with py3cairo.
|
||||
%{_libdir}/pkgconfig/py3cairo.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jul 11 2018 Kalev Lember <klember@redhat.com> - 1.17.1-1
|
||||
- Update to 1.17.1
|
||||
|
||||
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 1.16.3-2
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pycairo-1.16.3.tar.gz) = d60978f85eb0430f2038b0e7d0bce23602e8c180a7611eea424fd8bc3cdd8ce249af364abd0e77ab3b7ab439761721cba5c2398f51af2a89add3fb7fda8aa5db
|
||||
SHA512 (pycairo-1.17.1.tar.gz) = b6a6af4afa4ac92020b375a72e6f8a7981e6628d4e68877a7fd08bd8ae3835063000b16214d84a40aff4c6b4cf0937236724631ae6dac368a9db0bf3837063fe
|
||||
|
||||
Loading…
Reference in New Issue
Block a user