commit opusfile for openSUSE:Factory

2020-09-23 Thread root
Hello community,

here is the log from the commit of package opusfile for openSUSE:Factory 
checked in at 2020-09-23 18:48:38

Comparing /work/SRC/openSUSE:Factory/opusfile (Old)
 and  /work/SRC/openSUSE:Factory/.opusfile.new.4249 (New)


Package is "opusfile"

Wed Sep 23 18:48:38 2020 rev:9 rq:836324 version:0.12

Changes:

--- /work/SRC/openSUSE:Factory/opusfile/opusfile.changes2018-09-26 
16:11:38.907463542 +0200
+++ /work/SRC/openSUSE:Factory/.opusfile.new.4249/opusfile.changes  
2020-09-23 18:49:11.781806848 +0200
@@ -1,0 +2,15 @@
+Fri Sep 11 15:19:20 UTC 2020 - Dirk Mueller 
+
+- update to 0.12:
+  * Fix stack overflow buffering out-of-sequence streams.
+  * Fix possible divide-by-zero.
+  * Fix issues with seeking in the win32 backend.
+  * Fix an issue where the seek algorithm could be confused by stream data 
changing between reads.
+  * Clean up compiler and scan-build warnings.
+  * Avoid use of the deprecated ftime() function which has Y2038 problems.
+  * Remove undefined behaviour memcpy(NULL) in op_read_native().
+  * Visual Studio project files updated for libogg 1.3.4 library name change.
+  * Various build systems updates.
+  * Various integration and testing environment improvements.
+
+---

Old:

  opusfile-0.11.tar.gz

New:

  opusfile-0.12.tar.gz



Other differences:
--
++ opusfile.spec ++
--- /var/tmp/diff_new_pack.co3sPU/_old  2020-09-23 18:49:12.357807377 +0200
+++ /var/tmp/diff_new_pack.co3sPU/_new  2020-09-23 18:49:12.361807381 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opusfile
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013 Bjørn Lie (zai...@opensuse.org).
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,13 +19,13 @@
 
 %define soname 0
 Name:   opusfile
-Version:0.11
+Version:0.12
 Release:0
 Summary:A high-level API for decoding and seeking within .opus files
 License:BSD-3-Clause
 Group:  System/Libraries
-URL:http://www.opus-codec.org/
-Source: 
http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
+URL:https://www.opus-codec.org/
+Source: 
https://downloads.xiph.org/releases/opus/opusfile-%{version}.tar.gz
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(ogg) >= 1.3
 BuildRequires:  pkgconfig(openssl)
@@ -73,7 +73,7 @@
 %configure \
   --disable-static \
   --disable-silent-rules
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

++ opusfile-0.11.tar.gz -> opusfile-0.12.tar.gz ++
 7478 lines of diff (skipped)




commit opusfile for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package opusfile for openSUSE:Factory 
checked in at 2018-09-26 16:11:38

Comparing /work/SRC/openSUSE:Factory/opusfile (Old)
 and  /work/SRC/openSUSE:Factory/.opusfile.new (New)


Package is "opusfile"

Wed Sep 26 16:11:38 2018 rev:8 rq:636855 version:0.11

Changes:

--- /work/SRC/openSUSE:Factory/opusfile/opusfile.changes2018-01-01 
22:05:12.629389857 +0100
+++ /work/SRC/openSUSE:Factory/.opusfile.new/opusfile.changes   2018-09-26 
16:11:38.907463542 +0200
@@ -1,0 +2,10 @@
+Thu Sep 20 08:56:28 UTC 2018 - Tomáš Chvátal 
+
+- Version update to 0.11:
+  * Fix two potential integer overflows. (These were not security-critical 
unless the compiler took the opportunity provided by the undefined behavior to 
format your hard drive.)
+  * Allow JPEGs in METADATA_BLOCK_PICTURE tags to include EXIF data.
+  * A few warning fixes for gcc 8.
+  * Make opus_tags_copy return OP_EFAULT on failure instead of returning 
success.
+  * Various integration and testing environment improvements.
+
+---

Old:

  opusfile-0.10.tar.gz

New:

  opusfile-0.11.tar.gz



Other differences:
--
++ opusfile.spec ++
--- /var/tmp/diff_new_pack.6MfSDX/_old  2018-09-26 16:11:39.307462878 +0200
+++ /var/tmp/diff_new_pack.6MfSDX/_new  2018-09-26 16:11:39.307462878 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opusfile
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Bjørn Lie (zai...@opensuse.org).
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,18 +13,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define soname  0
 Name:   opusfile
