Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package chromaprint for openSUSE:Factory checked in at 2023-10-22 21:01:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chromaprint (Old) and /work/SRC/openSUSE:Factory/.chromaprint.new.1945 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chromaprint" Sun Oct 22 21:01:29 2023 rev:23 rq:1119211 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/chromaprint/chromaprint.changes 2023-05-08 17:23:56.484573723 +0200 +++ /work/SRC/openSUSE:Factory/.chromaprint.new.1945/chromaprint.changes 2023-10-22 21:01:47.657147201 +0200 @@ -1,0 +2,7 @@ +Fri Oct 20 08:56:45 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Drop fftw3-devel BuildRequires and Requires, pass DFFT_LIB=avfft + to cmake, use the already present ffmpeg lib. +- Use ldconfig_scriptlets for post(un) handling. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromaprint.spec ++++++ --- /var/tmp/diff_new_pack.OQR1vb/_old 2023-10-22 21:01:48.825189672 +0200 +++ /var/tmp/diff_new_pack.OQR1vb/_new 2023-10-22 21:01:48.829189817 +0200 @@ -27,7 +27,6 @@ Source0: https://github.com/acoustid/chromaprint/releases/download/v%{version}/%{name}-%{version}.tar.gz Source1: baselibs.conf BuildRequires: cmake -BuildRequires: fftw3-devel BuildRequires: gcc-c++ BuildRequires: libtag-devel BuildRequires: pkgconfig @@ -54,7 +53,6 @@ %package -n libchromaprint-devel Summary: Audio Fingerprinting Library License: LGPL-2.1-or-later -Requires: fftw3-devel Requires: libchromaprint%{soname} = %{version} Requires: libtag-devel @@ -83,7 +81,7 @@ %cmake \ -DCMAKE_SKIP_RPATH=TRUE \ -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \ - -DUSE_AVFFT=ON \ + -DUSE_AVFFT=ON -DFFT_LIB=avfft \ -DBUILD_TESTS=OFF -DBUILD_TOOLS=ON %make_build @@ -91,8 +89,7 @@ %install %cmake_install -%post -n libchromaprint%{soname} -p /sbin/ldconfig -%postun -n libchromaprint%{soname} -p /sbin/ldconfig +%ldconfig_scriptlets -n libchromaprint%{soname} %files -n libchromaprint%{soname} %license LICENSE.md