From b44239b056d6c93d2430e3ddbb904de8b6352ecf Mon Sep 17 00:00:00 2001 From: Phil Wyett Date: Wed, 1 Sep 2021 12:09:16 +0100 Subject: [PATCH 1/2] Update spec --- libfreenect.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libfreenect.spec b/libfreenect.spec index abef09e..db791e5 100644 --- a/libfreenect.spec +++ b/libfreenect.spec @@ -5,7 +5,7 @@ Name: libfreenect Version: 0.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Device driver for the Kinect # Core libfreenect is available as ASL 2.0 OR GPLv2 # OpenNI driver is available as ASL 2.0 @@ -185,6 +185,10 @@ mv %{buildroot}%{_libdir}/OpenNI2-FreenectDriver %{buildroot}%{_libdir}/openni2/ %{_libdir}/openni2 %changelog +* Wed Sep 01 2021 Phil Wyett - 0.6.2-2 +- Drop not needed Cython BuildRequires +- Resolves: #1984287 + * Thu Mar 04 2021 Nicolas Chauvet - 0.6.2-1 - Update to 0.6.2 From 2618763cd07a23aab3ec6ac79345a395e41c8329 Mon Sep 17 00:00:00 2001 From: Phil Wyett Date: Wed, 1 Sep 2021 12:32:38 +0100 Subject: [PATCH 2/2] Fix and remove Cython BuildRequires --- libfreenect.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libfreenect.spec b/libfreenect.spec index db791e5..92b2320 100644 --- a/libfreenect.spec +++ b/libfreenect.spec @@ -26,7 +26,6 @@ Patch5: %{name}-0.6.2-py3.patch BuildRequires: gcc-c++ BuildRequires: cmake3 -BuildRequires: Cython BuildRequires: doxygen BuildRequires: freeglut-devel BuildRequires: libusb1-devel