commit xfmpc for openSUSE:Factory

2019-06-24 Thread root
Hello community,

here is the log from the commit of package xfmpc for openSUSE:Factory checked 
in at 2019-06-24 21:53:04

Comparing /work/SRC/openSUSE:Factory/xfmpc (Old)
 and  /work/SRC/openSUSE:Factory/.xfmpc.new.4615 (New)


Package is "xfmpc"

Mon Jun 24 21:53:04 2019 rev:18 rq:711585 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/xfmpc/xfmpc.changes  2019-03-11 
11:15:48.205330918 +0100
+++ /work/SRC/openSUSE:Factory/.xfmpc.new.4615/xfmpc.changes2019-06-24 
21:54:00.680136059 +0200
@@ -1,0 +2,9 @@
+Sat Jun 22 15:44:21 UTC 2019 - Marcel Kuehlhorn 
+
+- update to 0.3.0
+  * Stable release of 0.2.90
+  * Fixed build issues
+  * Translation updates
+- replace ed with sed
+
+---

Old:

  xfmpc-0.2.90.tar.bz2

New:

  xfmpc-0.3.0.tar.bz2



Other differences:
--
++ xfmpc.spec ++
--- /var/tmp/diff_new_pack.GAISMc/_old  2019-06-24 21:54:01.608136776 +0200
+++ /var/tmp/diff_new_pack.GAISMc/_new  2019-06-24 21:54:01.640136801 +0200
@@ -17,16 +17,16 @@
 
 
 Name:   xfmpc
-Version:0.2.90
+Version:0.3.0
 Release:0
 Summary:MPD Client for the Xfce Desktop Environment
 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+-3.0)
@@ -35,7 +35,6 @@
 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,11 +44,7 @@
 
 %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

++ xfmpc-0.2.90.tar.bz2 -> xfmpc-0.3.0.tar.bz2 ++
 23536 lines of diff (skipped)





commit xfmpc for openSUSE:Factory

2019-03-11 Thread root
Hello community,

here is the log from the commit of package xfmpc for openSUSE:Factory checked 
in at 2019-03-11 11:15:30

Comparing /work/SRC/openSUSE:Factory/xfmpc (Old)
 and  /work/SRC/openSUSE:Factory/.xfmpc.new.28833 (New)


Package is "xfmpc"

Mon Mar 11 11:15:30 2019 rev:17 rq:683058 version:0.2.90

Changes:

--- /work/SRC/openSUSE:Factory/xfmpc/xfmpc.changes  2017-10-07 
17:50:27.803837196 +0200
+++ /work/SRC/openSUSE:Factory/.xfmpc.new.28833/xfmpc.changes   2019-03-11 
11:15:48.205330918 +0100
@@ -1,0 +2,8 @@
+Tue Mar  5 17:16:12 UTC 2019 - Maurizio Galli 
+
+- 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.2.90.tar.bz2



Other differences:
--
++ xfmpc.spec ++
--- /var/tmp/diff_new_pack.5fO66t/_old  2019-03-11 11:15:48.669330751 +0100
+++ /var/tmp/diff_new_pack.5fO66t/_new  2019-03-11 11:15:48.673330750 +0100
@@ -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,15 +12,15 @@
 # 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.2.90
 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
@@ -29,9 +29,9 @@
 BuildRequires:  intltool
 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
@@ -53,7 +53,7 @@
 
 %build
 %configure
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -65,15 +65,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.2.90.tar.bz2 ++
 54686 lines of diff (skipped)





commit xfmpc for openSUSE:Factory

2017-10-07 Thread root
Hello community,

here is the log from the commit of package xfmpc for openSUSE:Factory checked 
in at 2017-10-07 17:50:25

Comparing /work/SRC/openSUSE:Factory/xfmpc (Old)
 and  /work/SRC/openSUSE:Factory/.xfmpc.new (New)


Package is "xfmpc"

Sat Oct  7 17:50:25 2017 rev:16 rq:530813 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/xfmpc/xfmpc.changes  2012-04-18 
16:30:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfmpc.new/xfmpc.changes 2017-10-07 
17:50:27.803837196 +0200
@@ -1,0 +2,16 @@
+Tue Oct  3 08:04:21 UTC 2017 - jeng...@inai.de
+
+- Ensure neutrality of description. Remove redundant %clean section.
+
+---
+Mon Dec 26 12:23:54 UTC 2016 - seife+...@b1-systems.com
+
+- update to version 0.2.3
+  - fix ambiguity between GLib.Timeout and Gtk.Timeout (bxo#11062)
+  - use AC_CONFIG_HEADERS in configure.in.in (bxo#11063)
+  - unlock mutex in connect instead of connect_thread, otherwise
+we'd try to unlock an unlocked mutex (bxo#10366)
+  - translation updates
+- do not package ChangeLog file, NEWS is enough
+
+---

Old:

  xfmpc-0.2.2.tar.bz2

New:

  xfmpc-0.2.3.tar.bz2



Other differences:
--
++ xfmpc.spec ++
--- /var/tmp/diff_new_pack.8k7PWv/_old  2017-10-07 17:50:28.475807656 +0200
+++ /var/tmp/diff_new_pack.8k7PWv/_new  2017-10-07 17:50:28.475807656 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfmpc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,9 +17,9 @@
 
 
 Name:   xfmpc
-Version:0.2.2
+Version:0.2.3
 Release:0
-Summary:Lightweight MPD Client for the Xfce Desktop Environment
+Summary:MPD Client for the Xfce Desktop Environment
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://goodies.xfce.org/projects/applications/xfmpc
@@ -38,7 +38,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Xfmpc is a lightweight Music Player Daemon (MPD) client application for the
+Xfmpc is a Music Player Daemon (MPD) client application for the
 Xfce desktop environment.
 
 %lang_package
@@ -65,9 +65,6 @@
 
 %find_lang %{name} %{?no_lang_C}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %desktop_database_post
 
@@ -76,7 +73,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog* IDEAS NEWS README THANKS
+%doc AUTHORS COPYING IDEAS NEWS README THANKS
 %{_bindir}/xfmpc
 %{_mandir}/man1/*
 %{_datadir}/applications/%{name}.desktop

++ xfmpc-0.2.2.tar.bz2 -> xfmpc-0.2.3.tar.bz2 ++
 44467 lines of diff (skipped)





commit xfmpc for openSUSE:Factory

2012-04-18 Thread h_root
Hello community,

here is the log from the commit of package xfmpc for openSUSE:Factory checked 
in at 2012-04-18 16:30:01

Comparing /work/SRC/openSUSE:Factory/xfmpc (Old)
 and  /work/SRC/openSUSE:Factory/.xfmpc.new (New)


Package is xfmpc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfmpc/xfmpc.changes  2011-10-28 
15:30:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfmpc.new/xfmpc.changes 2012-04-18 
16:30:09.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  3 12:13:07 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfmpc.spec ++
--- /var/tmp/diff_new_pack.bTHFIk/_old  2012-04-18 16:30:10.0 +0200
+++ /var/tmp/diff_new_pack.bTHFIk/_new  2012-04-18 16:30:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfmpc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,24 @@
 #
 
 
-
 Name:   xfmpc
 Version:0.2.2
 Release:0
+Summary:Lightweight MPD Client for the Xfce Desktop Environment
 License:GPL-2.0+
-Summary:Lightweight MPD client for Xfce
-Url:http://goodies.xfce.org/projects/applications/xfmpc/
 Group:  Productivity/Multimedia/Sound/Players
-Source: 
http://goodies.xfce.org/releases/xfmpc/%{name}-%{version}.tar.bz2
+Url:http://goodies.xfce.org/projects/applications/xfmpc
+Source: 
http://archive.xfce.org/src/apps/xfmpc/0.2/%{name}-%{version}.tar.bz2
 Source1:xfmpc.png
+BuildRequires:  ed
 BuildRequires:  intltool
-BuildRequires:  perl-XML-Parser
-BuildRequires:  pkgconfig(libmpd)
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libmpd)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
-BuildRequires:  update-desktop-files
+Recommends: %{name}-lang = %{version}
 Suggests:   mpd
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -40,9 +41,15 @@
 Xfmpc is a lightweight Music Player Daemon (MPD) client application for the
 Xfce desktop environment.
 
+%lang_package
+
 %prep
 %setup -q
-sed -i 's:^Icon=stock_volume$:Icon=xfmpc:' xfmpc.desktop.in
+ed -s xfmpc.desktop.in 2/dev/null 'EOF'
+,s/^Icon=stock_volume/Icon=xfmpc/
+w
+EOF
+cat xfmpc.desktop.in
 
 %build
 %configure
@@ -50,24 +57,24 @@
 
 %install
 %make_install
+install -D -m 0644 -p %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
+
 %suse_update_desktop_file %{name}
-install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{name}
+
+%find_lang %{name} %{?no_lang_C}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog* IDEAS NEWS README THANKS
 %{_bindir}/xfmpc
@@ -75,4 +82,6 @@
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
 
+%files lang -f %{name}.lang
+
 %changelog


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfmpc for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xfmpc for openSUSE:Factory checked 
in at 2011-12-06 19:15:39

Comparing /work/SRC/openSUSE:Factory/xfmpc (Old)
 and  /work/SRC/openSUSE:Factory/.xfmpc.new (New)


Package is xfmpc, Maintainer is 

Changes:




Other differences:
--
++ xfmpc.spec ++
--- /var/tmp/diff_new_pack.xLBIJu/_old  2011-12-06 19:55:11.0 +0100
+++ /var/tmp/diff_new_pack.xLBIJu/_new  2011-12-06 19:55:11.0 +0100
@@ -20,7 +20,7 @@
 Name:   xfmpc
 Version:0.2.2
 Release:0
-License:GPLv2+
+License:GPL-2.0+
 Summary:Lightweight MPD client for Xfce
 Url:http://goodies.xfce.org/projects/applications/xfmpc/
 Group:  Productivity/Multimedia/Sound/Players


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfmpc for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfmpc for openSUSE:Factory checked 
in at 2011-10-25 17:21:21

Comparing /work/SRC/openSUSE:Factory/xfmpc (Old)
 and  /work/SRC/openSUSE:Factory/.xfmpc.new (New)


Package is xfmpc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfmpc/xfmpc.changes  2011-09-23 
12:51:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfmpc.new/xfmpc.changes 2011-10-28 
15:30:14.0 +0200
@@ -1,0 +2,10 @@
+Sun Oct 23 19:28:23 UTC 2011 - g...@opensuse.org
+
+- update to version 0.2.2
+  - add status-icon to hide Xfmpc and keep it running in the
+background
+  - add a Shortcuts dialog to show existing shortcuts
+  - tweak visual aspects
+  - fix misc bugs
+
+---

Old:

  xfmpc-0.2.1.tar.bz2

New:

  xfmpc-0.2.2.tar.bz2



Other differences:
--
++ xfmpc.spec ++
--- /var/tmp/diff_new_pack.3ASEWT/_old  2011-10-28 15:30:27.0 +0200
+++ /var/tmp/diff_new_pack.3ASEWT/_new  2011-10-28 15:30:27.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   xfmpc
-Version:0.2.1
-Release:6
+Version:0.2.2
+Release:0
 License:GPLv2+
 Summary:Lightweight MPD client for Xfce
 Url:http://goodies.xfce.org/projects/applications/xfmpc/

++ xfmpc-0.2.1.tar.bz2 - xfmpc-0.2.2.tar.bz2 ++
 40821 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org