Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libvorbis for openSUSE:Factory 
checked in at 2023-03-15 18:53:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvorbis (Old)
 and      /work/SRC/openSUSE:Factory/.libvorbis.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvorbis"

Wed Mar 15 18:53:52 2023 rev:54 rq:1071830 version:1.3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvorbis/libvorbis.changes      2022-06-21 
17:15:10.614331280 +0200
+++ /work/SRC/openSUSE:Factory/.libvorbis.new.31432/libvorbis.changes   
2023-03-15 18:54:02.608235238 +0100
@@ -1,0 +2,6 @@
+Mon Mar 13 08:28:53 UTC 2023 - Martin Pluskal <mplus...@suse.com>
+
+- Build AVX2 enabled hwcaps library for x86_64-v3
+- Small spec file cleanup
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvorbis-doc.spec ++++++
--- /var/tmp/diff_new_pack.jRV6mK/_old  2023-03-15 18:54:03.224238514 +0100
+++ /var/tmp/diff_new_pack.jRV6mK/_new  2023-03-15 18:54:03.228238536 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvorbis-doc
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ libvorbis.spec ++++++
--- /var/tmp/diff_new_pack.jRV6mK/_old  2023-03-15 18:54:03.272238770 +0100
+++ /var/tmp/diff_new_pack.jRV6mK/_new  2023-03-15 18:54:03.280238812 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvorbis
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,11 +34,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# bug437293 (SLES10 -> SLES11 upgrade path)
-%ifarch ppc64
-Obsoletes:      libvorbis-64bit
-%endif
+%{?suse_build_hwcaps_libs}
 
 %description
 Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and
@@ -50,15 +46,7 @@
 
 %package -n libvorbis0
 Summary:        The Vorbis General Audio Compression Codec
-#
-# libvorbis was last used in openSUSE 11.3
 Group:          System/Libraries
-Provides:       %{name} = 1.3.2
-Obsoletes:      %{name} < 1.3.2
-# bug437293 (SLES10 -> SLES11 upgrade path)
-%ifarch ppc64
-Obsoletes:      libvorbis-64bit
-%endif
 
 %description -n libvorbis0
 Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and
@@ -100,11 +88,6 @@
 Requires:       libvorbis0 = %{version}
 Requires:       libvorbisenc2 = %{version}
 Requires:       libvorbisfile3 = %{version}
-# bug437293 (SLES10 -> SLES11 upgrade path)
-%ifarch ppc64
-Obsoletes:      libvorbis-devel-64bit
-%endif
-#
 
 %description devel
 This package contains all necessary include files and libraries needed
@@ -127,28 +110,23 @@
 %configure \
        --disable-examples \
        --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install
+%make_install
 # docs are built in a separate spec file
 rm -rf %{buildroot}%{_datadir}/doc/*
 # remove unneeded files
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %post -n libvorbis0 -p /sbin/ldconfig
-
 %postun -n libvorbis0 -p /sbin/ldconfig
-
 %post -n libvorbisenc2 -p /sbin/ldconfig
-
 %postun -n libvorbisenc2 -p /sbin/ldconfig
-
 %post -n libvorbisfile3 -p /sbin/ldconfig
-
 %postun -n libvorbisfile3 -p /sbin/ldconfig
 
 %files -n libvorbis0
@@ -161,7 +139,6 @@
 %{_libdir}/libvorbisfile.so.3*
 
 %files devel
-%defattr(-,root,root)
 %doc AUTHORS
 %license COPYING
 %{_datadir}/aclocal/*.m4

Reply via email to