-Version:0.10
+Version:0.11
 Release:0
 Summary:A high-level API for decoding and seeking within .opus files
 License:BSD-3-Clause
 Group:  System/Libraries
-Url:http://www.opus-codec.org/
+URL:http://www.opus-codec.org/
 Source: 
http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(ogg) >= 1.3
@@ -83,7 +83,8 @@
 %postun -n libopusfile%{soname} -p /sbin/ldconfig
 
 %files -n libopusfile%{soname}
-%doc COPYING AUTHORS
+%license COPYING
+%doc AUTHORS
 %{_libdir}/libopusfile.so.%{soname}
 %{_libdir}/libopusfile.so.%{soname}.*
 %{_libdir}/libopusurl.so.%{soname}

++ opusfile-0.10.tar.gz -> opusfile-0.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opusfile-0.10/Makefile.in 
new/opusfile-0.11/Makefile.in
--- old/opusfile-0.10/Makefile.in   2017-11-14 19:56:40.0 +0100
+++ new/opusfile-0.11/Makefile.in   2018-09-18 21:22:28.0 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1015,9 +1015,9 @@
 maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-@HAVE_DOXYGEN_FALSE@clean-local:
 @HAVE_DOXYGEN_FALSE@install-data-local:
 @HAVE_DOXYGEN_FALSE@uninstall-local:
+@HAVE_DOXYGEN_FALSE@clean-local:
 clean: clean-am
 
 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opusfile-0.10/aclocal.m4 new/opusfile-0.11/aclocal.m4
--- old/opusfile-0.10/aclocal.m42017-11-14 19:56:38.0 +0100
+++ new/opusfile-0.11/aclocal.m42018-09-18 21:22:27.0 +0200
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.15 -*- Autoconf -*-
+# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -364,7 +364,7 @@
 [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])])
 ])dnl PKG_HAVE_DEFINE_WITH_MODULES
 

commit opusfile for openSUSE:Factory

2018-01-01 Thread root
Hello community,

here is the log from the commit of package opusfile for openSUSE:Factory 
checked in at 2018-01-01 22:05:08

Comparing /work/SRC/openSUSE:Factory/opusfile (Old)
 and  /work/SRC/openSUSE:Factory/.opusfile.new (New)


Package is "opusfile"

Mon Jan  1 22:05:08 2018 rev:7 rq:559961 version:0.10

Changes:

--- /work/SRC/openSUSE:Factory/opusfile/opusfile.changes2017-11-14 
14:12:11.602625002 +0100
+++ /work/SRC/openSUSE:Factory/.opusfile.new/opusfile.changes   2018-01-01 
22:05:12.629389857 +0100
@@ -1,0 +2,8 @@
+Mon Dec 18 03:17:32 UTC 2017 - avin...@opensuse.org
+
+- Update to version 0.10:
+  + Fix an out-of-bounds read matching serial numbers.
+- cleanup with spec-cleaner
+- add "--disable-silent-rules" to ./configure
+
+---

Old:

  opusfile-0.9.tar.gz

New:

  opusfile-0.10.tar.gz



Other differences:
--
++ opusfile.spec ++
--- /var/tmp/diff_new_pack.7cba2A/_old  2018-01-01 22:05:13.273174719 +0100
+++ /var/tmp/diff_new_pack.7cba2A/_new  2018-01-01 22:05:13.277173382 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opusfile
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Bjørn Lie (zai...@opensuse.org).
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,10 +17,10 @@
 #
 
 
+%define soname  0
 Name:   opusfile
-Version:0.9
+Version:0.10
 Release:0
-%define soname  0
 Summary:A high-level API for decoding and seeking within .opus files
 License:BSD-3-Clause
 Group:  System/Libraries
@@ -30,7 +30,6 @@
 BuildRequires:  pkgconfig(ogg) >= 1.3
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(opus)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 opusfile provides a high-level API for decoding and seeking within .opus files.
@@ -71,7 +70,9 @@
 %setup -q
 
 %build
-%configure --disable-static
+%configure \
+  --disable-static \
+  --disable-silent-rules
 make %{?_smp_mflags}
 
 %install
@@ -79,11 +80,9 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libopusfile%{soname} -p /sbin/ldconfig
-
 %postun -n libopusfile%{soname} -p /sbin/ldconfig
 
 %files -n libopusfile%{soname}
-%defattr(-,root,root)
 %doc COPYING AUTHORS
 %{_libdir}/libopusfile.so.%{soname}
 %{_libdir}/libopusfile.so.%{soname}.*
