Compare commits

...

No commits in common. 'c9' and 'c8' have entirely different histories.
c9 ... c8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/pycairo-1.20.1.tar.gz SOURCES/pycairo-1.16.3.tar.gz

@ -1 +1 @@
0cc14edd75dc40d9a31f3d8fce699ead47e40da5 SOURCES/pycairo-1.20.1.tar.gz 76a86de083d89336a1596667622293980d2ab3d0 SOURCES/pycairo-1.16.3.tar.gz

@ -1,6 +1,6 @@
Name: pycairo Name: pycairo
Version: 1.20.1 Version: 1.16.3
Release: 1%{?dist} Release: 6%{?dist}
Summary: Python bindings for the cairo library Summary: Python bindings for the cairo library
License: MPLv1.1 or LGPLv2 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 Source0: https://github.com/pygobject/pycairo/releases/download/v%{version}/pycairo-%{version}.tar.gz
BuildRequires: cairo-devel BuildRequires: cairo-devel
BuildRequires: gcc
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-pytest BuildRequires: python3-pytest
BuildRequires: python3-setuptools
%description %description
Python bindings for the cairo library. 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. libraries so that they interoperate with py3cairo.
%prep %prep
%autosetup -p1 %setup -q
%build %build
%py3_build %py3_build
@ -56,74 +54,18 @@ libraries so that they interoperate with py3cairo.
%{_libdir}/pkgconfig/py3cairo.pc %{_libdir}/pkgconfig/py3cairo.pc
%changelog %changelog
* Thu Jun 30 2022 Tomas Popela <tpopela@redhat.com> - 1.20.1-1 * Thu Aug 16 2018 Josef Ridky <jridky@redhat.com> - 1.16.3-6
- Update to 1.20.1 - Rebuild due of python2-pycairo for GIMP (RCM-39388)
- Resolves: rhbz#2016905
- Ship python3-cairo-devel in CRB
- Resolves: rhbz#2053665
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.20.0-4 * Tue Aug 07 2018 Petr Viktorin <pviktori@redhat.com> - 1.16.3-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Remove the python2 subpackages
Related: rhbz#1991688 https://bugzilla.redhat.com/show_bug.cgi?id=1590820
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.20.0-3 * Thu Jul 12 2018 Petr Viktorin <pviktori@redhat.com> - 1.16.3-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Allow Python 2 for build
See: https://hurl.corp.redhat.com/rhel8-py2
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-2 - Skip tests on Python 2 (python2-pytest is being removed)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* 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
* Mon Mar 19 2018 Kalev Lember <klember@redhat.com> - 1.16.3-1 * Mon Mar 19 2018 Kalev Lember <klember@redhat.com> - 1.16.3-1
- Update to 1.16.3 - Update to 1.16.3

Loading…
Cancel
Save