commit vorbisgain for openSUSE:Factory

2019-09-16 Thread root
Hello community,

here is the log from the commit of package vorbisgain for openSUSE:Factory 
checked in at 2019-09-16 10:52:14

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


Package is "vorbisgain"

Mon Sep 16 10:52:14 2019 rev:14 rq:730808 version:0.37

Changes:

--- /work/SRC/openSUSE:Factory/vorbisgain/vorbisgain.changes2018-02-19 
13:02:58.533732828 +0100
+++ /work/SRC/openSUSE:Factory/.vorbisgain.new.7948/vorbisgain.changes  
2019-09-16 10:52:17.723157521 +0200
@@ -1,0 +2,6 @@
+Fri Sep 13 19:02:26 UTC 2019 - Matthias Bach 
+
+- Added vorbisgain-c99.patch ensuring compatibility with C99.
+  This solves bsc#1150013.
+
+---

New:

  vorbisgain-c99.patch



Other differences:
--
++ vorbisgain.spec ++
--- /var/tmp/diff_new_pack.bwjChN/_old  2019-09-16 10:52:19.415157302 +0200
+++ /var/tmp/diff_new_pack.bwjChN/_new  2019-09-16 10:52:19.419157302 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vorbisgain
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany.
 #
 # 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/
 #
 
 
@@ -21,10 +21,11 @@
 Version:0.37
 Release:0
 Summary:Calculate the Replay Gain for Ogg Vorbis files
-License:LGPL-2.1
+License:LGPL-2.1-only
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:https://sjeng.org/vorbisgain.html
 Source0:https://www.sjeng.org/ftp/vorbis/%{name}-%{version}.tar.gz
+Patch0: vorbisgain-c99.patch
 BuildRequires:  dos2unix
 BuildRequires:  libogg-devel
 BuildRequires:  libvorbis-devel
@@ -52,6 +53,7 @@
 
 %prep
 %setup -q
+%patch -P0 -p1
 # workaround wrong end-of-line encoding
 dos2unix -f COPYING NEWS
 

++ vorbisgain-c99.patch ++
From: Florian Weimer 
Date: 2019-09-09 14:41:30 +
Subject: Add missing include files to avoid implicit function declarations.
References: bsc#1150013
Upstream: sent

Upstream won't do a release for this issue.
diff -ur vorbisgain-0.36.orig/configure vorbisgain-0.36/configure
--- vorbisgain-0.36.orig/configure  2005-02-06 18:41:37.0 +0100
+++ vorbisgain-0.36/configure   2019-09-09 15:58:47.721500962 +0200
@@ -3894,6 +3894,7 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 #include 
+#include 
 #if ((' ' & 0x0FF) == 0x020)
 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
diff -ur vorbisgain-0.36.orig/misc.c vorbisgain-0.36/misc.c
--- vorbisgain-0.36.orig/misc.c 2019-09-09 12:19:42.805189786 +0200
+++ vorbisgain-0.36/misc.c  2019-09-09 12:59:20.848918603 +0200
@@ -23,6 +23,7 @@
 #else /* WIN32 */
 #include 
 #include 
+#include 
 
 #ifndef DISABLE_WINSIZE
 



commit vorbisgain for openSUSE:Factory

2018-02-19 Thread root
Hello community,

here is the log from the commit of package vorbisgain for openSUSE:Factory 
checked in at 2018-02-19 13:02:43

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


Package is "vorbisgain"

Mon Feb 19 13:02:43 2018 rev:13 rq:577867 version:0.37

Changes:

--- /work/SRC/openSUSE:Factory/vorbisgain/vorbisgain.changes2017-08-24 
18:54:48.449072047 +0200
+++ /work/SRC/openSUSE:Factory/.vorbisgain.new/vorbisgain.changes   
2018-02-19 13:02:58.533732828 +0100
@@ -1,0 +2,9 @@
+Sun Feb 18 18:35:21 UTC 2018 - avin...@opensuse.org
+
+- Update to 0.37
+  * use mktemp for temporary files (fixes a race condition that
+could eat data)
+- drop dos2unix fix, fixed upstream
+- clean with spec-cleaner
+
+---

Old:

  vorbisgain-0.36.zip

New:

  vorbisgain-0.37.tar.gz



Other differences:
--
++ vorbisgain.spec ++
--- /var/tmp/diff_new_pack.sNOWW5/_old  2018-02-19 13:02:59.497698063 +0100
+++ /var/tmp/diff_new_pack.sNOWW5/_new  2018-02-19 13:02:59.501697920 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vorbisgain
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,17 +18,16 @@
 
 
 Name:   vorbisgain
