Update to 1.1.2

Now able to build with Cython3
f38
Alessandro Astone 1 year ago
parent b1ff41289f
commit 937a2f5df2

@ -1,8 +1,8 @@
%global proj_name gbinder-python %global proj_name gbinder-python
Name: python-gbinder Name: python-gbinder
Version: 1.1.1 Version: 1.1.2
Release: 6%{?dist} Release: 1%{?dist}
Summary: Python bindings for libgbinder Summary: Python bindings for libgbinder
License: GPL-3.0-only License: GPL-3.0-only
@ -15,9 +15,6 @@ BuildRequires: python3-Cython
BuildRequires: gcc BuildRequires: gcc
BuildRequires: pkgconfig(libgbinder) >= %{libgbinder_version} BuildRequires: pkgconfig(libgbinder) >= %{libgbinder_version}
# FIXME: Fails to build with Cython 3
BuildRequires: python3dist(cython) < 3~~
%global _description %{expand: %global _description %{expand:
Cython extension module for libgbinder. Cython extension module for libgbinder.
Provides IPC comunication over the /dev/binder protocol for python scripts.} Provides IPC comunication over the /dev/binder protocol for python scripts.}
@ -47,6 +44,9 @@ sed -i "/^USE_CYTHON =/s/False/True/" setup.py
%files -n python3-gbinder -f %{pyproject_files} %files -n python3-gbinder -f %{pyproject_files}
%changelog %changelog
* Sat Sep 16 2023 Alessandro Astone <ales.astone@gmail.com> - 1.1.2-1
- Update to 1.1.2
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-6 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

Loading…
Cancel
Save