From 937a2f5df29320ff9faa3b1025f8b4070c7e4f51 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Sat, 16 Sep 2023 21:13:38 +0200 Subject: [PATCH] Update to 1.1.2 Now able to build with Cython3 --- python-gbinder.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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