-Version:0.36
+Version:0.37
 Release:0
 Summary:Calculate the Replay Gain for Ogg Vorbis files
 License:LGPL-2.1
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:https://sjeng.org/vorbisgain.html
-Source0:https://www.sjeng.org/ftp/vorbis/vorbisgain-%{version}.zip
+Source0:https://www.sjeng.org/ftp/vorbis/%{name}-%{version}.tar.gz
 BuildRequires:  dos2unix
 BuildRequires:  libogg-devel
 BuildRequires:  libvorbis-devel
-BuildRequires:  unzip
 
 %description
 Calculate the Replay Gain for Ogg Vorbis files
@@ -62,15 +61,10 @@
 
 %install
 %make_install
-install -d -m755 %{buildroot}%{_docdir}/vorbisgain
-install -m644 README %{buildroot}%{_docdir}/vorbisgain
-install -m644 COPYING %{buildroot}%{_docdir}/vorbisgain
-install -m644 NEWS %{buildroot}%{_docdir}/vorbisgain
 
 %files
-%{_bindir}/vorbisgain
-%{_mandir}/man1/vorbisgain.1%{ext_man}
-%docdir %{_docdir}/vorbisgain
-%{_docdir}/vorbisgain
+%doc README COPYING NEWS
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %changelog




commit vorbisgain for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package vorbisgain for openSUSE:Factory 
checked in at 2017-08-24 18:54:44

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


Package is "vorbisgain"

Thu Aug 24 18:54:44 2017 rev:12 rq:517928 version:0.36

Changes:

--- /work/SRC/openSUSE:Factory/vorbisgain/vorbisgain.changes2012-11-30 
12:31:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.vorbisgain.new/vorbisgain.changes   
2017-08-24 18:54:48.449072047 +0200
@@ -1,0 +2,18 @@
+Mon Aug 21 12:37:30 UTC 2017 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+
+---
+Mon Aug 21 12:03:11 UTC 2017 - psychon...@nothingisreal.com
+
+- Updated to 0.36
+- Changed licence from "GPL-2.0" to "LGPL-2.1" to match the actual licence 
headers in the source files and COPYING file.  (Note that some licence headers 
reference "the GNU General Public License, version 2.1".  I am assuming that 
the word "Lesser" has been mistakenly omitted between "GNU" and "General", 
since there is an LGPL 2.1 but no GPL 2.1, and because the COPYING file is for 
the LGPL 2.1.  Note that some headers include the "or later" clause while 
others omit it.)
+- Reformatted the description
+- Removed obsolete Makefile patch
+- Removed unnecessary %clean
+- Replaced manual call to configure with %configure macro
+- Updated project and source URLs
+- Applied dos2unix on NEWS file
+- Remove merged patch vorbisgain_Makefile_tabs.patch
+
+---

Old:

  vorbisgain-0.34.tar.bz2
  vorbisgain_Makefile_tabs.patch

New:

  vorbisgain-0.36.zip



Other differences:
--
++ vorbisgain.spec ++
--- /var/tmp/diff_new_pack.QqFUQw/_old  2017-08-24 18:54:49.512922250 +0200
+++ /var/tmp/diff_new_pack.QqFUQw/_new  2017-08-24 18:54:49.516921687 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vorbisgain
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,53 +18,59 @@
 
 
 Name:   vorbisgain
-Version:0.34
+Version:0.36
 Release:0
 Summary:Calculate the Replay Gain for Ogg Vorbis files
-License:GPL-2.0
+License:LGPL-2.1
 Group:  Productivity/Multimedia/Sound/Utilities
-Url:http://sjeng.org/vorbisgain.html
-Source0:vorbisgain-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM vorbisgain_Makefile_tabs.patch ma...@marix.org -- Fix 
indention of makefile
-Patch0: vorbisgain_Makefile_tabs.patch
+Url:https://sjeng.org/vorbisgain.html
+Source0:https://www.sjeng.org/ftp/vorbis/vorbisgain-%{version}.zip
 BuildRequires:  dos2unix
 BuildRequires:  libogg-devel
 BuildRequires:  libvorbis-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  unzip
 
 %description
 Calculate the Replay Gain for Ogg Vorbis files
 
