Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfmpc for openSUSE:Factory checked in at 2023-04-25 16:42:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfmpc (Old) and /work/SRC/openSUSE:Factory/.xfmpc.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfmpc" Tue Apr 25 16:42:36 2023 rev:19 rq:1082640 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xfmpc/xfmpc.changes 2019-06-24 21:54:00.680136059 +0200 +++ /work/SRC/openSUSE:Factory/.xfmpc.new.1533/xfmpc.changes 2023-04-25 16:43:11.898362545 +0200 @@ -1,0 +2,25 @@ +Sun Apr 23 07:22:35 UTC 2023 - Manfred Hollstein <[email protected]> + +- update to 0.3.1 + * Improve icon and style of clear playlist button + * build: Fix "unhandled error" vala warning + * build: Fix "never used" vala warning + * build: Fix "access to static member" vala warning + * Fix previous commit + * Update copyright year + * build: Silence compiler warnings for generated C code + * build: Add GLib requirement + * Fix make distcheck and update urls + * Fix missing-prototypes + * Update COPYING + * Fix compilation warnings + * use Gtk MenuButton for context button + * Call methods from GtkDialog instead of XfceTitleDialog (#8) + * add parenthesis around expression + * Adds new README.md and updates AM_INIT_AUTOMAKE macro with + foreign option + * Use 'multimedia-player' icon instead of 'stock_volume' + (Bug #15636) + * Translation Updates + +------------------------------------------------------------------- Old: ---- xfmpc-0.3.0.tar.bz2 New: ---- xfmpc-0.3.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfmpc.spec ++++++ --- /var/tmp/diff_new_pack.q3SJwV/_old 2023-04-25 16:43:12.430365676 +0200 +++ /var/tmp/diff_new_pack.q3SJwV/_new 2023-04-25 16:43:12.438365723 +0200 @@ -1,7 +1,7 @@ # # spec file for package xfmpc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,22 +17,24 @@ Name: xfmpc -Version: 0.3.0 +Version: 0.3.1 Release: 0 Summary: MPD Client for the Xfce Desktop Environment License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Players -Url: https://goodies.xfce.org/projects/applications/xfmpc +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: intltool BuildRequires: sed BuildRequires: update-desktop-files +BuildRequires: pkgconfig(glib-2.0) >= 2.38.0 BuildRequires: pkgconfig(gthread-2.0) -BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(libmpd) -BuildRequires: pkgconfig(libxfce4ui-2) -BuildRequires: pkgconfig(libxfce4util-1.0) +BuildRequires: pkgconfig(gthread-2.0) >= 2.38.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 +BuildRequires: pkgconfig(libmpd) >= 0.15.0 +BuildRequires: pkgconfig(libxfce4ui-2) >= 4.12.0 +BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.12.0 Recommends: %{name}-lang = %{version} Suggests: mpd @@ -61,7 +63,7 @@ %find_lang %{name} %{?no_lang_C} %files -%doc AUTHORS IDEAS NEWS README THANKS +%doc AUTHORS IDEAS NEWS README.md THANKS %license COPYING %{_bindir}/xfmpc %{_mandir}/man1/* ++++++ xfmpc-0.3.0.tar.bz2 -> xfmpc-0.3.1.tar.bz2 ++++++ ++++ 55400 lines of diff (skipped)
