|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: pycairo
|
|
|
|
|
Version: 1.20.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.16.3
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: Python bindings for the cairo library
|
|
|
|
|
|
|
|
|
|
License: MPLv1.1 or LGPLv2
|
|
|
|
@ -8,11 +8,9 @@ URL: http://cairographics.org/pycairo
|
|
|
|
|
Source0: https://github.com/pygobject/pycairo/releases/download/v%{version}/pycairo-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: cairo-devel
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Python bindings for the cairo library.
|
|
|
|
@ -34,7 +32,7 @@ This package contains files required to build wrappers for cairo add-on
|
|
|
|
|
libraries so that they interoperate with py3cairo.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%py3_build
|
|
|
|
@ -56,74 +54,21 @@ libraries so that they interoperate with py3cairo.
|
|
|
|
|
%{_libdir}/pkgconfig/py3cairo.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 30 2022 Tomas Popela <tpopela@redhat.com> - 1.20.1-1
|
|
|
|
|
- Update to 1.20.1
|
|
|
|
|
- Resolves: rhbz#2016905
|
|
|
|
|
- Ship python3-cairo-devel in CRB
|
|
|
|
|
- Resolves: rhbz#2053665
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.16.3-6
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.20.0-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Thu Aug 16 2018 Josef Ridky <jridky@redhat.com> - 1.16.3-6
|
|
|
|
|
- Rebuild due of python2-pycairo for GIMP (RCM-39388)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.20.0-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Tue Aug 07 2018 Petr Viktorin <pviktori@redhat.com> - 1.16.3-3
|
|
|
|
|
- Remove the python2 subpackages
|
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1590820
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
* Thu Jul 12 2018 Petr Viktorin <pviktori@redhat.com> - 1.16.3-2
|
|
|
|
|
- Allow Python 2 for build
|
|
|
|
|
See: https://hurl.corp.redhat.com/rhel8-py2
|
|
|
|
|
|
|
|
|
|
* Wed Nov 04 2020 Tomas Hrnciar <thrnciar@redhat.com> - 1.20.0-1
|
|
|
|
|
- Update to 1.20.0 (bgz#1493325)
|
|
|
|
|
- Move python2-cairo to a separate component
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1.18.2-5
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 06 2019 Petr Viktorin <pviktori@redhat.com> - 1.18.2-3
|
|
|
|
|
- Build require python-setuptools
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2019 Petr Viktorin <pviktori@redhat.com> - 1.18.2-2
|
|
|
|
|
- Do not run tests on Python 2
|
|
|
|
|
|
|
|
|
|
* Thu Oct 24 2019 Kalev Lember <klember@redhat.com> - 1.18.2-1
|
|
|
|
|
- Update to 1.18.2
|
|
|
|
|
|
|
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.18.1-4
|
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1.18.1-3
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Apr 24 2019 Kalev Lember <klember@redhat.com> - 1.18.1-1
|
|
|
|
|
- Update to 1.18.1
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 14 2018 Kalev Lember <klember@redhat.com> - 1.18.0-1
|
|
|
|
|
- Update to 1.18.0
|
|
|
|
|
|
|
|
|
|
* Thu Sep 27 2018 Owen Taylor <otaylor@redhat.com> - 1.17.1-3
|
|
|
|
|
- Disable xpyb support - this is only for Python2, and was originally added
|
|
|
|
|
for qtile, which uses Python3 now.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- Skip tests on Python 2 (python2-pytest is being removed)
|
|
|
|
|
|
|
|
|
|
* Mon Mar 19 2018 Kalev Lember <klember@redhat.com> - 1.16.3-1
|
|
|
|
|
- Update to 1.16.3
|
|
|
|
|