commit mp3gain for openSUSE:Factory

2020-04-13 Thread root
Hello community,

here is the log from the commit of package mp3gain for openSUSE:Factory checked 
in at 2020-04-13 12:52:40

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


Package is "mp3gain"

Mon Apr 13 12:52:40 2020 rev:2 rq:793210 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/mp3gain/mp3gain.changes  2020-04-10 
23:54:42.492762828 +0200
+++ /work/SRC/openSUSE:Factory/.mp3gain.new.3248/mp3gain.changes
2020-04-13 12:52:48.628635678 +0200
@@ -1,0 +2,5 @@
+Sat Apr 11 15:26:46 UTC 2020 - Andreas Stieger 
+
+- fix source validator and mark license file as license text
+
+---
@@ -5 +10 @@
-  crashes.
+  crashes. boo#1154971



Other differences:
--
++ mp3gain.spec ++
--- /var/tmp/diff_new_pack.Znpry4/_old  2020-04-13 12:52:49.304635973 +0200
+++ /var/tmp/diff_new_pack.Znpry4/_new  2020-04-13 12:52:49.308635974 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mp3gain
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2012 Packman Team 
 #
 # 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/
 #
 
 
@@ -24,11 +24,11 @@
 Summary:MP3 Volume Normalizer based on Replay Gain
 License:LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Url:http://mp3gain.sourceforge.net/
-Source: 
https://prdownloads.sourceforge.net/mp3gain/mp3gain-%{realversion}-src.zip
+URL:http://mp3gain.sourceforge.net/
+Source: 
https://downloads.sourceforge.net/project/mp3gain/mp3gain/%{version}/mp3gain-%{realversion}-src.zip
 Source1:%{name}.1.gz
 # PATCH-FIX-UPSTREAM 0001-fix-security-bugs.patch boo#1154971
-Patch: 0001-fix-security-bugs.patch
+Patch0: 0001-fix-security-bugs.patch
 BuildRequires:  pkgconfig
 BuildRequires:  unzip
 BuildRequires:  pkgconfig(libmpg123)
@@ -43,19 +43,19 @@
 
 %prep
 %setup -q -c %{name}-%{version}
-%patch -p2
+%patch0 -p2
 
 %build
 export CFLAGS="%{optflags}"
-make %{?_smp_mflags}
+%make_build
 
 %install
 install -D -m 0755 mp3gain %{buildroot}%{_bindir}/mp3gain
 install -D -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1.gz
 
 %files
-%doc lgpl.txt
+%license lgpl.txt
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog






commit mp3gain for openSUSE:Factory

2018-06-02 Thread root
Hello community,

here is the log from the commit of package mp3gain for openSUSE:Factory checked 
in at 2018-06-02 12:10:57

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


Package is "mp3gain"

Sat Jun  2 12:10:57 2018 rev:2 rq:613110 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/mp3gain/mp3gain.changes  2018-02-12 
10:15:27.260987691 +0100
+++ /work/SRC/openSUSE:Factory/.mp3gain.new/mp3gain.changes 2018-06-02 
12:11:39.033085209 +0200
@@ -1,0 +2,8 @@
+Wed May 30 17:57:49 UTC 2018 - aloi...@gmx.com
+
+- Update to version 1.6.2
+- Dropped mp3gain-1.6.1-libmpg123_fixup.patch,
+  mp3gain-1.6.1-fix_warnings.patch and
+  mp3gain-1.6.1-fix-CVE-2017-12911.patch (merged upstream)
+
+---

Old:

  mp3gain-1.6.1-fix-CVE-2017-12911.patch
  mp3gain-1.6.1-fix_warnings.patch
  mp3gain-1.6.1-libmpg123_fixup.patch
  mp3gain-1_6_1-src.zip

New:

  mp3gain-1_6_2-src.zip



Other differences:
--
++ mp3gain.spec ++
--- /var/tmp/diff_new_pack.vkv93X/_old  2018-06-02 12:11:39.753058802 +0200
+++ /var/tmp/diff_new_pack.vkv93X/_new  2018-06-02 12:11:39.753058802 +0200
@@ -17,24 +17,18 @@
 #
 
 
-%define realversion 1_6_1
+%define realversion 1_6_2
 Name:   mp3gain
-Version:1.6.1
+Version:1.6.2
 Release:0
 Summary:MP3 Volume Normalizer based on Replay Gain
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Url:http://mp3gain.sourceforge.net/
 Source: 
https://prdownloads.sourceforge.net/mp3gain/mp3gain-%{realversion}-src.zip
 Source1:%{name}.1.gz
-# PATCH-FIX-UPSTREAM mp3gain-1.6.1-libmpg123_fixup.patch
-Patch2: %{name}-1.6.1-libmpg123_fixup.patch
-# PATCH-FIX-UPSTREAM mp3gain-1.6.1-fix_warnings.patch
-Patch3: %{name}-1.6.1-fix_warnings.patch
-# PATCH-FIX-UPSTREAM mp3gain-1.6.1-fix-CVE-2017-12911.patch
-Patch4: %{name}-1.6.1-fix-CVE-2017-12911.patch
-BuildRequires:  unzip
 BuildRequires:  pkgconfig
+BuildRequires:  unzip
 BuildRequires:  pkgconfig(libmpg123)
 
 %description
@@ -47,9 +41,6 @@
 
 %prep
 %setup -q -c %{name}-%{version}
-%patch2
-%patch3
-%patch4 -p2
 
 %build
 export CFLAGS="%{optflags}"