|
|
@ -1,15 +1,14 @@
|
|
|
|
Name: pycairo
|
|
|
|
Name: pycairo
|
|
|
|
Version: 1.20.1
|
|
|
|
Version: 1.25.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Summary: Python bindings for the cairo library
|
|
|
|
Summary: Python bindings for the cairo library
|
|
|
|
|
|
|
|
|
|
|
|
License: MPLv1.1 or LGPLv2
|
|
|
|
License: LGPL-2.1-only OR MPL-1.1
|
|
|
|
URL: http://cairographics.org/pycairo
|
|
|
|
URL: https://www.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: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig(cairo)
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
@ -47,6 +46,7 @@ libraries so that they interoperate with py3cairo.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-cairo
|
|
|
|
%files -n python3-cairo
|
|
|
|
%license COPYING*
|
|
|
|
%license COPYING*
|
|
|
|
|
|
|
|
%doc README.rst
|
|
|
|
%{python3_sitearch}/cairo/
|
|
|
|
%{python3_sitearch}/cairo/
|
|
|
|
%{python3_sitearch}/pycairo*.egg-info
|
|
|
|
%{python3_sitearch}/pycairo*.egg-info
|
|
|
|
|
|
|
|
|
|
|
@ -56,18 +56,64 @@ 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
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.25.1-5
|
|
|
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.25.1-4
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.25.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.25.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 24 2023 Kalev Lember <klember@redhat.com> - 1.25.1-1
|
|
|
|
|
|
|
|
- Update to 1.25.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 28 2023 Kalev Lember <klember@redhat.com> - 1.25.0-1
|
|
|
|
|
|
|
|
- Update to 1.25.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.24.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 19 2023 Kalev Lember <klember@redhat.com> - 1.24.0-1
|
|
|
|
|
|
|
|
- Update to 1.24.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.23.0-3
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.23.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 30 2022 Kalev Lember <klember@redhat.com> - 1.23.0-1
|
|
|
|
|
|
|
|
- Update to 1.23.0 (rhbz#2149590)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 19 2022 Kalev Lember <klember@redhat.com> - 1.22.0-1
|
|
|
|
|
|
|
|
- Update to 1.22.0
|
|
|
|
|
|
|
|
- Convert license tag to SPDX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.21.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.21.0-2
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Apr 17 2022 David King <amigadave@amigadave.com> - 1.21.0-1
|
|
|
|
|
|
|
|
- Update to 1.21.0 (#1967786)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Oct 23 2021 Kalev Lember <klember@redhat.com> - 1.20.1-1
|
|
|
|
- Update to 1.20.1
|
|
|
|
- Update to 1.20.1
|
|
|
|
- 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
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-4
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.20.0-3
|
|
|
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.20.0-3
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-2
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|