commit soundtouch for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package soundtouch for openSUSE:Factory 
checked in at 2019-08-16 15:31:20

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


Package is "soundtouch"

Fri Aug 16 15:31:20 2019 rev:31 rq:723223 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/soundtouch/soundtouch.changes2018-12-10 
12:23:23.462823241 +0100
+++ /work/SRC/openSUSE:Factory/.soundtouch.new.22127/soundtouch.changes 
2019-08-16 15:31:21.897948487 +0200
@@ -1,0 +2,5 @@
+Wed Aug 14 08:01:43 UTC 2019 - Tomáš Chvátal 
+
+- Use dos2unix insted of tr and friends
+
+---



Other differences:
--
++ soundtouch.spec ++
--- /var/tmp/diff_new_pack.JT7U52/_old  2019-08-16 15:31:23.077948145 +0200
+++ /var/tmp/diff_new_pack.JT7U52/_new  2019-08-16 15:31:23.077948145 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package soundtouch
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -23,12 +23,13 @@
 Summary:Audio Processing Library
 License:LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Url:https://www.surina.net/soundtouch
+URL:https://www.surina.net/soundtouch
 Source: 
https://gitlab.com/soundtouch/soundtouch/-/archive/%{version}/%{name}-%{version}.tar.gz
 Source1:
https://salsa.debian.org/multimedia-team/soundtouch/raw/master/debian/soundstretch.1
 Source99:   baselibs.conf
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -69,13 +70,11 @@
 SoundTouch.
 
 %prep
-%setup -q -n %{name}-%{version}
-tr -d '\r' README.html~
-touch -r README.html README.html~
-mv README.html~ README.html
+%setup -q
+dos2unix README.html
 
 %build
-./bootstrap
+autoreconf -fvi
 %configure \
--enable-shared \
--disable-static




commit soundtouch for openSUSE:Factory

2018-12-10 Thread root
Hello community,

here is the log from the commit of package soundtouch for openSUSE:Factory 
checked in at 2018-12-10 12:23:21

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


Package is "soundtouch"