@@ -91,7 +90,6 @@
 %{_libdir}/libopusurl.so.%{soname}.*
 
 %files devel
-%defattr(-, root, root)
 %doc %{_datadir}/doc/opusfile/
 %{_includedir}/opus/opusfile.h
 %{_libdir}/pkgconfig/opusfile.pc

++ opusfile-0.9.tar.gz -> opusfile-0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opusfile-0.9/Makefile.in 
new/opusfile-0.10/Makefile.in
--- old/opusfile-0.9/Makefile.in2017-08-03 02:27:44.0 +0200
+++ new/opusfile-0.10/Makefile.in   2017-11-14 19:56:40.0 +0100
@@ -1015,9 +1015,9 @@
 maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-@HAVE_DOXYGEN_FALSE@uninstall-local:
 @HAVE_DOXYGEN_FALSE@clean-local:
 @HAVE_DOXYGEN_FALSE@install-data-local:
+@HAVE_DOXYGEN_FALSE@uninstall-local:
 clean: clean-am
 
 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opusfile-0.9/configure new/opusfile-0.10/configure
--- old/opusfile-0.9/configure  2017-08-03 02:27:43.0 +0200
+++ new/opusfile-0.10/configure 2017-11-14 19:56:39.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for opusfile 0.9.
+# Generated by GNU Autoconf 2.69 for opusfile 0.10.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='opusfile'
 PACKAGE_TARNAME='opusfile'
-PACKAGE_VERSION='0.9'
-PACKAGE_STRING='opusfile 0.9'
+PACKAGE_VERSION='0.10'
+PACKAGE_STRING='opusfile 0.10'
 PACKAGE_BUGREPORT='o...@xiph.org'
 PACKAGE_URL=''
 
