|
|
|
@ -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 <ashejn@msvsphere.ru> - 1.1.1-2
|
|
|
|
|
* Sat Sep 16 2023 Alessandro Astone <ales.astone@gmail.com> - 1.1.2-1
|
|
|
|
|
- Update to 1.1.2
|
|
|
|
|
|
|
|
|
|
* Mon Sep 04 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 1.1.1-6
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Alessandro Astone <ales.astone@gmail.com> - 1.1.1-5
|
|
|
|
|
- Avoid building against Cython 3
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.1.1-4
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 06 2023 Alessandro Astone <ales.astone@gmail.com> - 1.1.1-2
|
|
|
|
|
- Re-enable s390x builds
|
|
|
|
|
|
|
|
|
|