Hello community, here is the log from the commit of package xfmpc for openSUSE:Leap:15.2 checked in at 2020-05-28 20:10:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/xfmpc (Old) and /work/SRC/openSUSE:Leap:15.2/.xfmpc.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfmpc" Thu May 28 20:10:34 2020 rev:9 rq:809498 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/xfmpc/xfmpc.changes 2020-01-15 16:30:38.616828489 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.xfmpc.new.3606/xfmpc.changes 2020-05-28 20:10:36.303079169 +0200 @@ -1,0 +2,17 @@ +Sat Jun 22 15:44:21 UTC 2019 - Marcel Kuehlhorn <[email protected]> + +- update to 0.3.0 + * Stable release of 0.2.90 + * Fixed build issues + * Translation updates +- replace ed with sed + +------------------------------------------------------------------- +Tue Mar 5 17:16:12 UTC 2019 - Maurizio Galli <[email protected]> + +- update to version 0.2.90 + * GTK3 Port + * Resume playback after replacing queue (bxo#9100) + * Translation updates + +------------------------------------------------------------------- Old: ---- xfmpc-0.2.3.tar.bz2 New: ---- xfmpc-0.3.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfmpc.spec ++++++ --- /var/tmp/diff_new_pack.YYWuZr/_old 2020-05-28 20:10:36.635080157 +0200 +++ /var/tmp/diff_new_pack.YYWuZr/_new 2020-05-28 20:10:36.639080168 +0200 @@ -1,7 +1,7 @@ # # spec file for package xfmpc # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,30 +12,29 @@ # 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: xfmpc -Version: 0.2.3 +Version: 0.3.0 Release: 0 Summary: MPD Client for the Xfce Desktop Environment -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Players -Url: http://goodies.xfce.org/projects/applications/xfmpc -Source: http://archive.xfce.org/src/apps/xfmpc/0.2/%{name}-%{version}.tar.bz2 +Url: https://goodies.xfce.org/projects/applications/xfmpc +Source: https://archive.xfce.org/src/apps/xfmpc/0.3/%{name}-%{version}.tar.bz2 Source1: xfmpc.png -BuildRequires: ed BuildRequires: intltool +BuildRequires: sed BuildRequires: update-desktop-files BuildRequires: pkgconfig(gthread-2.0) -BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libmpd) -BuildRequires: pkgconfig(libxfce4ui-1) +BuildRequires: pkgconfig(libxfce4ui-2) BuildRequires: pkgconfig(libxfce4util-1.0) Recommends: %{name}-lang = %{version} Suggests: mpd -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Xfmpc is a Music Player Daemon (MPD) client application for the @@ -45,15 +44,11 @@ %prep %setup -q -ed -s xfmpc.desktop.in 2>/dev/null <<'EOF' -,s/^Icon=stock_volume/Icon=xfmpc/ -w -EOF -cat xfmpc.desktop.in +sed -i 's/Icon=stock_volume/Icon=xfmpc/' xfmpc.desktop.in %build %configure -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -65,15 +60,9 @@ %find_lang %{name} %{?no_lang_C} -%post -%desktop_database_post - -%postun -%desktop_database_postun - %files -%defattr(-,root,root) -%doc AUTHORS COPYING IDEAS NEWS README THANKS +%doc AUTHORS IDEAS NEWS README THANKS +%license COPYING %{_bindir}/xfmpc %{_mandir}/man1/* %{_datadir}/applications/%{name}.desktop ++++++ xfmpc-0.2.3.tar.bz2 -> xfmpc-0.3.0.tar.bz2 ++++++ ++++ 70011 lines of diff (skipped)
