Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package speexdsp for openSUSE:Factory checked in at 2021-01-18 11:27:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/speexdsp (Old) and /work/SRC/openSUSE:Factory/.speexdsp.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "speexdsp" Mon Jan 18 11:27:17 2021 rev:8 rq:863045 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/speexdsp/speexdsp.changes 2019-09-07 12:32:23.985680655 +0200 +++ /work/SRC/openSUSE:Factory/.speexdsp.new.28504/speexdsp.changes 2021-01-18 11:30:30.320341670 +0100 @@ -1,0 +2,5 @@ +Thu Jan 14 09:10:01 UTC 2021 - Martin Pluskal <[email protected]> + +- Update dependencies and update spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ speexdsp.spec ++++++ --- /var/tmp/diff_new_pack.o4Qn8K/_old 2021-01-18 11:30:30.880341986 +0100 +++ /var/tmp/diff_new_pack.o4Qn8K/_new 2021-01-18 11:30:30.884341989 +0100 @@ -1,7 +1,7 @@ # # spec file for package speexdsp # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%define package_version 1.2.0 %define sover 1 %define libname lib%{name}%{sover} Name: speexdsp @@ -26,14 +25,10 @@ License: BSD-3-Clause Group: Productivity/Multimedia/Sound/Editors and Convertors URL: https://www.speex.org/ - #Git-Clone: https://github.com/xiph/speexdsp -Source0: https://downloads.xiph.org/releases/speex/%{name}-%{package_version}.tar.gz +Source0: https://downloads.xiph.org/releases/speex/%{name}-%{version}.tar.gz Source2: baselibs.conf -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool -BuildRequires: pkgconfig +BuildRequires: pkgconfig >= 0.9.0 BuildRequires: pkgconfig(ogg) Conflicts: speex <= 1.1.999_1.2rc1 @@ -64,21 +59,20 @@ SpeeX library. %prep -%autosetup -p1 -n %{name}-%{package_version} +%autosetup %build -autoreconf -fiv # Disable NEON since it doesn't check for availability of the NEON # extension at runtime %configure \ --disable-static \ --disable-neon -make %{?_smp_mflags} V=1 +%make_build %install %make_install # remove unneeded *.la files -rm -f %{buildroot}/%{_libdir}/*.la +find %{buildroot} -type f -name "*.la" -delete -print %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig
