Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lame for openSUSE:Factory checked in at 2023-03-15 18:53:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lame (Old) and /work/SRC/openSUSE:Factory/.lame.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lame" Wed Mar 15 18:53:50 2023 rev:6 rq:1071828 version:3.100 Changes: -------- --- /work/SRC/openSUSE:Factory/lame/lame.changes 2022-06-21 17:15:40.418361639 +0200 +++ /work/SRC/openSUSE:Factory/.lame.new.31432/lame.changes 2023-03-15 18:54:01.372228664 +0100 @@ -1,0 +2,5 @@ +Sat Mar 11 08:20:04 UTC 2023 - Martin Pluskal <[email protected]> + +- Build AVX2 enabled hwcaps library for x86_64-v3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lame.spec ++++++ --- /var/tmp/diff_new_pack.Oi7DjZ/_old 2023-03-15 18:54:01.820231046 +0100 +++ /var/tmp/diff_new_pack.Oi7DjZ/_new 2023-03-15 18:54:01.820231046 +0100 @@ -1,7 +1,7 @@ # # spec file for package lame # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -24,7 +24,7 @@ Summary: The LAME MP3 encoder License: LGPL-2.0-or-later Group: Productivity/Multimedia/Sound/Editors and Convertors -URL: http://lame.sourceforge.net/ +URL: https://lame.sourceforge.net/ Source: http://prdownloads.sourceforge.net/lame/lame-%{version}.tar.gz Source99: lame-rpmlintrc Source1000: baselibs.conf @@ -34,12 +34,12 @@ BuildRequires: libtool BuildRequires: ncurses-devel BuildRequires: pkgconfig +BuildRequires: pkgconfig(gtk+-2.0) Requires: libmp3lame%{sover} >= %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%ifarch %ix86 +%{?suse_build_hwcaps_libs} +%ifarch %{ix86} BuildRequires: nasm %endif -BuildRequires: pkgconfig(gtk+-2.0) %description LAME is an educational tool to be used for learning about MP3 encoding. @@ -87,10 +87,8 @@ This package includes "mp3rtp", an MP3 encoder with RTP streaming of the output. - %prep -%setup -q -%patch1 -p1 +%autosetup -p1 %build LIBS="-lm" \ @@ -105,10 +103,10 @@ --disable-rpath \ --disable-static -make %{?_smp_mflags} pkgdocdir=%{_defaultdocdir}/%{name}/ +%make_build pkgdocdir=%{_defaultdocdir}/%{name}/ %check -make test +%make_build test %install make install pkgdocdir=%{_defaultdocdir}/%{name}/ DESTDIR=%{buildroot} @@ -136,16 +134,13 @@ done %post -n libmp3lame%{sover} -p /sbin/ldconfig - %postun -n libmp3lame%{sover} -p /sbin/ldconfig %files -%defattr(-,root,root) %{_bindir}/lame -%{_mandir}/man1/lame.1* +%{_mandir}/man1/lame.1%{?ext_man} %files doc -%defattr(-,root,root) %{_defaultdocdir}/%{name} %files -n libmp3lame%{sover} @@ -154,14 +149,12 @@ %{_libdir}/libmp3lame.so.%{sover}.* %files -n libmp3lame-devel -%defattr(-,root,root) %doc API HACKING STYLEGUIDE %{_includedir}/lame/ %{_libdir}/libmp3lame.so %{_libdir}/pkgconfig/*pc %files mp3rtp -%defattr(-,root,root) %{_bindir}/mp3rtp %changelog