@@ -1353,7 +1353,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures opusfile 0.9 to adapt to many kinds of systems.
+\`configure' configures opusfile 0.10 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1423,7 +1423,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo 

commit opusfile for openSUSE:Factory

2017-11-14 Thread root
Hello community,

here is the log from the commit of package opusfile for openSUSE:Factory 
checked in at 2017-11-14 14:12:07

Comparing /work/SRC/openSUSE:Factory/opusfile (Old)
 and  /work/SRC/openSUSE:Factory/.opusfile.new (New)


Package is "opusfile"

Tue Nov 14 14:12:07 2017 rev:6 rq:540138 version:0.9

Changes:

--- /work/SRC/openSUSE:Factory/opusfile/opusfile.changes2016-09-08 
17:38:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.opusfile.new/opusfile.changes   2017-11-14 
14:12:11.602625002 +0100
@@ -1,0 +2,11 @@
+Tue Aug  8 20:10:27 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.9:
+  + Fix an invalid free with tag handling.
+  + Improve handling of corrupt streams.
+  + Improve performance on streams with many chain segments.
+  + Improve TLS host validation.
+  + Align op_raw_total to work better with op_raw_seek.
+  + Documentation and build improvements.
+
+---

Old:

  opusfile-0.8.tar.gz

New:

  opusfile-0.9.tar.gz



Other differences:
--
++ opusfile.spec ++
--- /var/tmp/diff_new_pack.qpU3sJ/_old  2017-11-14 14:12:15.342488597 +0100
+++ /var/tmp/diff_new_pack.qpU3sJ/_new  2017-11-14 14:12:15.342488597 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   opusfile
-Version:0.8
+Version:0.9
 Release:0
 %define soname  0
 Summary:A high-level API for decoding and seeking within .opus files

++ opusfile-0.8.tar.gz -> opusfile-0.9.tar.gz ++
 4353 lines of diff (skipped)




commit opusfile for openSUSE:Factory

2016-09-08 Thread h_root
Hello community,

here is the log from the commit of package opusfile for openSUSE:Factory 
checked in at 2016-09-08 17:38:52

Comparing /work/SRC/openSUSE:Factory/opusfile (Old)
 and  /work/SRC/openSUSE:Factory/.opusfile.new (New)


Package is "opusfile"

Changes:

--- /work/SRC/openSUSE:Factory/opusfile/opusfile.changes2016-01-08 
15:24:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.opusfile.new/opusfile.changes   2016-09-08 
17:38:52.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep  1 16:06:33 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.8:
+  + Add support for OpenSSL 1.1.x.
+  + Fix issues with tag parsing introduced in v0.7.
+  + Fix skip logic for multiplexed non-Opus data.
+
+---

Old:

  opusfile-0.7.tar.gz

New:

  opusfile-0.8.tar.gz



Other differences:
--
++ opusfile.spec ++
--- /var/tmp/diff_new_pack.7VzUCq/_old  2016-09-08 17:38:53.0 +0200
+++ /var/tmp/diff_new_pack.7VzUCq/_new  2016-09-08 17:38:53.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   opusfile
-Version:0.7
+Version:0.8
 Release:0
 %define soname  0
 Summary:A high-level API for decoding and seeking within .opus files

++ opusfile-0.7.tar.gz -> opusfile-0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opusfile-0.7/Makefile.in new/opusfile-0.8/Makefile.in
--- old/opusfile-0.7/Makefile.in2016-01-05 01:35:20.0 +0100
+++ new/opusfile-0.8/Makefile.in2016-07-06 19:38:02.0 +0200
@@ -987,9 +987,9 @@
 maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-@HAVE_DOXYGEN_FALSE@install-data-local:
-@HAVE_DOXYGEN_FALSE@clean-local:
 @HAVE_DOXYGEN_FALSE@uninstall-local:
+@HAVE_DOXYGEN_FALSE@clean-local:
+@HAVE_DOXYGEN_FALSE@install-data-local:
 clean: clean-am
 
 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opusfile-0.7/aclocal.m4 new/opusfile-0.8/aclocal.m4
--- old/opusfile-0.7/aclocal.m4 2016-01-05 01:35:18.0 +0100
+++ new/opusfile-0.8/aclocal.m4 2016-07-06 19:38:02.0 +0200
@@ -20,32 +20,63 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
-# pkg.m4 - Macros to locate and utilise pkg-config.-*- Autoconf -*-
-# serial 1 (pkg-config-0.24)
-# 
-# Copyright © 2004 Scott James Remnant .
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-# PKG_PROG_PKG_CONFIG([MIN-VERSION])
-# --
+dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
+dnl serial 11 (pkg-config-0.29)
+dnl
+dnl Copyright © 2004 Scott James Remnant .
+dnl Copyright © 2012-2015 Dan Nicholson 
+dnl
+dnl This program is free software; you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation; either version 2 of the License, or
+dnl (at your option) any later version.
+dnl
+dnl This program is distributed in the hope that it will be useful, but
+dnl WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+dnl General Public License for more details.
+dnl
+dnl You should have received a copy of the GNU General Public License
+dnl along with this program; if not, write to the Free Software
+dnl Foundation, Inc., 59 Temple Place - Suite 330, 

commit opusfile for openSUSE:Factory

2016-01-08 Thread h_root
Hello community,

here is the log from the commit of package opusfile for openSUSE:Factory 
checked in at 2016-01-08 15:24:01

Comparing /work/SRC/openSUSE:Factory/opusfile (Old)
 and  /work/SRC/openSUSE:Factory/.opusfile.new (New)


Package is "opusfile"

Changes:

--- /work/SRC/openSUSE:Factory/opusfile/opusfile.changes2014-12-19 
09:37:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.opusfile.new/opusfile.changes   2016-01-08 
15:24:11.0 +0100
@@ -1,0 +2,9 @@
+Fri Jan  8 11:53:20 UTC 2016 - ec...@opensuse.org
+
+- Update to version 0.7
+  + Add API to access and preserve binary metadata.
+  + Add support for R128_ALBUM_GAIN metadata tag.
+  + Better seeking with continued packets and multiplexed streams.
+  + Portability and build fixes.
+
+---

Old:

  opusfile-0.6.tar.gz

New:

  opusfile-0.7.tar.gz



Other differences:
--
++ opusfile.spec ++
--- /var/tmp/diff_new_pack.dRB453/_old  2016-01-08 15:24:11.0 +0100
+++ /var/tmp/diff_new_pack.dRB453/_new  2016-01-08 15:24:11.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for opusfile 
+# spec file for package opusfile
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Bjørn Lie (zai...@opensuse.org).
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,14 +16,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   opusfile
-Version:0.6
+Version:0.7
 Release:0
 %define soname  0
-License:BSD-3-Clause
 Summary:A high-level API for decoding and seeking within .opus files
-Url:http://www.opus-codec.org/
+License:BSD-3-Clause
 Group:  System/Libraries
+Url:http://www.opus-codec.org/
 Source: 
http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(ogg) >= 1.3

++ opusfile-0.6.tar.gz -> opusfile-0.7.tar.gz ++
 22985 lines of diff (skipped)




commit opusfile for openSUSE:Factory

2014-12-19 Thread h_root
Hello community,

here is the log from the commit of package opusfile for openSUSE:Factory 
checked in at 2014-12-19 09:38:49

Comparing /work/SRC/openSUSE:Factory/opusfile (Old)
 and  /work/SRC/openSUSE:Factory/.opusfile.new (New)


Package is opusfile

Changes:

--- /work/SRC/openSUSE:Factory/opusfile/opusfile.changes2014-02-19 
07:22:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.opusfile.new/opusfile.changes   2014-12-19 
09:37:45.0 +0100
@@ -1,0 +2,8 @@
+Thu Dec 18 13:05:05 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.6:
+  + Fix bugs with comment handling.
+  + Fix build for BSD.
+  + Fix bugs handling invalid and non-opus streams.
+
+---

Old:

  opusfile-0.5.tar.gz

New:

  opusfile-0.6.tar.gz



Other differences:
--
++ opusfile.spec ++
--- /var/tmp/diff_new_pack.7kIsKX/_old  2014-12-19 09:37:46.0 +0100
+++ /var/tmp/diff_new_pack.7kIsKX/_new  2014-12-19 09:37:46.0 +0100
@@ -17,7 +17,7 @@
 #
 
 Name:   opusfile
-Version:0.5
+Version:0.6
 Release:0
 %define soname  0
 License:BSD-3-Clause

++ opusfile-0.5.tar.gz - opusfile-0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opusfile-0.5/Makefile.in new/opusfile-0.6/Makefile.in
--- old/opusfile-0.5/Makefile.in2014-01-10 20:41:19.0 +0100
+++ new/opusfile-0.6/Makefile.in2014-06-11 19:30:41.0 +0200
@@ -969,8 +969,8 @@
 maintainer-clean-generic:
@echo This command is intended for maintainers to use
@echo it deletes files that may require special tools to rebuild.
-@HAVE_DOXYGEN_FALSE@install-data-local:
 @HAVE_DOXYGEN_FALSE@clean-local:
+@HAVE_DOXYGEN_FALSE@install-data-local:
 @HAVE_DOXYGEN_FALSE@uninstall-local:
 clean: clean-am
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opusfile-0.5/configure new/opusfile-0.6/configure
--- old/opusfile-0.5/configure  2014-01-10 20:41:19.0 +0100
+++ new/opusfile-0.6/configure  2014-06-11 19:30:40.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for opusfile 0.5.
+# Generated by GNU Autoconf 2.69 for opusfile 0.6.
 #
 # Report bugs to o...@xiph.org.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='opusfile'
 PACKAGE_TARNAME='opusfile'
-PACKAGE_VERSION='0.5'
-PACKAGE_STRING='opusfile 0.5'
+PACKAGE_VERSION='0.6'
+PACKAGE_STRING='opusfile 0.6'
 PACKAGE_BUGREPORT='o...@xiph.org'
 PACKAGE_URL=''
 
@@ -1346,7 +1346,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures opusfile 0.5 to adapt to many kinds of systems.
+\`configure' configures opusfile 0.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1416,7 +1416,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of opusfile 0.5:;;
+ short | recursive ) echo Configuration of opusfile 0.6:;;
esac
   cat \_ACEOF
 
@@ -1541,7 +1541,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-opusfile configure 0.5
+opusfile configure 0.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1910,7 +1910,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by opusfile $as_me 0.5, which was
+It was created by opusfile $as_me 0.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4288,7 +4288,7 @@
 
 # Define the identity of the package.
  PACKAGE='opusfile'
- VERSION='0.5'
+ VERSION='0.6'
 
 
 # Some tools Automake needs.
@@ -6778,10 +6778,10 @@
  x86_64-*linux*)
LD=${LD-ld} -m elf_i386
;;
- powerpcle-*linux*)
+ powerpc64le-*linux*)
LD=${LD-ld} -m elf32lppclinux
;;
- powerpc-*linux*)
+ powerpc64-*linux*)
LD=${LD-ld} -m elf32ppclinux
;;
  s390x-*linux*)
@@ -11718,7 +11718,7 @@
 
 
 OP_LT_CURRENT=3
-OP_LT_REVISION=0
+OP_LT_REVISION=1
 OP_LT_AGE=3
 
 
@@ -11897,6 +11897,64 @@
 fi
 
 fi
+{ $as_echo $as_me:${as_lineno-$LINENO}: checking for library containing 
ftime 5
+$as_echo_n checking for library containing ftime...  6; }
+if ${ac_cv_search_ftime+:} false; then :
+  $as_echo_n (cached)  6
+else
+  ac_func_search_save_LIBS=$LIBS
+cat confdefs.h - _ACEOF