Mon Dec 10 12:23:21 2018 rev:30 rq:656049 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/soundtouch/soundtouch.changes2018-11-08 
09:41:24.685596154 +0100
+++ /work/SRC/openSUSE:Factory/.soundtouch.new.19453/soundtouch.changes 
2018-12-10 12:23:23.462823241 +0100
@@ -1,0 +2,9 @@
+Fri Dec  7 12:57:44 UTC 2018 - Marketa Calabkova 
+
+- Update to version 2.1.2
+  * Bugfixes: Fixed potential buffer overwrite bugs in WavFile routines. 
+Replaced asserts with runtime exceptions. (CVE-2018-17097, bsc#1108632)
+  * Automake: unset ACLOCAL in bootstrap script to avoid error in case 
+earlier build script has set it
+
+---

Old:

  soundtouch-2.1.0.tar.gz

New:

  soundtouch-2.1.2.tar.gz



Other differences:
--
++ soundtouch.spec ++
--- /var/tmp/diff_new_pack.UxIK4U/_old  2018-12-10 12:23:23.906822798 +0100
+++ /var/tmp/diff_new_pack.UxIK4U/_new  2018-12-10 12:23:23.906822798 +0100
@@ -18,7 +18,7 @@
 
 %define sover 1
 Name:   soundtouch
-Version:2.1.0
+Version:2.1.2
 Release:0
 Summary:Audio Processing Library
 License:LGPL-2.1-or-later

++ soundtouch-2.1.0.tar.gz -> soundtouch-2.1.2.tar.gz ++
 2413 lines of diff (skipped)




commit soundtouch for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package soundtouch for openSUSE:Factory 
checked in at 2018-11-08 09:41:20

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


Package is "soundtouch"

Thu Nov  8 09:41:20 2018 rev:29 rq:645211 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/soundtouch/soundtouch.changes2018-09-13 
12:09:57.862398672 +0200
+++ /work/SRC/openSUSE:Factory/.soundtouch.new/soundtouch.changes   
2018-11-08 09:41:24.685596154 +0100
@@ -1,0 +2,21 @@
+Mon Oct 29 09:31:51 UTC 2018 - Marketa Calabkova 
+
+- Update to version 2.1.0
+  * Disable anti-alias filter when switch 
+SOUNDTOUCH_PREVENT_CLICK_AT_RATE_CROSSOVER defined
+  * Added script for building SoundTouchDll dynamic-link-library for 
+GNU platforms
+  * Rewrote Beats-per-Minute analysis algorithm for more reliable 
+BPM detection
+  * Added BPM functions to SoundTouchDll API
+  * Migrated Visual Studio project files to MSVC 201x format
+  * Replaced function parameter value asserts with runtime exceptions
+- Fixed bugs:
+  * CVE-2018-17098 (bsc#1108632) -- remote denial of service
+  * CVE-2018-17097 (bsc#1108631) -- remote denial of service (double free)
+  * CVE-2018-17096 (bsc#1108630) -- remote denial of service 
+in BPMDetect.cpp
+  * boo#1113134 -- out of date package
+- Removed obsolete patch fix-buffer-overflow.patch
+
+---

Old:

  fix-buffer-overflow.patch
  soundtouch-2.0.0.tar.gz

New:

  soundtouch-2.1.0.tar.gz



Other differences:
--
++ soundtouch.spec ++
--- /var/tmp/diff_new_pack.tkL8MG/_old  2018-11-08 09:41:25.821594837 +0100
+++ /var/tmp/diff_new_pack.tkL8MG/_new  2018-11-08 09:41:25.825594832 +0100
@@ -12,19 +12,19 @@
 # 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 sover 1
 Name:   soundtouch
-Version:2.0.0
+Version:2.1.0
 Release:0
 Summary:Audio Processing Library
 License:LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Url:https://www.surina.net/soundtouch
-Source: https://www.surina.net/soundtouch/%{name}-%{version}.tar.gz
+Source: 
https://gitlab.com/soundtouch/soundtouch/-/archive/%{version}/%{name}-%{version}.tar.gz
 Source1:
https://salsa.debian.org/multimedia-team/soundtouch/raw/master/debian/soundstretch.1
 Source99:   baselibs.conf
 BuildRequires:  autoconf
@@ -32,7 +32,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-Patch0: fix-buffer-overflow.patch  
 
 %description
 SoundTouch is a C++ audio processing library that allows
@@ -70,11 +69,10 @@
 SoundTouch.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{version}
 tr -d '\r' README.html~
 touch -r README.html README.html~
 mv README.html~ README.html
-%patch0 -p1
 
 %build
 ./bootstrap

++ soundtouch-2.0.0.tar.gz -> soundtouch-2.1.0.tar.gz ++
 8272 lines of diff (skipped)




commit soundtouch for openSUSE:Factory

2018-09-13 Thread root
Hello community,

here is the log from the commit of package soundtouch for openSUSE:Factory 
checked in at 2018-09-13 12:09:53

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


Package is "soundtouch"

Thu Sep 13 12:09:53 2018 rev:28 rq:633741 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/soundtouch/soundtouch.changes2018-03-20 
21:51:10.173537373 +0100
+++ /work/SRC/openSUSE:Factory/.soundtouch.new/soundtouch.changes   
2018-09-13 12:09:57.862398672 +0200
@@ -1,0 +2,6 @@
+Thu Sep  6 12:29:20 UTC 2018 - Marketa Calabkova 
+
+- bsc #1103676: CVE-2018-1000223: soundtouch: Heap-based buffer overflow 
+  added patch fix-buffer-overflow.patch
+
+---

New:

  fix-buffer-overflow.patch



Other differences:
--
++ soundtouch.spec ++
--- /var/tmp/diff_new_pack.qfyUZX/_old  2018-09-13 12:09:58.270398213 +0200
+++ /var/tmp/diff_new_pack.qfyUZX/_new  2018-09-13 12:09:58.274398209 +0200
@@ -32,6 +32,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+Patch0: fix-buffer-overflow.patch  
 
 %description
 SoundTouch is a C++ audio processing library that allows
@@ -73,6 +74,7 @@
 tr -d '\r' README.html~
 touch -r README.html README.html~
 mv README.html~ README.html
+%patch0 -p1
 
 %build
 ./bootstrap

++ fix-buffer-overflow.patch ++

Index: soundtouch/source/SoundStretch/WavFile.cpp
===
--- soundtouch.orig/source/SoundStretch/WavFile.cpp
+++ soundtouch/source/SoundStretch/WavFile.cpp
@@ -528,12 +528,16 @@ int WavInFile::readHeaderBlock()
 // read length of the format field
 if (fread(&nLen, sizeof(int), 1, fptr) != 1) return -1;
 // swap byte order if necessary
-_swap32(nLen); // int format_len;
-header.format.format_len = nLen;
+_swap32(nLen);
 
-// calculate how much length differs from expected
+// calculate how much length differs from expected 
 nDump = nLen - ((int)sizeof(header.format) - 8);
 
+// verify that header length isn't smaller than expected structure
+if ((nLen < 0) || (nDump < 0)) return -1;
+
+header.format.format_len = nLen;
+
 // if format_len is larger than expected, read only as much data as 
we've space for
 if (nDump > 0)
 {
@@ -569,12 +573,16 @@ int WavInFile::readHeaderBlock()
 // read length of the fact field
 if (fread(&nLen, sizeof(int), 1, fptr) != 1) return -1;
 // swap byte order if necessary
-_swap32(nLen); // int fact_len;
-header.fact.fact_len = nLen;
+_swap32(nLen);
 
 // calculate how much length differs from expected
 nDump = nLen - ((int)sizeof(header.fact) - 8);
 
+// verify that fact length isn't smaller than expected structure
+if ((nLen < 0) || (nDump < 0)) return -1;
+
+header.fact.fact_len = nLen;
+
 // if format_len is larger than expected, read only as much data as 
we've space for
 if (nDump > 0)
 {



commit soundtouch for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package soundtouch for openSUSE:Factory 
checked in at 2018-03-20 21:51:09

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


Package is "soundtouch"

Tue Mar 20 21:51:09 2018 rev:27 rq:586303 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/soundtouch/soundtouch.changes2015-04-10 
09:46:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.soundtouch.new/soundtouch.changes   
2018-03-20 21:51:10.173537373 +0100
@@ -1,0 +2,58 @@
+Tue Mar 13 08:44:37 UTC 2018 - jeng...@inai.de
+
+- Trim marketing and old statistics (Pentium) from
+  description, and ensure neutrality.
+
+---
+Sun Feb 18 06:38:58 UTC 2018 - avin...@opensuse.org
+
+- Update to version 2.0.0
+  * Added functions to get initial processing latency, duration
+ratio between the original input and processed output tracks,
+and clarified reporting of input/output batch sizes
+  * Fixed issue that added brief sequence of silence to beginning
+of output audio
+  * Adjusted algorithm parameters to reduce reverberating effect
+at tempo slowdown
+  * Bugfix: Fixed a glitch that could cause negative array indexing
+in quick seek algorithm
+  * Bugfix: flush() didn't properly flush final samples from the
+pipeline on 2nd time in case that soundtouch object instance
+was recycled and used for processing a second audio stream.
+  * Bugfix: Pi value had incorrect 9th/10th decimals
+  * Added C# example application that uses SoundTouch dll library
+for processing MP3 files
+- includes 1.9.2:
+  * Fix in GNU package configuration
+- includes 1.9.1:
+  * Improved SoundTouch::flush() function so that it returns
+precisely the desired amount of samples for exact output
+duration control
+  * Redesigned quickseek algorithm for improved sound quality when
+using the quickseek mode. The new quickseek algorithm can find
+99% as good results as the default full-scan mode, while the
+quickseek algorithm is remarkable less CPU intensive.
+  * Added adaptive integer divider scaling for improved sound
+quality when using integer processing algorithm
+- includes 1.9:
+  * Added support for parallel computation support via OpenMP
+primitives for better performance in multicore systems.
+Benchmarks show that achieved parallel processing speedup
+improvement typically range from +30% (x86 dual-core) to +180%
+(ARM quad-core). The OpenMP optimizations are disabled by
+default, see OpenMP notes above in this readme file how to
+enabled these optimizations.
+  * Android: Added support for Android devices featuring X86 and
+MIPS CPUs, in addition to ARM CPUs.
+  * Android: More versatile Android example application that
+processes WAV audio files with SoundTouch library
+  * Replaced Windows-like 'BOOL' types with native 'bool'
+  * Changed documentation token to "dist_doc_DATA" in Makefile.am
+  * Miscellaneous small fixes and improvements
+- cleanup with spec-cleaner
+- other spec fixes:
+  * switch to https
+  * link directly to man page taken from debian, and refresh it
+  * macroify sover, bump from 0 to 1
+
+---

Old:

  soundtouch-1.8.0.tar.gz

New:

  soundtouch-2.0.0.tar.gz



Other differences:
--
++ soundtouch.spec ++
--- /var/tmp/diff_new_pack.BXtZei/_old  2018-03-20 21:51:10.945509575 +0100
+++ /var/tmp/diff_new_pack.BXtZei/_new  2018-03-20 21:51:10.949509431 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package soundtouch
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,62 +16,58 @@
 #
 
 
+%define sover 1
 Name:   soundtouch
-Url:http://www.surina.net/soundtouch
+Version:2.0.0
+Release:0
 Summary:Audio Processing Library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Version:1.8.0
-Release:0
+Url:https://www.surina.net/soundtouch
+Source: https://www.surina.net/soundtouch/%{name}-%{version}.tar.gz
+Source1:
https://salsa.debian.org/multimedia-team/soundtouch/raw/master/debian/soundstretch.1
+Source99:   baselibs.conf
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  pkg-config
-Source: http://

commit soundtouch for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package soundtouch for openSUSE:Factory 
checked in at 2013-03-08 09:51:48

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


Package is "soundtouch", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/soundtouch/soundtouch.changes2011-11-21 
15:50:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.soundtouch.new/soundtouch.changes   
2013-03-08 09:51:50.0 +0100
@@ -1,0 +2,18 @@
+Fri Jan 25 21:39:25 CET 2013 - sbra...@suse.cz
+
+- Update to version 1.7.1:
+  * Added files for Android compilation 
+  * Sound quality improvements
+  * Improved flush() to adjust output sound stream duration to
+match better with ideal duration
+  * Rewrote x86 cpu feature check to resolve compatibility problems
+  * Configure script automatically checks if CPU supports mmx & sse
+compatibility for GNU platform, and the script support now
+"--enable-x86-optimizations" switch to allow disabling
+x86-specific optimizations.
+  * Revised #define conditions for 32bit/64bit compatibility
+  * gnu autoconf/automake script compatibility fixes
+  * Tuned beat-per-minute detection algorithm
+- Updated man page from Debian unstable.
+
+---

Old:

  soundtouch-1.6.0.tar.gz

New:

  soundtouch-1.7.1.tar.gz



Other differences:
--
++ soundtouch.spec ++
--- /var/tmp/diff_new_pack.BxSWei/_old  2013-03-08 09:51:51.0 +0100
+++ /var/tmp/diff_new_pack.BxSWei/_new  2013-03-08 09:51:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package soundtouch
 #
-# 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
@@ -15,18 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   soundtouch
-License:LGPL-2.1+
-Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Url:http://www.surina.net/soundtouch
 Summary:Audio Processing Library
-Version:1.6.0
-Release:1
-BuildRequires:  gcc-c++ libtool pkg-config
-Source: %{name}-%{version}.tar.gz
+License:LGPL-2.1+
+Group:  Productivity/Multimedia/Sound/Editors and Convertors
+Version:1.7.1
+Release:0
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+Source: http://www.surina.net/soundtouch/%{name}-%{version}.tar.gz
+# From 
http://ftp.debian.org/debian/pool/main/s/soundtouch/soundtouch_1.6.0-3.debian.tar.gz
 Source1:soundstretch.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -53,7 +56,6 @@
 Olli Parviainen
 
 %package -n libSoundTouch0
-License:LGPL-2.1+
 Summary:Audio Processing Library
 Group:  System/Libraries
 
@@ -67,10 +69,10 @@
 Olli Parviainen
 
 %package devel
-License:LGPL-2.1+
 Summary:Audio Processing Library
 Group:  Development/Languages/C and C++
-Requires:   %{name} = %{version} glibc-devel
+Requires:   %{name} = %{version}
+Requires:   glibc-devel
 
 %description devel
 SoundTouch is an open-source audio processing library that allows
@@ -86,19 +88,9 @@
 tr -d '\r' README.html~
 touch -r README.html README.html~
 mv README.html~ README.html
-%ifarch x86_64
-# cpu_detect_x86_gcc.cpp: Assembler messages:
-# cpu_detect_x86_gcc.cpp:140: Error: suffix or operands invalid for `pop'
-# cpu_detect_x86_gcc.cpp:143: Error: suffix or operands invalid for `push'
-sed -i s/__x86_64__/__INVALID__/ include/STTypes.h
-%endif
-%ifnarch %ix86 x86_64
-# cc1plus: error: unrecognized command line option "-msse2"
-sed -i s/-msse2// source/SoundTouch/Makefile.am
-%endif
 
 %build
-autoreconf -f -i
+./bootstrap
 %configure\
--enable-shared\
--disable-static

++ soundstretch.1 ++
--- /var/tmp/diff_new_pack.BxSWei/_old  2013-03-08 09:51:51.0 +0100
+++ /var/tmp/diff_new_pack.BxSWei/_new  2013-03-08 09:51:51.0 +0100
@@ -1,44 +1,89 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
-.TH SOUNDSTRETCH "1" "December 2010" "soundstretch " "User Commands"
+.TH "soundstretch" 1
 .SH NAME
-soundstretch \- manual page for soundstretch 
+soundstretch \- audio processing utility
+.SH SYNOPSIS
+.B soundstretch 
+infile.wav outfile.wav [options]
 .SH DESCRIPTION
-.TP
-SoundStretch v1.4.0 \-
-Written by Olli Parvia

commit soundtouch for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package soundtouch for openSUSE:Factory 
checked in at 2011-12-06 19:05:21

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


Package is "soundtouch", Maintainer is "sbra...@suse.com"

Changes:




Other differences:
--
++ soundtouch.spec ++
--- /var/tmp/diff_new_pack.b9hrO9/_old  2011-12-06 19:38:23.0 +0100
+++ /var/tmp/diff_new_pack.b9hrO9/_new  2011-12-06 19:38:23.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   soundtouch
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Url:http://www.surina.net/soundtouch
 Summary:Audio Processing Library
@@ -53,7 +53,7 @@
 Olli Parviainen
 
 %package -n libSoundTouch0
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Audio Processing Library
 Group:  System/Libraries
 
@@ -67,7 +67,7 @@
 Olli Parviainen
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Audio Processing Library
 Group:  Development/Languages/C and C++
 Requires:   %{name} = %{version} glibc-devel

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



commit soundtouch for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package soundtouch for openSUSE:Factory 
checked in at 2011-11-21 15:50:11

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


Package is "soundtouch", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/soundtouch/soundtouch.changes2011-09-23 
12:46:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.soundtouch.new/soundtouch.changes   
2011-11-21 15:50:24.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:28:55 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ soundtouch.spec ++
--- /var/tmp/diff_new_pack.oEVRJX/_old  2011-11-21 15:50:25.0 +0100
+++ /var/tmp/diff_new_pack.oEVRJX/_new  2011-11-21 15:50:25.0 +0100
@@ -25,7 +25,7 @@
 Summary:Audio Processing Library
 Version:1.6.0
 Release:1
-BuildRequires:  gcc-c++ pkg-config
+BuildRequires:  gcc-c++ libtool pkg-config
 Source: %{name}-%{version}.tar.gz
 Source1:soundstretch.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit soundtouch for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package soundtouch for openSUSE:Factory
checked in at Wed Aug 17 09:55:40 CEST 2011.




--- soundtouch/soundtouch.changes   2011-04-15 20:20:35.0 +0200
+++ /mounts/work_src_done/STABLE/soundtouch/soundtouch.changes  2011-08-11 
00:35:42.0 +0200
@@ -1,0 +2,23 @@
+Wed Aug 10 22:23:19 UTC 2011 - ampsal...@gmail.com
+
+- New upstream version 1.6.0.
+- Changes: 
+  * Added automatic cutoff threshold adaptation to beat detection
+ routine to better adapt BPM calculation to different types of
+ music
+  * Retired 3DNow! optimization support as 3DNow! is nowadays
+ obsoleted and assembler code is nuisance to maintain
+  * Retired "configure" file from source code package due to
+ autoconf/automake versio conflicts, so that it is from now on to
+ be generated by invoking "boostrap" script that uses locally
+ available toolchain version for generating the "configure" file
+  * Resolved namespace/label naming conflicts with other libraries by
+ replacing global labels such as INTEGER_SAMPLES with more
+ specific SOUNDTOUCH_INTEGER_SAMPLES etc.
+  * Updated windows build scripts & project files for Visual Studio
+ 2008 support
+  * Updated SoundTouch.dll API for .NET compatibility
+  * Added API for querying nominal processing input & output sample
+ batch sizes
+
+---

calling whatdependson for head-i586


Old:

  soundtouch-1.5.0.tar.bz2

New:

  soundtouch-1.6.0.tar.gz



Other differences:
--
++ soundtouch.spec ++
--- /var/tmp/diff_new_pack.4mn8ke/_old  2011-08-17 09:53:40.0 +0200
+++ /var/tmp/diff_new_pack.4mn8ke/_new  2011-08-17 09:53:40.0 +0200
@@ -23,10 +23,10 @@
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Url:http://www.surina.net/soundtouch
 Summary:Audio Processing Library
-Version:1.5.0
-Release:7
+Version:1.6.0
+Release:1
 BuildRequires:  gcc-c++ pkg-config
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
 Source1:soundstretch.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 






Remember to have fun...

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



commit soundtouch for openSUSE:Factory

2011-04-18 Thread h_root

Hello community,

here is the log from the commit of package soundtouch for openSUSE:Factory
checked in at Mon Apr 18 09:45:01 CEST 2011.




--- soundtouch/soundtouch.changes   2010-12-09 20:32:07.0 +0100
+++ /mounts/work_src_done/STABLE/soundtouch/soundtouch.changes  2011-04-15 
20:20:35.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 14 13:38:21 UTC 2011 - toddrme2...@gmail.com
+   
+- added 32bit compatibility libraries
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ soundtouch.spec ++
--- /var/tmp/diff_new_pack.28o5Af/_old  2011-04-18 09:44:47.0 +0200
+++ /var/tmp/diff_new_pack.28o5Af/_new  2011-04-18 09:44:47.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package soundtouch (Version 1.5.0)
+# spec file for package soundtouch
 #
-# Copyright (c) 2010 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
@@ -24,7 +24,7 @@
 Url:http://www.surina.net/soundtouch
 Summary:Audio Processing Library
 Version:1.5.0
-Release:1
+Release:7
 BuildRequires:  gcc-c++ pkg-config
 Source: %{name}-%{version}.tar.bz2
 Source1:soundstretch.1

++ baselibs.conf ++
libSoundTouch0





Remember to have fun...

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