- VorbisGain is a utility that uses a psychoacoustic method to correct the 
volume of an Ogg Vorbis file to a predefined standardized loudness.
- It is meant as a replacement for the normalization that is commonly used 
before encoding. Although normalization will ensure that each song has the same 
peak volume, this unfortunately does not say anything about the apparent 
loudness of the music, with the end result being that many normalized files 
still don't sound equally loud. VorbisGain uses psychoacoustics to address this 
deficiency. Moreover, unlike normalization, it's a lossless procedure which 
works by adding tags to the file. Additionally, it will add hints that can be 
used to prevent clipping on playback. It is based upon the ReplayGain 
technology.
- The end result is that playback is both more convenient and of higher quality 
compared to a non-VorbisGain'ed file.
+VorbisGain is a utility that uses a psychoacoustic method to correct
+the volume of an Ogg Vorbis file to a predefined standardized
+loudness.
+
+It is meant as a replacement for the normalization that is commonly
+used before encoding. Although normalization will ensure that each
+song has the same peak volume, this unfortunately does not say
+anything about the apparent loudness of the music, with the end result
+being that many normalized files still don't sound equally
+loud. VorbisGain uses psychoacoustics to address this
+deficiency. Moreover, unlike normalization, it's a lossless procedure
+which works by adding tags to the file. Additionally, it will add
+hints that can be used to prevent clipping on p

commit vorbisgain for openSUSE:Factory

2012-11-30 Thread h_root
Hello community,

here is the log from the commit of package vorbisgain for openSUSE:Factory 
checked in at 2012-11-30 12:27:46

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


Package is "vorbisgain", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/vorbisgain/vorbisgain.changes2011-09-23 
12:50:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.vorbisgain.new/vorbisgain.changes   
2012-11-30 12:31:57.0 +0100
@@ -1,0 +2,5 @@
+Sat Oct 13 23:04:49 UTC 2012 - seife+...@b1-systems.com
+
+- enable "--recursive" option
+
+---



Other differences:
--
++ vorbisgain.spec ++
--- /var/tmp/diff_new_pack.ORUoiN/_old  2012-11-30 12:31:58.0 +0100
+++ /var/tmp/diff_new_pack.ORUoiN/_new  2012-11-30 12:31:58.0 +0100
@@ -1,7 +1,8 @@
 #
 # spec file for package vorbisgain
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +17,13 @@
 #
 
 
-
 Name:   vorbisgain
 Version:0.34
-Release:10
-License:GPL-2.0
+Release:0
 Summary:Calculate the Replay Gain for Ogg Vorbis files
-Url:http://sjeng.org/vorbisgain.html
+License:GPL-2.0
 Group:  Productivity/Multimedia/Sound/Utilities
+Url:http://sjeng.org/vorbisgain.html
 Source0:vorbisgain-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM vorbisgain_Makefile_tabs.patch ma...@marix.org -- Fix 
indention of makefile
 Patch0: vorbisgain_Makefile_tabs.patch
@@ -46,7 +46,7 @@
 %patch0 -p1
 
 %build
-CFLAGS="%{optflags}" ./configure --prefix=/usr --mandir=/usr/share/man
+CFLAGS="%{optflags}" ./configure --prefix=/usr --mandir=/usr/share/man 
--enable-recursive
 make
 
 %install

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



commit vorbisgain for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

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

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


Package is "vorbisgain", Maintainer is ""

Changes:




Other differences:
--
++ vorbisgain.spec ++
--- /var/tmp/diff_new_pack.ttVsJR/_old  2011-12-06 19:46:41.0 +0100
+++ /var/tmp/diff_new_pack.ttVsJR/_new  2011-12-06 19:46:41.0 +0100
@@ -20,7 +20,7 @@
 Name:   vorbisgain
 Version:0.34
 Release:10
-License:GPLv2
+License:GPL-2.0
 Summary:Calculate the Replay Gain for Ogg Vorbis files
 Url:http://sjeng.org/vorbisgain.html
 Group:  Productivity/Multimedia/Sound/Utilities

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



commit vorbisgain for openSUSE:Factory

2011-08-09 Thread h_root

Hello community,

here is the log from the commit of package vorbisgain for openSUSE:Factory
checked in at Tue Aug 9 16:32:48 CEST 2011.




--- vorbisgain/vorbisgain.changes   2010-10-04 13:44:33.0 +0200
+++ /mounts/work_src_done/STABLE/vorbisgain/vorbisgain.changes  2011-08-09 
00:06:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  8 21:54:45 UTC 2011 - ma...@marix.org
+
+- Updated license information to fix bnc 709981
+
+---

calling whatdependson for head-i586




Other differences:
--
++ vorbisgain.spec ++
--- /var/tmp/diff_new_pack.f86DRP/_old  2011-08-09 16:29:29.0 +0200
+++ /var/tmp/diff_new_pack.f86DRP/_new  2011-08-09 16:29:29.0 +0200
@@ -19,8 +19,8 @@
 
 Name:   vorbisgain
 Version:0.34
