Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libogg for openSUSE:Factory checked 
in at 2021-07-21 19:06:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libogg (Old)
 and      /work/SRC/openSUSE:Factory/.libogg.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libogg"

Wed Jul 21 19:06:14 2021 rev:35 rq:907082 version:1.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libogg/libogg.changes    2019-09-07 
12:32:15.313681719 +0200
+++ /work/SRC/openSUSE:Factory/.libogg.new.2632/libogg.changes  2021-07-21 
19:07:13.507379600 +0200
@@ -1,0 +2,10 @@
+Sat Jul 17 06:50:23 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 1.3.5:
+  * Fix unsigned typedef problem on macOS.
+  *  Fix overflow check in ogg_sync_buffer.
+  * Clean up cmake and autotools build files.
+  * Remove Symbian and Apple XCode build files.
+  * Fix documentation cross-reference links.
+
+-------------------------------------------------------------------

Old:
----
  libogg-1.3.4.tar.xz

New:
----
  libogg-1.3.5.tar.xz

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

Other differences:
------------------
++++++ libogg.spec ++++++
--- /var/tmp/diff_new_pack.XkrjmR/_old  2021-07-21 19:07:14.007380468 +0200
+++ /var/tmp/diff_new_pack.XkrjmR/_new  2021-07-21 19:07:14.011380476 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libogg
 #
-# 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
@@ -17,19 +17,18 @@
 
 
 %define _SO_nr 0
-
 Name:           libogg
-Version:        1.3.4
+Version:        1.3.5
 Release:        0
 Summary:        Ogg Bitstream Library
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-URL:            http://www.vorbis.com/
+URL:            https://xiph.org/vorbis/
 Source:         
https://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
 Source2:        baselibs.conf
 Patch1:         lib64.dif
 Patch2:         m4.diff
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
 
 %description
@@ -72,18 +71,17 @@
 sed -i s,-O20,-O3,g configure
 
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install docdir="%{_docdir}/%{name}-devel"
 # remove unneeded files
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make check
+%make_build check
 
 %post -n libogg%{_SO_nr} -p /sbin/ldconfig
-
 %postun -n libogg%{_SO_nr} -p /sbin/ldconfig
 
 %files -n libogg%{_SO_nr}

++++++ libogg-1.3.4.tar.xz -> libogg-1.3.5.tar.xz ++++++
++++ 7413 lines of diff (skipped)

Reply via email to