Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package flann for openSUSE:Factory checked in at 2022-09-01 22:12:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flann (Old) and /work/SRC/openSUSE:Factory/.flann.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flann" Thu Sep 1 22:12:16 2022 rev:3 rq:1000636 version:1.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/flann/flann.changes 2019-08-24 18:51:17.565728996 +0200 +++ /work/SRC/openSUSE:Factory/.flann.new.2083/flann.changes 2022-09-01 22:12:52.848521912 +0200 @@ -1,0 +2,8 @@ +Sat Aug 27 07:07:38 UTC 2022 - Jan Engelhardt <[email protected]> + +- Update to release 1.9.2 + * Added out of bounds check + * Fixed CUDA crash - guarantee prealloc > 0 +- Delete 0001-src-cpp-fix-cmake-3.11-build.patch (obsolete/merged) + +------------------------------------------------------------------- Old: ---- 0001-src-cpp-fix-cmake-3.11-build.patch flann-1.9.1.tar.gz New: ---- flann-1.9.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flann.spec ++++++ --- /var/tmp/diff_new_pack.8p2h8G/_old 2022-09-01 22:12:53.312523064 +0200 +++ /var/tmp/diff_new_pack.8p2h8G/_new 2022-09-01 22:12:53.320523084 +0200 @@ -1,7 +1,7 @@ # # spec file for package flann # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,18 @@ %define sover 1_9 Name: flann -Version: 1.9.1 +Version: 1.9.2 Release: 0 Summary: Fast Library for Approximate Nearest Neighbors License: BSD-3-Clause Group: Productivity/Scientific/Other -Url: https://www.cs.ubc.ca/research/flann/ -Source0: https://github.com/mariusmuja/flann/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: 0001-src-cpp-fix-cmake-3.11-build.patch +URL: https://www.cs.ubc.ca/research/flann/ +Source: https://github.com/tkircher/flann/releases/download/%version/flann-%version.tar.xz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: googletest-devel BuildRequires: hdf5-devel +BuildRequires: liblz4-devel BuildRequires: pkg-config BuildRequires: pkgconfig(zlib) @@ -60,8 +60,7 @@ application that use %{name}. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build %cmake \ @@ -90,5 +89,6 @@ %{_includedir}/%{name}/ %{_libdir}/lib%{name}*so %{_libdir}/pkgconfig/%{name}.pc +/usr/lib/cmake/ %changelog
