Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gst123 for openSUSE:Factory checked 
in at 2023-08-31 13:46:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gst123 (Old)
 and      /work/SRC/openSUSE:Factory/.gst123.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gst123"

Thu Aug 31 13:46:00 2023 rev:2 rq:1108144 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gst123/gst123.changes    2018-02-07 
18:40:39.798290380 +0100
+++ /work/SRC/openSUSE:Factory/.gst123.new.1766/gst123.changes  2023-08-31 
13:52:06.993945303 +0200
@@ -1,0 +2,14 @@
+Wed Aug 30 14:29:13 UTC 2023 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 0.4.1
+  * Avoid depending using .git / git during build (remove
+    ChangeLog).
+  version 0.4.0:
+  * Use gtk3 instead of gtk2.
+  * Change config file location to ~/.config/gst123rc
+  * Decode URIs to print proper media name.
+  * Support "audio/mpegurl" mime type for m3u playlist parser as
+    well.
+  * Various bugfixes.
+
+-------------------------------------------------------------------

Old:
----
  gst123-0.3.5.tar.bz2

New:
----
  gst123-0.4.1.tar.bz2

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

Other differences:
------------------
++++++ gst123.spec ++++++
--- /var/tmp/diff_new_pack.qqq5JS/_old  2023-08-31 13:52:07.997981190 +0200
+++ /var/tmp/diff_new_pack.qqq5JS/_new  2023-08-31 13:52:08.001981332 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gst123
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2012-2013 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,18 +13,18 @@
 # 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:           gst123
-Version:        0.3.5
+Version:        0.4.1
 Release:        0
 Summary:        GStreamer based Command Line Music Player
-License:        LGPL-2.0+
+License:        LGPL-2.0-or-later
 Group:          Productivity/Multimedia/Sound/Players
-URL:            http://space.twc.de/~stefan/gst123.php
-Source:         http://space.twc.de/~stefan/gst123/%{name}-%{version}.tar.bz2
+URL:            https://space.twc.de/~stefan/gst123.php
+Source:         
https://github.com/swesterfeld/gst123/releases/download/%{version}/%{name}-%{version}.tar.bz2
 Source1:        gst123.desktop
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -32,12 +32,8 @@
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-base-1.0)
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-%if 0%{?suse_version} >= 1500
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ncurses) >= 5
-%else
-BuildRequires:  ncurses-devel
-%endif
 
 %description
 The gst123 program is a command line player akin to ogg123 or mpg123,
@@ -45,11 +41,11 @@
 knows.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -57,18 +53,11 @@
 %suse_update_desktop_file -r "%{name}" AudioVideo Player
 %find_lang "%{name}" || echo -n >"%{name}.lang"
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-%endif
-
 %files -f "%{name}.lang"
-%doc AUTHORS COPYING NEWS
+%license COPYING
+%doc AUTHORS NEWS
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 %{_datadir}/applications/%{name}.desktop
 
 %changelog

++++++ gst123-0.3.5.tar.bz2 -> gst123-0.4.1.tar.bz2 ++++++
++++ 9186 lines of diff (skipped)

Reply via email to