commit lame for openSUSE:Factory

2020-07-15 Thread root
Hello community,

here is the log from the commit of package lame for openSUSE:Factory checked in 
at 2020-07-15 11:12:25

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


Package is "lame"

Wed Jul 15 11:12:25 2020 rev:4 rq:819630 version:3.100

Changes:

--- /work/SRC/openSUSE:Factory/lame/lame.changes2020-06-30 
21:54:04.682315657 +0200
+++ /work/SRC/openSUSE:Factory/.lame.new.3060/lame.changes  2020-07-15 
11:12:36.576858401 +0200
@@ -1,0 +2,6 @@
+Wed Jul  8 20:03:47 UTC 2020 - Fridrich Strba 
+
+- Escape the "$" character in spec file, so that the non-existing
+  variable does not get replaced by empty string
+
+---



Other differences:
--
++ lame.spec ++
--- /var/tmp/diff_new_pack.onBd5o/_old  2020-07-15 11:12:38.112859992 +0200
+++ /var/tmp/diff_new_pack.onBd5o/_new  2020-07-15 11:12:38.116859995 +0200
@@ -124,8 +124,8 @@
 Name: lame
 Description: encoder that converts audio to the MP3 file format.
 Version: %{version}
-Libs: -L${libdir} -lmp3lame
-Cflags: -I${includedir}
+Libs: -L\${libdir} -lmp3lame
+Cflags: -I\${includedir}
 EOF
 pushd %{buildroot}%{_libdir}/pkgconfig/
 ln -s lame.pc libmp3lame.pc




commit lame for openSUSE:Factory

2020-06-30 Thread root
Hello community,

here is the log from the commit of package lame for openSUSE:Factory checked in 
at 2020-06-30 21:54:00

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


Package is "lame"

Tue Jun 30 21:54:00 2020 rev:3 rq:817642 version:3.100

Changes:

--- /work/SRC/openSUSE:Factory/lame/lame.changes2017-12-29 
00:02:02.687793936 +0100
+++ /work/SRC/openSUSE:Factory/.lame.new.3060/lame.changes  2020-06-30 
21:54:04.682315657 +0200
@@ -1,0 +2,5 @@
+Sun Jun 28 13:58:25 UTC 2020 - Dave Plater 
+
+- Create pkgconfig file.
+
+---



Other differences:
--
++ lame.spec ++
--- /var/tmp/diff_new_pack.pWl6Pt/_old  2020-06-30 21:54:05.358317749 +0200
+++ /var/tmp/diff_new_pack.pWl6Pt/_new  2020-06-30 21:54:05.362317761 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lame
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,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/
 #
 
 
@@ -22,9 +22,9 @@
 Version:3.100
 Release:0
 Summary:The LAME MP3 encoder
-License:LGPL-2.0+
+License:LGPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Url:http://lame.sourceforge.net/
+URL:http://lame.sourceforge.net/
 Source: http://prdownloads.sourceforge.net/lame/lame-%{version}.tar.gz
 Source99:   lame-rpmlintrc
 Source1000: baselibs.conf
@@ -75,12 +75,12 @@
 %description -n libmp3lame-devel
 Contains the header files for use with LAME's encoding library.
 
-%package -n lame-mp3rtp
+%package mp3rtp
 Summary:MP3 Encoder for RTP Streaming
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Requires:   libmp3lame%{sover} >= %{version}
 
-%description -n lame-mp3rtp
+%description mp3rtp
 LAME is an encoder that converts audio to the MP3 file format. It has
 an improved psychoacoustic model and performs well in codec listening
 tests.
@@ -114,6 +114,23 @@
 make install pkgdocdir=%{_defaultdocdir}/%{name}/ DESTDIR=%{buildroot}
 rm -f %{buildroot}%{_libdir}/libmp3lame.la
 
+#make package config file
+mkdir -p %{buildroot}%{_libdir}/pkgconfig
+cat << EOF > %{buildroot}%{_libdir}/pkgconfig/lame.pc
+prefix=%{_prefix}
+libdir=%{_libdir}
+includedir=%{_includedir}/lame
+
+Name: lame
+Description: encoder that converts audio to the MP3 file format.
+Version: %{version}
+Libs: -L${libdir} -lmp3lame
+Cflags: -I${includedir}
+EOF
+pushd %{buildroot}%{_libdir}/pkgconfig/
+ln -s lame.pc libmp3lame.pc
+popd
+
 for f in ChangeLog README TODO USAGE; do
 install -m0644 "$f" "%{buildroot}%{_defaultdocdir}/%{name}/"
 done
@@ -133,7 +150,7 @@
 
 %files -n libmp3lame%{sover}
 %defattr(0644,root,root,0755)
-%doc COPYING LICENSE
+%license COPYING LICENSE
 %{_libdir}/libmp3lame.so.%{sover}
 %{_libdir}/libmp3lame.so.%{sover}.*
 
@@ -142,8 +159,9 @@
 %doc API HACKING STYLEGUIDE
 %{_includedir}/lame/
 %{_libdir}/libmp3lame.so
+%{_libdir}/pkgconfig/*pc
 
-%files -n lame-mp3rtp
+%files mp3rtp
 %defattr(-,root,root)
 %{_bindir}/mp3rtp
 




commit lame for openSUSE:Factory

2017-12-28 Thread root
Hello community,

here is the log from the commit of package lame for openSUSE:Factory checked in 
at 2017-12-29 00:02:00

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


Package is "lame"

Fri Dec 29 00:02:00 2017 rev:2 rq:559093 version:3.100

Changes:

--- /work/SRC/openSUSE:Factory/lame/lame.changes2017-08-24 
18:47:02.642659775 +0200
+++ /work/SRC/openSUSE:Factory/.lame.new/lame.changes   2017-12-29 
00:02:02.687793936 +0100
@@ -1,0 +2,42 @@
+Thu Dec 21 13:00:57 UTC 2017 - idon...@suse.com
+
+- Update to version 3.100
+   * Improved detection of MPEG audio data in RIFF WAVE files.
+ sf#3545112 Invalid sampling detection
+  * New switch --gain , range -20.0 to +12.0, a more
+convenient way to apply Gain adjustment in decibels, 
+than the use of --scale .
+  * Fix for sf#3558466 Bug in path handling
+  * Fix for sf#3567844 problem with Tag genre
+  * Fix for sf#3565659 no progress indication with pipe input
+  * Fix for sf#3544957 scale (empty) silent encode without warning
+  * Fix for sf#3580176 environment variable LAMEOPT doesn't
+work anymore
+  * Fix for sf#3608583 input file name displayed with wrong
+character encoding (on windows console with CP_UTF8)
+  * Fix dereference NULL and Buffer not NULL terminated issues.
+  * Fix dereference of a null pointer possible in loop.
+  * Make sure functions with SSE instructions maintain their own
+properly aligned stack. Thanks to Fabian Greffrath
+  * Multiple Stack and Heap Corruptions from Malicious File.
+  * Fix a division by zero vulnerability.
+  * Fix CVE-2017-9410 fill_buffer_resample function in
+libmp3lame/util.c heap-based buffer over-read and ap
+  * Fix CVE-2017-9411 fill_buffer_resample function in
+libmp3lame/util.c invalid memory read and application crash
+  * Fix CVE-2017-9412 unpack_read_samples function in
+frontend/get_audio.c invalid memory read and application crash
+  * Fix clip detect scale suggestion unaware of scale input value
+  * HIP decoder bug fixed: decoding mixed blocks of lower sample
+frequency Layer3 data resulted in internal buffer overflow.
+  * Add lame_encode_buffer_interleaved_int()
+- Drop upstream patches:
+  * lame-Add-check-for-invalid-input-sample-rate.patch
+  * lame-ansi2knr2.patch
+  * lame-bits_per_sample.patch
+  * lame-force_align_arg_pointer.patch
+  * lame-gtk1.patch
+  * lame-int_resample_ratio.patch
+  * lame-msse.patch
+
+---

Old:

  lame-3.99.5.tar.gz
  lame-Add-check-for-invalid-input-sample-rate.patch
  lame-ansi2knr2.patch
  lame-bits_per_sample.patch
  lame-force_align_arg_pointer.patch
  lame-gtk1.patch
  lame-int_resample_ratio.patch
  lame-msse.patch

New:

  lame-3.100.tar.gz



Other differences:
--
++ lame.spec ++
--- /var/tmp/diff_new_pack.LA55RO/_old  2017-12-29 00:02:03.891448927 +0100
+++ /var/tmp/diff_new_pack.LA55RO/_new  2017-12-29 00:02:03.915442051 +0100
@@ -19,24 +19,16 @@
 
 %define sover 0
 Name:   lame
-Version:3.99.5
+Version:3.100
 Release:0
 Summary:The LAME MP3 encoder
 License:LGPL-2.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-# https://github.com/rbrito/lame
 Url:http://lame.sourceforge.net/
 Source: http://prdownloads.sourceforge.net/lame/lame-%{version}.tar.gz
 Source99:   lame-rpmlintrc
 Source1000: baselibs.conf
-Patch1: lame-gtk1.patch
-Patch10:lame-Add-check-for-invalid-input-sample-rate.patch
-Patch11:lame-ansi2knr2.patch
-Patch12:lame-bits_per_sample.patch
-Patch13:lame-field-width-fix.patch
-Patch14:lame-force_align_arg_pointer.patch
-Patch15:lame-int_resample_ratio.patch
-Patch16:lame-msse.patch
+Patch1: lame-field-width-fix.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -98,19 +90,9 @@
 
 %prep
 %setup -q
-find -name Makefile.in -print -delete
 %patch1 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p1
-%patch16 -p1
-sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h
 
 %build
-autoreconf -fi
 LIBS="-lm" \
 CFLAGS="%{optflags}" \
 %configure \
@@ -125,6 +107,9 @@
 
 make %{?_smp_mflags} pkgdocdir=%{_defaultdocdir}/%{name}/
 
+%check
+make test
+
 %install
 make install pkgdocdir=%{_defaultdocdir}/%{name}/ DESTDIR=%{buildroot}
 rm -f %{buildroot}%{_libdir}/libmp3lame.la

++ lame-3.99.5.tar.gz -> lame-3.100.tar.gz ++
 56279 lines of diff (skipped)




commit lame for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package lame for openSUSE:Factory checked in 
at 2017-08-24 18:46:50

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


Package is "lame"

Thu Aug 24 18:46:50 2017 rev:1 rq:514719 version:3.99.5

Changes:

New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.lame.new/lame.changes   2017-08-24 
18:47:02.642659775 +0200
@@ -0,0 +1,206 @@
+---
+Thu Mar  2 10:33:47 UTC 2017 - jeng...@inai.de
+
+- Rename %soname to %sover to better reflect its use.
+- Replace goals with what the software really does.
+
+---
+Sat Jun 20 16:21:57 UTC 2015 - o...@aepfle.de
+
+- Add patch for SSE
+- Add check for invalid input sample rate
+- Avoid malformed wav causing floating point exception (integer divide by 
zero) 
+- Fix warning on 64 bit machines. Explicitely set variables as unsigned ints.
+- Enable functions with SSE instructions to maintain their own properly 
aligned stack
+- Fix decision if sample rate ratio is an integer value or not
+- run autoreconf, set GTK_CFLAGS
+- Add patch to remove ansi2knr instead of using sed
+
+---
+Tue Feb  3 09:52:08 UTC 2015 - scarab...@opensuse.org
+
+- Redux the conditionals for not building gtk1 anywhere anymore
+
+---
+Fri Nov  1 08:14:17 UTC 2013 - o...@botter.cc
+
+- Fix logical issue in hvogel's fix 
+
+---
+Thu Oct 31 15:30:39 UTC 2013 - hvo...@opensuse.org
+
+- Fix the conditional building of gtk1 binaries 
+
+---
+Tue Oct 15 09:36:16 UTC 2013 - o...@botter.cc
+
+- Fix pkgconfig(gtk+-2.0) for >= 11.4 
+
+---
+Thu Jul 19 13:34:07 UTC 2012 - reddw...@opensuse.org
+
+- Fix bug reporting link
+- BuildRequires nasm only in x86-32 (there is no assembly available
+  for other archs)
+- Stop BuildRequiring flac-devel, it's not used
+- Remove autoreconf call and related BuildRequires and patches
+- Remove old compatibility Provides
+- Run spec-cleaner
+- Removed all patches (unneeded)
+- Replace some documentation and let the build system install its
+  own
+
+---
+Tue Jul 17 10:47:48 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 3.99.5: fixed build on 12.2
+
+---
+Tue Nov 22 06:19:40 UTC 2011 - pascal.ble...@opensuse.org
+
+- disable sndfile for IO, causes more issues than anything else (warnings and
+  issues in several applications that use lame)
+- lame-tgetstr.patch: fix build on openSUSE > 12.1, tput and friends are now in
+  libtinfo
+
+---
+Mon Mar  7 01:28:48 UTC 2011 - pascal.ble...@opensuse.org
+
+- add Gentoo patch that fixes reading from stdin
+- add rpmlintrc
+- split out documentation into subpackage
+
+---
+Fri Jun 18 14:30:45 UTC 2010 - lnus...@suse.de
+
+- disable use of gtk in 11.3, was dropped 
+
+---
+Sat Mar 27 02:05:44 UTC 2010 - pas...@links2linux.de
+
+- update to 3.98.4:
+  * fix for #2973877, a problem regarding the new drain code
+
+---
+Sun Feb 28 00:59:08 UTC 2010 - pas...@links2linux.de
+
+- update to 3.98.3:
+  * a very important interaction with the FhG decoder was fixed
+  * the hip audio decoding library is used to perform a better job
+when reencoding MP3 files to MP3 files
+  * bugs were worked around to improve compatibility with ffmpeg
+  * many fixes were made regarding ID3 tags, including correct
+specification of the length of the tracks
+
+- dropped cvs patch, merged upstream
+
+---
+Fri Aug 21 00:00:00 UTC 2009 - manfred.trem...@iiv.de
+
+- cleanups cvs patch
+- removed static library
+
+
+---
+Sat May 30 00:00:00 UTC 2009 - manfred.trem...@iiv.de
+
+- patch from cvs to fix buffer problems with ffmpeg
+
+
+---
+Tue Sep 23 00:00:00 UTC 2008 - g...@unixtech.be
+
+- added Authors: in description blocks
+- use libsndfile for fileio, as it seems to be the prefered default now
+- update to 3.98.2:
+  * adds some quality improvemen