diff --git a/python-gbinder.spec b/python-gbinder.spec index f82ca83..7a1eae3 100644 --- a/python-gbinder.spec +++ b/python-gbinder.spec @@ -1,8 +1,8 @@ %global proj_name gbinder-python Name: python-gbinder -Version: 1.1.1 -Release: 6%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: Python bindings for libgbinder License: GPL-3.0-only @@ -15,9 +15,6 @@ BuildRequires: python3-Cython BuildRequires: gcc BuildRequires: pkgconfig(libgbinder) >= %{libgbinder_version} -# FIXME: Fails to build with Cython 3 -BuildRequires: python3dist(cython) < 3~~ - %global _description %{expand: Cython extension module for libgbinder. 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} %changelog +* Sat Sep 16 2023 Alessandro Astone - 1.1.2-1 +- Update to 1.1.2 + * Fri Jul 21 2023 Fedora Release Engineering - 1.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild