Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory 
checked in at 2021-01-25 18:23:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vorbis-tools (Old)
 and      /work/SRC/openSUSE:Factory/.vorbis-tools.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vorbis-tools"

Mon Jan 25 18:23:56 2021 rev:29 rq:866330 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/vorbis-tools/vorbis-tools.changes        
2020-02-03 11:14:30.217880877 +0100
+++ /work/SRC/openSUSE:Factory/.vorbis-tools.new.28504/vorbis-tools.changes     
2021-01-25 18:24:15.256483928 +0100
@@ -1,0 +2,14 @@
+Sat Jan 23 00:40:41 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 1.4.2:
+ * Cleanup of the build system
+ * Code cleanup
+ * Removed outdated debian/, and vorbis-tools.spec
+ * Updated po/ to reflect new code positions
+ * ogg123, ogginfo: Added support to decode METADATA_BLOCK_PICTURE
+ * ogginfo: Added support for decoding Skeleton
+- drop oggenc-Fix-large-alloca-on-bad-AIFF-input.patch,
+  vcut-fix-segfault.diff, vorbis-tools-oggenc-CVE-2014-9639.patch,
+  vorbis-tools-r19117-CVE-2014-9640.patch, warning-fixes.diff: merged upstream
+
+-------------------------------------------------------------------

Old:
----
  oggenc-Fix-large-alloca-on-bad-AIFF-input.patch
  vcut-fix-segfault.diff
  vorbis-tools-1.4.0.tar.gz
  vorbis-tools-oggenc-CVE-2014-9639.patch
  vorbis-tools-r19117-CVE-2014-9640.patch
  warning-fixes.diff

New:
----
  vorbis-tools-1.4.2.tar.gz

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

Other differences:
------------------
++++++ vorbis-tools.spec ++++++
--- /var/tmp/diff_new_pack.2QBMwv/_old  2021-01-25 18:24:15.948484935 +0100
+++ /var/tmp/diff_new_pack.2QBMwv/_new  2021-01-25 18:24:15.952484940 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vorbis-tools
 #
-# Copyright (c) 2020 SUSE LLC
+# 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,37 +17,23 @@
 
 
 Name:           vorbis-tools
-Version:        1.4.0
+Version:        1.4.2
 Release:        0
 Summary:        Ogg Vorbis Tools
 License:        GPL-2.0-only
 Group:          Productivity/Multimedia/Sound/Utilities
 URL:            https://www.xiph.org/
 Source0:        
https://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE warning-fixes.diff -- Fix rpm post-build-check failure 
for serious compiler warnings
-Patch0:         warning-fixes.diff
 # PATCH-FIX-OPENSUSE vorbis-tools-cflags.diff bnc#93888 -- Remove 
-fsigned-char option
 Patch1:         vorbis-tools-cflags.diff
-# PATCH-FIX-OPENSUSE vcut-fix-segfault.diff bnc#888360 -- Fix segfault of vcut
-Patch2:         vcut-fix-segfault.diff
-# PATCH-FIX-UPSTREAM vorbis-tools-r19117-CVE-2014-9640.patch bsc#914938 
CVE-201409640
-Patch3:         vorbis-tools-r19117-CVE-2014-9640.patch
-# PATCH-FIX-SUSE vorbis-tools-oggenc-CVE-2014-9639.patch bnc#914439 bnc#914441 
CVE-2014-9638 CVE-2014-9639
-Patch4:         vorbis-tools-oggenc-CVE-2014-9639.patch
-# PATCH-FIX-SUSE oggenc-Fix-large-alloca-on-bad-AIFF-input.patch bsc#943795 
CVE-2015-6749
-Patch5:         oggenc-Fix-large-alloca-on-bad-AIFF-input.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  flac-devel
 BuildRequires:  gettext-tools
 BuildRequires:  libao-devel
 BuildRequires:  libcurl-devel
-%if 0%{?suse_version} >= 1140
 BuildRequires:  libkate-devel
-%endif
 BuildRequires:  libtool
 BuildRequires:  libvorbis-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  speex-devel
 
 %description
@@ -58,53 +44,29 @@
 Ogg file, including streams in it), oggdec (a simple command line decoder), and
 vcut (which allows you to cut up Vorbis files).
 
-
-
-Authors:
---------
-    Michael Smith <msm...@xiph.org>
-    Kenneth Arnold <kcarnold-x...@arnoldnet.net>
-    Stan Seibert <vols...@xiph.org>
-    Segher Boessenkool <seg...@xiph.org>
-    Michael Gold <mg...@ncf.ca>
-    Xiphophorus Company <t...@xiph.org>
-
-
 %lang_package
 
 %prep
 %setup -q
-%patch0
 %patch1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-# automake 1.13 deprecated AM_CONFIG_HEADER
-sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
 
 %build
 # Because of patch vorbis-tools-cflags.diff regenerate build system
-%{?suse_update_config:%{suse_update_config -f}}
-cp /usr/share/gettext/config.rpath .
+cp %{_datadir}/gettext/config.rpath .
 autoreconf --force --install
-# test ! -f po/Makevars.template || mv po/Makevars.template po/Makevars
-
-export CFLAGS="$RPM_OPT_FLAGS -fPIE"
+export CFLAGS="%{optflags} -fPIE"
 export LDFLAGS="-pie"
 %configure --disable-rpath
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 
 # Remove unneeded files (they will be included in 
/usr/share/doc/packages/vorbis-tools/)
 rm -rf %{buildroot}%{_datadir}/doc/%{name}-%{version}/
-
 %find_lang %{name}
 
 %files
-%defattr(-,root,root,-)
 %license COPYING
 %doc AUTHORS CHANGES README
 %doc ogg123/ogg123rc-example
@@ -114,14 +76,13 @@
 %{_bindir}/ogginfo
 %{_bindir}/vcut
 %{_bindir}/vorbiscomment
-%doc %{_mandir}/man1/ogg123.1%{ext_man}
-%doc %{_mandir}/man1/oggdec.1%{ext_man}
-%doc %{_mandir}/man1/oggenc.1%{ext_man}
-%doc %{_mandir}/man1/ogginfo.1%{ext_man}
-%doc %{_mandir}/man1/vcut.1%{ext_man}
-%doc %{_mandir}/man1/vorbiscomment.1%{ext_man}
+%{_mandir}/man1/ogg123.1%{?ext_man}
+%{_mandir}/man1/oggdec.1%{?ext_man}
+%{_mandir}/man1/oggenc.1%{?ext_man}
+%{_mandir}/man1/ogginfo.1%{?ext_man}
+%{_mandir}/man1/vcut.1%{?ext_man}
+%{_mandir}/man1/vorbiscomment.1%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
 
 %changelog

++++++ vorbis-tools-1.4.0.tar.gz -> vorbis-tools-1.4.2.tar.gz ++++++
++++ 141583 lines of diff (skipped)

Reply via email to