commit vorbis-tools for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory 
checked in at 2020-02-03 11:14:18

Comparing /work/SRC/openSUSE:Factory/vorbis-tools (Old)
 and  /work/SRC/openSUSE:Factory/.vorbis-tools.new.26092 (New)


Package is "vorbis-tools"

Mon Feb  3 11:14:18 2020 rev:28 rq:769225 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/vorbis-tools/vorbis-tools.changes
2015-10-03 20:29:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.vorbis-tools.new.26092/vorbis-tools.changes 
2020-02-03 11:14:30.217880877 +0100
@@ -1,0 +2,5 @@
+Fri Jan 31 23:41:21 UTC 2020 - Bjørn Lie 
+
+- No longer recommend -lang: supplements are in use.
+
+---



Other differences:
--
++ vorbis-tools.spec ++
--- /var/tmp/diff_new_pack.UO1ZQO/_old  2020-02-03 11:14:30.837881191 +0100
+++ /var/tmp/diff_new_pack.UO1ZQO/_new  2020-02-03 11:14:30.841881193 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vorbis-tools
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,10 +20,10 @@
 Version:1.4.0
 Release:0
 Summary:Ogg Vorbis Tools
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Multimedia/Sound/Utilities
-Url:http://www.xiph.org/
-Source0:
http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
+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
@@ -49,7 +49,6 @@
 BuildRequires:  libvorbis-devel
 BuildRequires:  pkg-config
 BuildRequires:  speex-devel
-Recommends: %{name}-lang = %{version}
 
 %description
 This package contains some tools for Ogg Vorbis:
@@ -72,6 +71,7 @@
 
 
 %lang_package
+
 %prep
 %setup -q
 %patch0
@@ -105,7 +105,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGES COPYING README
+%license COPYING
+%doc AUTHORS CHANGES README
 %doc ogg123/ogg123rc-example
 %{_bindir}/ogg123
 %{_bindir}/oggdec




commit vorbis-tools for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory 
checked in at 2015-10-03 20:29:14

Comparing /work/SRC/openSUSE:Factory/vorbis-tools (Old)
 and  /work/SRC/openSUSE:Factory/.vorbis-tools.new (New)


Package is "vorbis-tools"

Changes:

