diff --git a/.gitignore b/.gitignore index b68c198..ee61538 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gbinder-python-1.1.1.tar.gz +SOURCES/gbinder-python-1.1.2.tar.gz diff --git a/.python-gbinder.metadata b/.python-gbinder.metadata index 88bcaad..5d94e49 100644 --- a/.python-gbinder.metadata +++ b/.python-gbinder.metadata @@ -1 +1 @@ -ff27fd44ee6e38e32602ba5283743b2acb6289dd SOURCES/gbinder-python-1.1.1.tar.gz +1bb15d3078e961a98d3a927c90c162b978823dc2 SOURCES/gbinder-python-1.1.2.tar.gz diff --git a/SPECS/python-gbinder.spec b/SPECS/python-gbinder.spec index 534c826..d20d62e 100644 --- a/SPECS/python-gbinder.spec +++ b/SPECS/python-gbinder.spec @@ -1,8 +1,8 @@ %global proj_name gbinder-python Name: python-gbinder -Version: 1.1.1 -Release: 2%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: Python bindings for libgbinder License: GPL-3.0-only @@ -44,9 +44,24 @@ sed -i "/^USE_CYTHON =/s/False/True/" setup.py %files -n python3-gbinder -f %{pyproject_files} %changelog -* Mon Sep 04 2023 Arkady L. Shane - 1.1.1-2 +* Sat Sep 16 2023 Alessandro Astone - 1.1.2-1 +- Update to 1.1.2 + +* Mon Sep 04 2023 Arkady L. Shane - 1.1.1-6 - Rebuilt for MSVSphere 9.2 +* Fri Jul 21 2023 Fedora Release Engineering - 1.1.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Jul 21 2023 Alessandro Astone - 1.1.1-5 +- Avoid building against Cython 3 + +* Tue Jun 13 2023 Python Maint - 1.1.1-4 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 1.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jan 06 2023 Alessandro Astone - 1.1.1-2 - Re-enable s390x builds