-Release:1
-License:LGPL
+Release:10
+License:GPLv2
 Summary:Calculate the Replay Gain for Ogg Vorbis files
 Url:http://sjeng.org/vorbisgain.html
 Group:  Productivity/Multimedia/Sound/Utilities






Remember to have fun...

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



commit vorbisgain for openSUSE:Factory

2011-08-03 Thread h_root

Hello community,

here is the log from the commit of package vorbisgain for openSUSE:Factory
checked in at Wed Aug 3 11:04:32 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/vorbisgain/vorbisgain.changes  2010-10-04 
13:44:33.0 +0200
@@ -0,0 +1,32 @@
+---
+Mon Oct  4 11:41:27 UTC 2010 - ma...@marix.org
+
+- Fixed build on Factory (post 11.3)
+- Moved changelog to changes file
+
+---
+Tue Jan 27 2009 - ma...@marix.org
+
+- Fixed issues raised in review of submit-request #4320
+ b) Build requires only contains devel smallest requires package set
+ c) Debug information now contained in debug package
+
+---
+Tue Dec 09 2008 - ma...@marix.org
+
+- Fixed group tag
+- Added RPM_OPT_FLAGS to CFLAGS so binaries are build with the proper flags 
(debug/no debug, stack protect etc.)
+- Added fix for wrong end-of-line-encoding in COPYING file
+- Added cleanup after build
+- Added strip requirement to make install to shutup RPMLINT
+
+---
+Tue Nov 04 2008 - ma...@marix.org
+
+- Fixed packaging of documentation files
+
+---
+Sun May 11 2008 - ma...@marix.org
+
+- Initial package creation
+

calling whatdependson for head-i586


New:

  vorbisgain-0.34.tar.bz2
  vorbisgain.changes
  vorbisgain.spec
  vorbisgain_Makefile_tabs.patch



Other differences:
--
++ vorbisgain.spec ++
#
# spec file for package vorbisgain
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#



Name:   vorbisgain
Version:0.34
Release:1
License:LGPL
Summary:Calculate the Replay Gain for Ogg Vorbis files
Url:http://sjeng.org/vorbisgain.html
Group:  Productivity/Multimedia/Sound/Utilities
Source0:vorbisgain-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM vorbisgain_Makefile_tabs.patch ma...@marix.org -- Fix 
indention of makefile
Patch0: vorbisgain_Makefile_tabs.patch
BuildRequires:  dos2unix
BuildRequires:  libogg-devel
BuildRequires:  libvorbis-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Calculate the Replay Gain for Ogg Vorbis files

 VorbisGain is a utility that uses a psychoacoustic method to correct the 
volume of an Ogg Vorbis file to a predefined standardized loudness.
 It is meant as a replacement for the normalization that is commonly used 
before encoding. Although normalization will ensure that each song has the same 
peak volume, this unfortunately does not say anything about the apparent 
loudness of the music, with the end result being that many normalized files 
still don't sound equally loud. VorbisGain uses psychoacoustics to address this 
deficiency. Moreover, unlike normalization, it's a lossless procedure which 
works by adding tags to the file. Additionally, it will add hints that can be 
used to prevent clipping on playback. It is based upon the ReplayGain 
technology.
 The end result is that playback is both more convenient and of higher quality 
compared to a non-VorbisGain'ed file.

%prep
%setup -q
# workaround wrong end of line encoding in source-ball
dos2unix -f COPYING
%patch0 -p1

%build
CFLAGS="%{optflags}" ./configure --prefix=/usr --mandir=/usr/share/man
make

%install
%make_install
install -d -m755 %{buildroot}%{_datadir}/doc/packages/vorbisgain
install -m644 README %{buildroot}%{_datadir}/doc/packages/vorbisgain
install -m644 COPYING %{buildroot}%{_datadir}/doc/packages/vorbisgain
install -m644 NEWS %{buildroot}%{_datadir}/doc/packages/vorbisgain

%clean
# clean up the hard disc after build
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/vorbisgain
%doc %{_mandir}/man1/vorbisgain.1.gz
%docdir %{_datadir}/doc/packages/vorbisgain
%{_datadir}/doc/packages/vorbisgain

%changelog
++ vorbisgain_Makefile_tabs.patch ++
#
# Fixes wrong indention (spaces instead of tabs) in Makefile
#
# (c) 2010 Matthias Bach 
#
diff -Naru vorbisgain-0.34.old//Makefile.am vorbisgain-0.34/Makefile.am
-