Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cutmp3 for openSUSE:Factory checked 
in at 2023-10-15 19:27:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cutmp3 (Old)
 and      /work/SRC/openSUSE:Factory/.cutmp3.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cutmp3"

Sun Oct 15 19:27:21 2023 rev:3 rq:1117767 version:3.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/cutmp3/cutmp3.changes    2017-08-28 
15:18:03.529192138 +0200
+++ /work/SRC/openSUSE:Factory/.cutmp3.new.20540/cutmp3.changes 2023-10-15 
19:29:28.553080877 +0200
@@ -1,0 +2,10 @@
+Sat Oct 14 05:54:14 UTC 2023 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 3.0.3
+  * Quickfix, eliminated warnings -Wunused-result and
+    -Wformat-security
+  version 3.0.2:
+  * Minor bugfixes, eliminated warnings
+- Switch to new upstream source
+
+-------------------------------------------------------------------

Old:
----
  cutmp3-3.0.1.tar.bz2

New:
----
  cutmp3-3.0.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cutmp3.spec ++++++
--- /var/tmp/diff_new_pack.98RJl2/_old  2023-10-15 19:29:29.805125979 +0200
+++ /var/tmp/diff_new_pack.98RJl2/_new  2023-10-15 19:29:29.821126555 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cutmp3
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2013 Packman Team <pack...@links2linux.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,18 +13,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/
 #
 
 
 Name:           cutmp3
-Version:        3.0.1
+Version:        3.0.3
 Release:        0
 Summary:        Command line based lossless MP3 editor
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Sound/Editors and Convertors
-Url:            https://www.puchalla-online.de/cutmp3.html
-Source:         https://www.puchalla-online.de/cutmp3-%{version}.tar.bz2
+URL:            https://www.puchalla-online.de/cutmp3.html
+#Source:         https://www.puchalla-online.de/cutmp3-%%{version}.tar.bz2
+Source0:        
https://github.com/tarjanm-movidius/cutmp3/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        https://www.puchalla-online.de/cutmp3-keys.pdf
 Source2:        https://www.puchalla-online.de/cutmp3-keys.jpg
 Source99:       %{name}-rpmlintrc
@@ -44,6 +45,7 @@
 %package doc
 Summary:        Documentation for %{name}
 Group:          Documentation/Other
+BuildArch:      noarch
 Requires:       %{name} = %{version}
 
 %description doc
@@ -53,23 +55,23 @@
 This package contains a user guide and a list of key bindings for %{name}
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags}"
+%make_build CFLAGS="%{optflags}"
 
 %install
 install -m 0755 -D cutmp3 "%{buildroot}%{_bindir}/cutmp3"
 install -D -m 0644 cutmp3.1 "%{buildroot}%{_mandir}/man1/cutmp3.1"
-
 install -d "%{buildroot}%{_docdir}/%{name}"
 D="$PWD/main.doc.lst"
 echo -n >"$D"
-for f in BUGS COPYING USAGE README*; do
+for f in BUGS USAGE README*; do
     b="${f##*/}"
     install -m0644 "$f" "%{buildroot}%{_docdir}/%{name}/$b"
     echo "%doc %{_docdir}/%{name}/$b" >>"$D"
 done
+
 D="$PWD/doc.doc.lst"
 echo -n >"$D"
 for f in "%{SOURCE1}" "%{SOURCE2}" TODO Changelog; do
@@ -79,9 +81,10 @@
 done
 
 %files -f main.doc.lst
+%license COPYING
 %dir %doc %{_docdir}/%{name}
-%{_bindir}/cutmp3
-%{_mandir}/man1/cutmp3.1%{ext_man}
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %files doc -f doc.doc.lst
 %dir %doc %{_docdir}/%{name}

Reply via email to