|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-gbinder
|
|
|
|
|
Version: 1.1.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Python bindings for libgbinder
|
|
|
|
|
|
|
|
|
|
License: GPL-3.0-only
|
|
|
|
@ -44,5 +44,8 @@ sed -i "/^USE_CYTHON =/s/False/True/" setup.py
|
|
|
|
|
%files -n python3-gbinder -f %{pyproject_files}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 06 2023 Alessandro Astone <ales.astone@gmail.com> - 1.1.1-2
|
|
|
|
|
- Re-enable s390x builds
|
|
|
|
|
|
|
|
|
|
* Sun Oct 30 2022 Alessandro Astone <ales.astone@gmail.com> - 1.1.1-1
|
|
|
|
|
- Initial changelog
|
|
|
|
|