Update to 0.7.0
This commit is contained in:
parent
f0320677ae
commit
e746e2a26d
@ -1,8 +1,8 @@
|
||||
%global __provides_exclude %{python3_sitearch}/.*\.so$
|
||||
|
||||
Name: libfreenect
|
||||
Version: 0.6.4
|
||||
Release: 3%{?dist}
|
||||
Version: 0.7.0
|
||||
Release: 1%{?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
|
||||
@ -96,11 +96,11 @@ It was originally a separate project but is now distributed with libfreenect.
|
||||
%setup -qn %{name}-%{version}
|
||||
rm -rf platform/windows
|
||||
|
||||
%patch0 -p0 -b .videogroup
|
||||
%patch1 -p1 -b .openni2
|
||||
%patch3 -p0 -b .libdir
|
||||
%patch4 -p1 -b .secarch
|
||||
%patch5 -p1 -b .py3
|
||||
%patch -P 0 -p0 -b .videogroup
|
||||
%patch -P 1 -p1 -b .openni2
|
||||
%patch -P 3 -p0 -b .libdir
|
||||
%patch -P 4 -p1 -b .secarch
|
||||
%patch -P 5 -p1 -b .py3
|
||||
|
||||
%build
|
||||
%cmake3 \
|
||||
@ -179,6 +179,9 @@ mv %{buildroot}%{_libdir}/OpenNI2-FreenectDriver %{buildroot}%{_libdir}/openni2/
|
||||
%{_libdir}/openni2
|
||||
|
||||
%changelog
|
||||
* Thu May 04 2023 Nicolas Chauvet <kwizart@gmail.com> - 0.7.0-1
|
||||
- Update to 0.7.0
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libfreenect-0.6.4.tar.gz) = 761f81331fa5d2b3366eeb96716b270c35490501e30659db8bc5940ae50ccc5996773f0b339ece31779e57ccf1755e547f83d6a31b40f156e6e60b6269ae9feb
|
||||
SHA512 (libfreenect-0.7.0.tar.gz) = ed5dc4e6493afd3ff26e122c36cc7c9e366bd3e243db4b27552b1d07d0a3dc1330ab41f27114c1d9ff2a311113f5eff8a513504567b8322cb85ea29b19f773c4
|
||||
|
Loading…
Reference in New Issue
Block a user