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 <[email protected]>
+
+- 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 <[email protected]>
 #
 # 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




Reply via email to