--- /work/SRC/openSUSE:Factory/vorbis-tools/vorbis-tools.changes
2015-03-16 06:55:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.vorbis-tools.new/vorbis-tools.changes   
2015-10-03 20:29:37.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 24 17:46:49 CEST 2015 - ti...@suse.de
+
+- Fix buffer overflow in aiff_open() (CVE-2015-6749, bsc#943795):
+  oggenc-Fix-large-alloca-on-bad-AIFF-input.patch
+
+---

New:

  oggenc-Fix-large-alloca-on-bad-AIFF-input.patch



Other differences:
--
++ vorbis-tools.spec ++
--- /var/tmp/diff_new_pack.IGXrE7/_old  2015-10-03 20:29:37.0 +0200
+++ /var/tmp/diff_new_pack.IGXrE7/_new  2015-10-03 20:29:37.0 +0200
@@ -34,6 +34,8 @@
 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
@@ -77,6 +79,7 @@
 %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
 

++ oggenc-Fix-large-alloca-on-bad-AIFF-input.patch ++
>From 04815d3e1bfae3a6cdfb2c25358a5a72b61299f7 Mon Sep 17 00:00:00 2001
From: Mark Harris 
Date: Sun, 30 Aug 2015 05:54:46 -0700
Subject: [PATCH] oggenc: Fix large alloca on bad AIFF input

Fixes #2212
---
 oggenc/audio.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/oggenc/audio.c b/oggenc/audio.c
index 477da8c..4921fb9 100644
--- a/oggenc/audio.c
+++ b/oggenc/audio.c
@@ -245,8 +245,8 @@ static int aiff_permute_matrix[6][6] =
 int aiff_open(FILE *in, oe_enc_opt *opt, unsigned char *buf, int buflen)
 {
 int aifc; /* AIFC or AIFF? */
-unsigned int len;
-unsigned char *buffer;
+unsigned int len, readlen;
+unsigned char buffer[22];
 unsigned char buf2[8];
 aiff_fmt format;
 aifffile *aiff = malloc(sizeof(aifffile));
@@ -269,9 +269,9 @@ int aiff_open(FILE *in, oe_enc_opt *opt, unsigned char 
*buf, int buflen)
 return 0; /* Weird common chunk */
 }
 
-buffer = alloca(len);
-
-if(fread(buffer,1,len,in) < len)
+readlen = len < sizeof(buffer) ? len : sizeof(buffer);
+if(fread(buffer,1,readlen,in) < readlen ||
+   (len > readlen && !seek_forward(in, len-readlen)))
 {
 fprintf(stderr, _("Warning: Unexpected EOF in reading AIFF header\n"));
 return 0;
-- 
2.5.0




commit vorbis-tools for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory 
checked in at 2015-03-16 06:55:26

Comparing /work/SRC/openSUSE:Factory/vorbis-tools (Old)
 and  /work/SRC/openSUSE:Factory/.vorbis-tools.new (New)


Package is vorbis-tools

Changes:

--- /work/SRC/openSUSE:Factory/vorbis-tools/vorbis-tools.changes
2015-01-29 09:54:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.vorbis-tools.new/vorbis-tools.changes   
2015-03-16 06:55:26.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  6 15:24:00 CET 2015 - ti...@suse.de
+
+- Fix division by zero and integer overflow by crafted WAV files
+  (CVE-2014-9638, CVE-2014-9639, bnc#914439, bnc#914441):
+  vorbis-tools-oggenc-CVE-2014-9639.patch
+
+---

New:

  vorbis-tools-oggenc-CVE-2014-9639.patch



Other differences:
--
++ vorbis-tools.spec ++
--- /var/tmp/diff_new_pack.Y1dcHV/_old  2015-03-16 06:55:27.0 +0100
+++ /var/tmp/diff_new_pack.Y1dcHV/_new  2015-03-16 06:55:27.0 +0100
@@ -32,6 +32,8 @@
 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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  flac-devel
@@ -74,6 +76,7 @@
 %patch1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 # automake 1.13 deprecated AM_CONFIG_HEADER
 sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
 

++ vorbis-tools-oggenc-CVE-2014-9639.patch ++
Fix CVE-2014-9638 (bnc#914439)
CVE-2014-9639 (bnc#914441)

---
 oggenc/audio.c |   19 +--
 1 file changed, 17 insertions(+), 2 deletions(-)

--- a/oggenc/audio.c
+++ b/oggenc/audio.c
@@ -13,6 +13,7 @@
 #include config.h
 #endif
 
+#include limits.h
 #include stdlib.h
 #include stdio.h
 #include string.h
@@ -251,6 +252,7 @@ int aiff_open(FILE *in, oe_enc_opt *opt,
 aiff_fmt format;
 aifffile *aiff = malloc(sizeof(aifffile));
 int i;
+long channels;
 
 if(buf[11]=='C')
 aifc=1;
@@ -277,11 +279,17 @@ int aiff_open(FILE *in, oe_enc_opt *opt,
 return 0;
 }
 
-format.channels = READ_U16_BE(buffer);
+format.channels = channels = READ_U16_BE(buffer);
 format.totalframes = READ_U32_BE(buffer+2);
 format.samplesize = READ_U16_BE(buffer+6);
 format.rate = (int)read_IEEE80(buffer+8);
 
+if(channels = 0L || SHRT_MAX  channels)
+{
+fprintf(stderr, _(Warning: Unsupported count of channels in AIFF 
header\n));
+return 0;
+}
+
 aiff-bigendian = 1;
 
 if(aifc)
@@ -412,6 +420,7 @@ int wav_open(FILE *in, oe_enc_opt *opt,
 wav_fmt format;
 wavfile *wav = malloc(sizeof(wavfile));
 int i;
+long channels;
 
 /* Ok. At this point, we know we have a WAV file. Now we have to detect
  * whether we support the subtype, and we have to find the actual data
@@ -449,12 +458,18 @@ int wav_open(FILE *in, oe_enc_opt *opt,
 }
 
 format.format =  READ_U16_LE(buf);
-format.channels =READ_U16_LE(buf+2);
+format.channels = channels = READ_U16_LE(buf+2);
 format.samplerate =  READ_U32_LE(buf+4);
 format.bytespersec = READ_U32_LE(buf+8);
 format.align =   READ_U16_LE(buf+12);
 format.samplesize =  READ_U16_LE(buf+14);
 
+if(channels = 0L || SHRT_MAX  channels)
+{
+fprintf(stderr, _(Warning: Unsupported count of channels in WAV 
header\n));
+return 0;
+}
+
 if(format.format == -2) /* WAVE_FORMAT_EXTENSIBLE */
 {
   if(len40)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vorbis-tools for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory 
checked in at 2015-01-29 09:54:53

Comparing /work/SRC/openSUSE:Factory/vorbis-tools (Old)
 and  /work/SRC/openSUSE:Factory/.vorbis-tools.new (New)


Package is vorbis-tools

Changes:

--- /work/SRC/openSUSE:Factory/vorbis-tools/vorbis-tools.changes
2015-01-03 22:03:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.vorbis-tools.new/vorbis-tools.changes   
2015-01-29 09:54:55.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 27 18:04:18 CET 2015 - ti...@suse.de
+
+- Fix segfault by a crafted raw file input (CVE-2014-9640,
+  bsc#914938):
+  vorbis-tools-r19117-CVE-2014-9640.patch
+
+---

New:

  vorbis-tools-r19117-CVE-2014-9640.patch



Other differences:
--
++ vorbis-tools.spec ++
--- /var/tmp/diff_new_pack.cB8zdy/_old  2015-01-29 09:54:56.0 +0100
+++ /var/tmp/diff_new_pack.cB8zdy/_new  2015-01-29 09:54:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vorbis-tools
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,8 @@
 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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  flac-devel
@@ -71,6 +73,7 @@
 %patch0
 %patch1
 %patch2 -p1
+%patch3 -p1
 # automake 1.13 deprecated AM_CONFIG_HEADER
 sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
 

++ vorbis-tools-r19117-CVE-2014-9640.patch ++
---
 oggenc/oggenc.c   |4 ++--
 oggenc/skeleton.h |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

--- a/oggenc/oggenc.c
+++ b/oggenc/oggenc.c
@@ -97,6 +97,8 @@ int main(int argc, char **argv)
   .3,-1,
   0,0,0.f,
   0, 0, 0, 0, 0};
+input_format raw_format = {NULL, 0, raw_open, wav_close, raw, 
+  N_(RAW file reader)};
 
 int i;
 
@@ -239,8 +241,6 @@ int main(int argc, char **argv)
 
 if(opt.rawmode)
 {
-input_format raw_format = {NULL, 0, raw_open, wav_close, raw, 
-N_(RAW file reader)};
 
 enc_opts.rate=opt.raw_samplerate;
 enc_opts.channels=opt.raw_channels;
--- a/oggenc/skeleton.h
+++ b/oggenc/skeleton.h
@@ -41,7 +41,7 @@ typedef struct {
 ogg_int64_t granule_rate_d;/* granule rate 
denominator */
 ogg_int64_t start_granule; /* start granule 
value */
 ogg_uint32_t preroll;   /* preroll */
-unsigned char granule_shift; // a 8-bit field   /* 1 byte value 
holding the granule shift */
+unsigned char granule_shift;/* 1 byte value 
holding the granule shift */
 char *message_header_fields;/* holds all the 
message header fields */
 /* current total size of the message header fields, for realloc purpose, 
initially zero */
 ogg_uint32_t current_header_size;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vorbis-tools for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory 
checked in at 2015-01-03 22:03:06

Comparing /work/SRC/openSUSE:Factory/vorbis-tools (Old)
 and  /work/SRC/openSUSE:Factory/.vorbis-tools.new (New)


Package is vorbis-tools

Changes:

--- /work/SRC/openSUSE:Factory/vorbis-tools/vorbis-tools.changes
2014-07-25 12:27:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.vorbis-tools.new/vorbis-tools.changes   
2015-01-03 22:03:12.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 31 12:20:32 UTC 2014 - meiss...@suse.com
+
+- build with PIE
+
+---



Other differences:
--
++ vorbis-tools.spec ++
--- /var/tmp/diff_new_pack.0tgMtc/_old  2015-01-03 22:03:13.0 +0100
+++ /var/tmp/diff_new_pack.0tgMtc/_new  2015-01-03 22:03:13.0 +0100
@@ -81,6 +81,8 @@
 autoreconf --force --install
 # test ! -f po/Makevars.template || mv po/Makevars.template po/Makevars
 
+export CFLAGS=$RPM_OPT_FLAGS -fPIE
+export LDFLAGS=-pie
 %configure --disable-rpath
 make %{?_smp_mflags}
 
@@ -92,9 +94,6 @@
 
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS CHANGES COPYING README

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vorbis-tools for openSUSE:Factory

2014-07-25 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory 
checked in at 2014-07-25 12:27:26

Comparing /work/SRC/openSUSE:Factory/vorbis-tools (Old)
 and  /work/SRC/openSUSE:Factory/.vorbis-tools.new (New)


Package is vorbis-tools

Changes:

--- /work/SRC/openSUSE:Factory/vorbis-tools/vorbis-tools.changes
2013-04-05 17:14:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.vorbis-tools.new/vorbis-tools.changes   
2014-07-25 12:27:50.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 22 15:32:43 CEST 2014 - ti...@suse.de
+
+- vcut-fix-segfault.diff: Fix segfault of vcut (bnc#888360)
+
+---

New:

  vcut-fix-segfault.diff



Other differences:
--
++ vorbis-tools.spec ++
--- /var/tmp/diff_new_pack.AxbuzG/_old  2014-07-25 12:27:51.0 +0200
+++ /var/tmp/diff_new_pack.AxbuzG/_new  2014-07-25 12:27:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vorbis-tools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,8 @@
 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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  flac-devel
@@ -68,6 +70,7 @@
 %setup -q
 %patch0
 %patch1
+%patch2 -p1
 # automake 1.13 deprecated AM_CONFIG_HEADER
 sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
 

++ vcut-fix-segfault.diff ++
---
 vcut/vcut.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/vcut/vcut.c
+++ b/vcut/vcut.c
@@ -178,7 +178,7 @@ static int submit_headers_to_stream(vcut
for(i=0;i4;i++)
{
ogg_packet p;
-   if(i  4)  /* a header packet */
+   if(i  3)  /* a header packet */
{
p.bytes = vs-headers[i].length;
p.packet = vs-headers[i].packet;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vorbis-tools for openSUSE:Factory

2013-03-04 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory 
checked in at 2013-03-04 17:34:34

Comparing /work/SRC/openSUSE:Factory/vorbis-tools (Old)
 and  /work/SRC/openSUSE:Factory/.vorbis-tools.new (New)


Package is vorbis-tools, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/vorbis-tools/vorbis-tools.changes
2011-11-22 17:49:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.vorbis-tools.new/vorbis-tools.changes   
2013-03-04 17:34:37.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar  2 11:44:16 UTC 2013 - seife+...@b1-systems.com
+
+- fix build with automake-1.13.1
+
+---



Other differences:
--
++ vorbis-tools.spec ++
--- /var/tmp/diff_new_pack.F90U98/_old  2013-03-04 17:34:38.0 +0100
+++ /var/tmp/diff_new_pack.F90U98/_new  2013-03-04 17:34:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vorbis-tools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   vorbis-tools
 Version:1.4.0
-Release:1
+Release:0
 Summary:Ogg Vorbis Tools
-
 License:GPL-2.0
-Url:http://www.xiph.org/
 Group:  Productivity/Multimedia/Sound/Utilities
+
+Url:http://www.xiph.org/
 # http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz
 Source0:%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE warning-fixes.diff -- Fix rpm post-build-check failure 
for serious compiler warnings
@@ -40,8 +39,9 @@
 %if 0%{?suse_version} = 1140
 BuildRequires:  libkate-devel
 %endif
+BuildRequires:  libtool
 BuildRequires:  libvorbis-devel
-BuildRequires:  libtool pkg-config
+BuildRequires:  pkg-config
 BuildRequires:  speex-devel
 Recommends: %{name}-lang = %{version}
 
@@ -70,6 +70,8 @@
 %setup -q
 %patch0
 %patch1
+# 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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vorbis-tools for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory 
checked in at 2011-12-06 19:12:13

Comparing /work/SRC/openSUSE:Factory/vorbis-tools (Old)
 and  /work/SRC/openSUSE:Factory/.vorbis-tools.new (New)


Package is vorbis-tools, Maintainer is ti...@suse.com

Changes:




Other differences:
--
++ vorbis-tools.spec ++
--- /var/tmp/diff_new_pack.0aBNOH/_old  2011-12-06 19:46:39.0 +0100
+++ /var/tmp/diff_new_pack.0aBNOH/_new  2011-12-06 19:46:39.0 +0100
@@ -22,7 +22,7 @@
 Release:1
 Summary:Ogg Vorbis Tools
 
-License:GPLv2
+License:GPL-2.0
 Url:http://www.xiph.org/
 Group:  Productivity/Multimedia/Sound/Utilities
 # http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vorbis-tools for openSUSE:Factory

2011-11-22 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory 
checked in at 2011-11-22 17:49:56

Comparing /work/SRC/openSUSE:Factory/vorbis-tools (Old)
 and  /work/SRC/openSUSE:Factory/.vorbis-tools.new (New)


Package is vorbis-tools, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/vorbis-tools/vorbis-tools.changes
2011-09-23 12:50:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.vorbis-tools.new/vorbis-tools.changes   
2011-11-22 17:49:58.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:29:49 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ vorbis-tools.spec ++
--- /var/tmp/diff_new_pack.erKlqY/_old  2011-11-22 17:49:59.0 +0100
+++ /var/tmp/diff_new_pack.erKlqY/_new  2011-11-22 17:49:59.0 +0100
@@ -41,7 +41,7 @@
 BuildRequires:  libkate-devel
 %endif
 BuildRequires:  libvorbis-devel
-BuildRequires:  pkg-config
+BuildRequires:  libtool pkg-config
 BuildRequires:  speex-devel
 Recommends: %{name}-lang = %{version}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vorbis-tools for openSUSE:Factory

2011-03-08 Thread h_root

Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory
checked in at Tue Mar 8 14:30:52 CET 2011.




--- vorbis-tools/vorbis-tools.changes   2008-04-17 18:41:38.0 +0200
+++ /mounts/work_src_done/STABLE/vorbis-tools/vorbis-tools.changes  
2011-03-07 00:05:41.0 +0100
@@ -1,0 +2,29 @@
+Sun Mar  6 22:59:51 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Fixed rpmlint warning macro-in-comment.
+
+---
+Sun Mar  6 13:56:27 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 1.4.0:
+  * Lots of changes (see CHANGES file).
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Changed License: to GPLv2.
+  * Added description for the patches based on openSUSE Patches Guidelines.
+  * Updates in Buildrequires: and %description sections.
+  * Added a vorbis-tools-lang package (based on rpmlint warning
+package-with-huge-translation).
+  * Updates in %build, %install and %files sections.
+- Removed the following patches (fixed upstream):
+  * vorbis-tools-1.1.1-bounds-check-fix.diff
+  * vorbis-tools-1.1.1-curl-7.16.diff
+  * vorbis-tools-config.diff
+  * vorbis-tools-flac-1.1.3.diff
+- Rebased the patch vorbis-tools-1.1.1-warning-fixes.diff (most are fixed
+  upstream and only one change is needed to fix rpm post-build-check failure).
+  Also renamed it to warning-fixes.diff.
+- Rebased the patch for cflags.
+
+---

calling whatdependson for head-i586


Old:

  vorbis-tools-1.1.1-bounds-check-fix.diff
  vorbis-tools-1.1.1-curl-7.16.diff
  vorbis-tools-1.1.1-warning-fixes.diff
  vorbis-tools-1.1.1.tar.bz2
  vorbis-tools-config.diff
  vorbis-tools-flac-1.1.3.diff

New:

  vorbis-tools-1.4.0.tar.bz2
  warning-fixes.diff



Other differences:
--
++ vorbis-tools.spec ++
--- /var/tmp/diff_new_pack.aFOzeq/_old  2011-03-08 14:01:26.0 +0100
+++ /var/tmp/diff_new_pack.aFOzeq/_new  2011-03-08 14:01:26.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package vorbis-tools (Version 1.1.1)
+# spec file for package vorbis-tools
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,69 +15,101 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   vorbis-tools
-BuildRequires:  alsa-devel audiofile-devel curl-devel flac-devel libao-devel 
libvorbis-devel pkgconfig speex-devel
+Version:1.4.0
+Release:1
 Summary:Ogg Vorbis Tools
-Version:1.1.1
-Release:228
-Group:  Productivity/Multimedia/Sound/Utilities
-License:GPL v2 or later
+
+License:GPLv2
 Url:http://www.xiph.org/
-Source: %{name}-%{version}.tar.bz2
-Patch:  %{name}-%{version}-warning-fixes.diff
+Group:  Productivity/Multimedia/Sound/Utilities
+# http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz
+Source0:%{name}-%{version}.tar.bz2
+# 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
-Patch2: vorbis-tools-config.diff
-Patch3: vorbis-tools-%{version}-curl-7.16.diff
-Patch4: vorbis-tools-flac-1.1.3.diff
-Patch5: vorbis-tools-1.1.1-bounds-check-fix.diff
 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:  libvorbis-devel
+BuildRequires:  pkg-config
+BuildRequires:  speex-devel
+Recommends: %{name}-lang = %{version}
+
 %description
-This package contains some tools for Ogg Vorbis: oggenc (an encoder)
-and ogg123 (a playback tool).
+This package contains some tools for Ogg Vorbis:
+
+oggenc (an encoder) and ogg123 (a playback tool). It also has vorbiscomment (to
+add comments to Vorbis files), ogginfo (to give all useful information about an
+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...@labyrinth.net.au
-Kenneth Arnold kcarn...@yahoo.com
+Michael Smith msm...@xiph.org
+Kenneth Arnold kcarnold-x...@arnoldnet.net
+Stan Seibert vols...@xiph.org
+Segher Boessenkool seg...@xiph.org
+