commit xfce4-mixer for openSUSE:Factory

2020-02-05 Thread root
Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory 
checked in at 2020-02-05 19:43:27

Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-mixer.new.26092 (New)


Package is "xfce4-mixer"

Wed Feb  5 19:43:27 2020 rev:44 rq:770219 version:4.11.0

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-mixer/xfce4-mixer.changes  2019-10-05 
16:22:08.933149173 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-mixer.new.26092/xfce4-mixer.changes   
2020-02-05 19:44:19.403342597 +0100
@@ -1,0 +2,5 @@
+Wed Feb  5 08:05:00 UTC 2020 - Stefan Seyfried 
+
+- add xfce4-mixer-keybinder-3.0.patch to build against keybinder-3.0
+
+---

New:

  xfce4-mixer-keybinder-3.0.patch



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.zYCKru/_old  2020-02-05 19:44:21.095343403 +0100
+++ /var/tmp/diff_new_pack.zYCKru/_new  2020-02-05 19:44:21.099343405 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-mixer
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,7 @@
 Patch3: xfce4-mixer-alsa.patch
 Patch4: xfce4-mixer-find-dbus.patch
 Patch5: xfce4-mixer-libunique.patch
+Patch6: xfce4-mixer-keybinder-3.0.patch
 %endif
 BuildRequires:  alsa-devel
 BuildRequires:  autoconf
@@ -48,7 +49,7 @@
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(keybinder)
+BuildRequires:  pkgconfig(keybinder-3.0)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)

++ xfce4-mixer-keybinder-3.0.patch ++
Index: b/configure.ac
===
--- a/configure.ac
+++ b/configure.ac
@@ -127,7 +127,7 @@ AM_CONDITIONAL([XFCE4_MIXER_ALSA], [test
 dnl ***
 dnl *** Check for optional packages ***
 dnl ***
-XDT_CHECK_OPTIONAL_PACKAGE([KEYBINDER], [keybinder], [0.2.2], [keybinder],
+XDT_CHECK_OPTIONAL_PACKAGE([KEYBINDER], [keybinder-3.0], [0.2.2], 
[keybinder-3.0],
[keybinder Support])
 XDT_CHECK_OPTIONAL_PACKAGE([UNIQUE], [unique-1.0], [1.1], [unique],
[unique Support])



commit xfce4-mixer for openSUSE:Factory

2019-10-05 Thread root
Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory 
checked in at 2019-10-05 16:21:35

Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-mixer.new.2352 (New)


Package is "xfce4-mixer"

Sat Oct  5 16:21:35 2019 rev:43 rq:735325 version:4.11.0

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-mixer/xfce4-mixer.changes  2019-08-16 
15:51:39.901569857 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-mixer.new.2352/xfce4-mixer.changes
2019-10-05 16:22:08.933149173 +0200
@@ -1,0 +2,12 @@
+Thu Oct  3 12:02:42 UTC 2019 - Bjørn Lie 
+
+- Add xfce4-mixer-libunique.patch: Make libunique optional, patch
+  from upstream git. Following this, drop pkgconfig(unique-1.0)
+  BuildRequires: No longer mandatory.
+
+---
+Fri Aug 16 13:02:37 UTC 2019 - Maurizio Galli 
+
+- Fixed sources in spec file
+
+---

New:

  xfce4-mixer-libunique.patch



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.z2iiux/_old  2019-10-05 16:22:09.325148152 +0200
+++ /var/tmp/diff_new_pack.z2iiux/_new  2019-10-05 16:22:09.329148142 +0200
@@ -26,16 +26,15 @@
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Mixers
 URL:https://www.xfce.org/
-%if %{with git}
-Source0:xfce4-mixer-%{version}.tar.bz2
+Source0:
https://archive.xfce.org/src/apps/xfce4-mixer/4.11/xfce4-mixer-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
+%if %{with git}
 Patch1: xfce4-mixer-alsa-git.patch
 Patch2: no-full-debug-default-for-git.patch
 %else
-Source0:
https://archive.xfce.org/src/apps/xfce4-mixer/4.11/xfce4-mixer-%{version}.tar.bz2
-Source100:  %{name}-rpmlintrc
 Patch3: xfce4-mixer-alsa.patch
 Patch4: xfce4-mixer-find-dbus.patch
+Patch5: xfce4-mixer-libunique.patch
 %endif
 BuildRequires:  alsa-devel
 BuildRequires:  autoconf
@@ -55,7 +54,6 @@
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
-BuildRequires:  pkgconfig(unique-1.0)
 Recommends: %{name}-lang = %{version}
 Suggests:   xfce4-panel-plugin-mixer
 
@@ -72,7 +70,6 @@
 Provides:   xfce4-panel-plugin-%{plugin} = %{version}-%{release}
 Obsoletes:  xfce4-panel-plugin-%{plugin} < %{version}-%{release}
 
-
 %description -n xfce4-%{plugin}-plugin
 This package contains the xfce4-mixer Xfce panel plugin.
 

++ xfce4-mixer-libunique.patch ++
>From 7a18841c988edb593127842ec5c919df537f9ce0 Mon Sep 17 00:00:00 2001
From: Andrzej 
Date: Sat, 12 Apr 2014 08:53:09 +0100
Subject: Make Unique support optional

---
 configure.ac.in|  4 +++-
 xfce4-mixer/main.c | 21 +
 2 files changed, 24 insertions(+), 1 deletion(-)

Index: xfce4-mixer-4.11.0/configure.ac
===
--- xfce4-mixer-4.11.0.orig/configure.ac
+++ xfce4-mixer-4.11.0/configure.ac
@@ -102,7 +102,6 @@ XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.24.0])
 XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.84])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0])
-XDT_CHECK_PACKAGE([UNIQUE], [unique-1.0], [1.1])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.10.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.10.0])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.10.0])
@@ -130,6 +129,8 @@ dnl *** Check for optional packages ***
 dnl ***
 XDT_CHECK_OPTIONAL_PACKAGE([KEYBINDER], [keybinder], [0.2.2], [keybinder],
[keybinder Support])
+XDT_CHECK_OPTIONAL_PACKAGE([UNIQUE], [unique-1.0], [1.1], [unique],
+   [unique Support])
 
 dnl ***
 dnl *** Check for debugging support ***
@@ -172,6 +173,7 @@ dnl ***
 echo
 echo "Build Configuration:"
 echo
+echo " * unique Support:   ${UNIQUE_FOUND:-no}"
 echo " * keybinder Support:${KEYBINDER_FOUND:-no}"
 echo " * Debug Support:$enable_debug"
 echo
Index: xfce4-mixer-4.11.0/xfce4-mixer/main.c
===
--- xfce4-mixer-4.11.0.orig/xfce4-mixer/main.c
+++ xfce4-mixer-4.11.0/xfce4-mixer/main.c
@@ -30,7 +30,10 @@
 #include 
 
 #include 
+
+#ifdef HAVE_UNIQUE
 #include 
+#endif
 
 #include 
 #include 
@@ -42,6 +45,7 @@
 
 
 
+#ifdef HAVE_UNIQUE
 static UniqueResponse
 message_received (UniqueApp *app,
   UniqueCommand 

commit xfce4-mixer for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory 
checked in at 2019-08-16 15:51:13

Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-mixer.new.22127 (New)


Package is "xfce4-mixer"

Fri Aug 16 15:51:13 2019 rev:42 rq:723990 version:4.11.0

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-mixer/xfce4-mixer.changes  2017-02-03 
20:07:06.641443542 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-mixer.new.22127/xfce4-mixer.changes   
2019-08-16 15:51:39.901569857 +0200
@@ -1,0 +2,38 @@
+Wed Jul 17 22:35:49 UTC 2019 - Maurizio Galli 
+
+- Panel plugin sub-package renamed to follow upstream name:
+  xfce4-foo-plugin 
+
+---
+Thu Jul  4 06:40:40 UTC 2019 - Stefan Seyfried 
+
+- add xfce4-mixer-find-dbus.patch to fix build failures
+- spec: move xdt-autogen from %prep to %build to allow quilt usage
+  for patch management
+- do not package ChangeLog, NEWS is good enough
+
+---
+Sun Mar  3 04:39:53 UTC 2019 - Maurizio Galli 
+
+- Switch to gk3 variants of libxfce4panel-2.0 libxfce4ui-2
+
+---
+Sat Mar  2 22:09:04 UTC 2019 - Bjørn Lie 
+
+- Drop pkgconfig(unique-1.0) BuildRequires: No longer needed.
+- Drop xfce4-mixer-4.11.0.tar.bz2, we are using source service now.
+- Replace pkgconfig(gtk+-2.0) with pkgconfig(gtk+-3.0)
+  BuildRequires: Align with what configure checks for.
+
+---
+Tue Dec 11 12:08:56 CET 2018 - ti...@suse.de
+
+- Update ALSA patch to be applied to git version:
+  xfce4-mixer-alsa-git.patch 
+- Don't enable full debug for git build; otherwise the build with
+  _FORTIFY_SOURCE fails:
+  no-full-debug-default-for-git.patch
+- Add the missing buildreq for dbus-glib-1
+- Fix filelist for git version
+
+---

New:

  _service
  no-full-debug-default-for-git.patch
  xfce4-mixer-alsa-git.patch
  xfce4-mixer-find-dbus.patch



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.SkzPLs/_old  2019-08-16 15:51:40.569569612 +0200
+++ /var/tmp/diff_new_pack.SkzPLs/_new  2019-08-16 15:51:40.573569610 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-mixer
 #
-# 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,28 +12,39 @@
 # 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/
 #
 
 
 %define panel_version 4.10.0
-
+%define plugin mixer
+%bcond_with git
 Name:   xfce4-mixer
 Version:4.11.0
 Release:0
 Summary:Volume Control Application for the Xfce Desktop Environment
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Mixers
-Url:http://www.xfce.org/
-Source: 
http://archive.xfce.org/src/apps/xfce4-mixer/4.11/xfce4-mixer-%{version}.tar.bz2
+URL:https://www.xfce.org/
+%if %{with git}
+Source0:xfce4-mixer-%{version}.tar.bz2
+Source100:  %{name}-rpmlintrc
+Patch1: xfce4-mixer-alsa-git.patch
+Patch2: no-full-debug-default-for-git.patch
+%else
+Source0:
https://archive.xfce.org/src/apps/xfce4-mixer/4.11/xfce4-mixer-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
-Patch1: xfce4-mixer-alsa.patch
+Patch3: xfce4-mixer-alsa.patch
+Patch4: xfce4-mixer-find-dbus.patch
+%endif
 BuildRequires:  alsa-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  xfce4-dev-tools
+BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gthread-2.0)
@@ -45,7 +56,6 @@
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
 BuildRequires:  pkgconfig(unique-1.0)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang = %{version}
 Suggests:   xfce4-panel-plugin-mixer
 
@@ -53,25 +63,34 @@
 xfce4-mixer is a volume control application for the Xfce desktop
 environment.
 
-%package -n xfce4-panel-plugin-mixer

commit xfce4-mixer for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory 
checked in at 2017-01-27 11:15:38

Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-mixer.new (New)


Package is "xfce4-mixer"

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-mixer/xfce4-mixer.changes  2015-03-09 
10:06:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-mixer.new/xfce4-mixer.changes 
2017-02-03 20:07:06.641443542 +0100
@@ -1,0 +2,7 @@
+Mon Jan 23 22:59:22 CET 2017 - ti...@suse.de
+
+- Drop gstreamer-0.10 usage, move to gstreamer-1.0;
+  this requires the additionally own GstMixer implementation:
+  xfce4-mixer-alsa.patch
+
+---

New:

  xfce4-mixer-alsa.patch



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.s7FLAr/_old  2017-02-03 20:07:08.053244820 +0100
+++ /var/tmp/diff_new_pack.s7FLAr/_new  2017-02-03 20:07:08.057244258 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-mixer
 #
-# Copyright (c) 2014 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
@@ -27,10 +27,15 @@
 Url:http://www.xfce.org/
 Source: 
http://archive.xfce.org/src/apps/xfce4-mixer/4.11/xfce4-mixer-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
+Patch1: xfce4-mixer-alsa.patch
+BuildRequires:  alsa-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
+BuildRequires:  xfce4-dev-tools
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
+BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(keybinder)
@@ -41,7 +46,6 @@
 BuildRequires:  pkgconfig(libxfconf-0)
 BuildRequires:  pkgconfig(unique-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   gstreamer-0_10-plugins-base
 Recommends: %{name}-lang = %{version}
 Suggests:   xfce4-panel-plugin-mixer
 
@@ -62,6 +66,8 @@
 
 %prep
 %setup -q
+%patch1 -p1
+xdt-autogen
 
 %build
 %configure --disable-static

++ xfce4-mixer-alsa.patch ++
 1604 lines (skipped)




commit xfce4-mixer for openSUSE:Factory

2015-03-09 Thread h_root
Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory 
checked in at 2015-03-09 10:06:05

Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-mixer.new (New)


Package is "xfce4-mixer"

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-mixer/xfce4-mixer.changes  2013-01-20 
14:55:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-mixer.new/xfce4-mixer.changes 
2015-03-09 10:06:06.0 +0100
@@ -1,0 +2,21 @@
+Thu May  1 08:33:02 UTC 2014 - g...@opensuse.org
+
+- update to version 4.11.0
+  - updated translations.
+  - fixed button sizing in some themes.
+  - g_thread_init is deprecated.
+  - refactor the handling of minimum volumes
+  - do not assume a minimum volume of 0 in the keyboard shortcut
+handling
+  - correct debugging instructions
+  - avoid unused variable warning when buildwing without keybinder
+(bxo#9544)
+  - move the XFCE_MIXER_PLUGIN_DEFAULT_COMMAND macro to where it is
+used
+  - extend documentation in README
+  - rename variable which may shadow index(3) (bxo#9374)
+  - fix mnemonics in the plugin menu that conflict with those of
+default menu items (bxo#9339)
+- drop obsolete xfce4-mixer-fix-default-window-size.patch
+
+---

Old:

  xfce4-mixer-4.10.0.tar.bz2
  xfce4-mixer-fix-default-window-size.patch

New:

  xfce4-mixer-4.11.0.tar.bz2



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.uyXD7H/_old  2015-03-09 10:06:06.0 +0100
+++ /var/tmp/diff_new_pack.uyXD7H/_new  2015-03-09 10:06:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-mixer
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -19,16 +19,14 @@
 %define panel_version 4.10.0
 
 Name:   xfce4-mixer
-Version:4.10.0
+Version:4.11.0
 Release:0
 Summary:Volume Control Application for the Xfce Desktop Environment
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Mixers
 Url:http://www.xfce.org/
-Source: 
http://archive.xfce.org/src/apps/xfce4-mixer/4.10/xfce4-mixer-%{version}.tar.bz2
+Source: 
http://archive.xfce.org/src/apps/xfce4-mixer/4.11/xfce4-mixer-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM xfce4-mixer-fix-default-window-size.patch 
g...@opensuse.org -- Initialize window width and height to default values
-Patch0: xfce4-mixer-fix-default-window-size.patch
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
@@ -64,7 +62,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-static
@@ -81,9 +78,6 @@
 
 %suse_update_desktop_file -i xfce4-mixer Settings DesktopSettings
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %desktop_database_post
 

++ xfce4-mixer-4.10.0.tar.bz2 -> xfce4-mixer-4.11.0.tar.bz2 ++
 22153 lines of diff (skipped)

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



commit xfce4-mixer for openSUSE:Factory

2013-01-20 Thread h_root
Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory 
checked in at 2013-01-20 14:55:56

Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-mixer.new (New)


Package is "xfce4-mixer", Maintainer is "xfce-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-mixer/xfce4-mixer.changes  2012-10-12 
14:55:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-mixer.new/xfce4-mixer.changes 
2013-01-20 14:55:58.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 18 16:04:57 UTC 2013 - g...@opensuse.org
+
+- remove compat symlink causing the plugin to show up twice
+
+---



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.byE6bk/_old  2013-01-20 14:55:59.0 +0100
+++ /var/tmp/diff_new_pack.byE6bk/_new  2013-01-20 14:55:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-mixer
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -73,10 +73,6 @@
 %install
 %make_install
 
-# ease the migration due to the name change
-ln -s %{_datadir}/xfce4/panel/plugins/mixer.desktop \
-%{buildroot}%{_datadir}/xfce4/panel/plugins/xfce4-mixer-plugin.desktop
-
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 
 rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libmixer.la
@@ -108,7 +104,6 @@
 %defattr(-,root,root)
 %{_libdir}/xfce4/panel/plugins/libmixer.so
 %{_datadir}/xfce4/panel/plugins/mixer.desktop
-%{_datadir}/xfce4/panel/plugins/xfce4-mixer-plugin.desktop
 
 %files lang -f %{name}.lang
 

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



commit xfce4-mixer for openSUSE:Factory

2012-10-12 Thread h_root
Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory 
checked in at 2012-10-12 14:48:42

Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-mixer.new (New)


Package is "xfce4-mixer", Maintainer is "xfce-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-mixer/xfce4-mixer.changes  2012-10-11 
11:38:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-mixer.new/xfce4-mixer.changes 
2012-10-12 14:55:01.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 11 21:26:17 UTC 2012 - g...@opensuse.org
+
+- added xfce4-mixer-fix-default-window-size.patch in order to
+  initialize window width and height to default values
+
+---

New:

  xfce4-mixer-fix-default-window-size.patch



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.CH3SWX/_old  2012-10-12 14:55:01.0 +0200
+++ /var/tmp/diff_new_pack.CH3SWX/_new  2012-10-12 14:55:01.0 +0200
@@ -27,6 +27,8 @@
 Url:http://www.xfce.org/
 Source: 
http://archive.xfce.org/src/apps/xfce4-mixer/4.10/xfce4-mixer-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM xfce4-mixer-fix-default-window-size.patch 
g...@opensuse.org -- Initialize window width and height to default values
+Patch0: xfce4-mixer-fix-default-window-size.patch
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
@@ -62,6 +64,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++ xfce4-mixer-fix-default-window-size.patch ++
diff --git a/libxfce4mixer/xfce-mixer-preferences.c 
b/libxfce4mixer/xfce-mixer-preferences.c
index 117ebcf..a5e5996 100644
--- a/libxfce4mixer/xfce-mixer-preferences.c
+++ b/libxfce4mixer/xfce-mixer-preferences.c
@@ -134,8 +134,8 @@ xfce_mixer_preferences_init (XfceMixerPreferences 
*preferences)
 {
   preferences->channel = xfconf_channel_get ("xfce4-mixer");
 
-  preferences->window_width = 1;
-  preferences->window_height = 1;
+  preferences->window_width = 640;
+  preferences->window_height = 400;
 
   preferences->sound_card = NULL;
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-mixer for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory 
checked in at 2012-10-11 11:34:16

Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-mixer.new (New)


Package is "xfce4-mixer", Maintainer is "xfce-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-mixer/xfce4-mixer.changes  2012-10-03 
10:17:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-mixer.new/xfce4-mixer.changes 
2012-10-11 11:38:15.0 +0200
@@ -1,0 +2,9 @@
+Wed Oct 10 15:06:33 UTC 2012 - g...@opensuse.org
+
+- update to version 4.10.0
+  - do not use G_VALUE_INIT which is only available in glib >= 2.30
+  - translation updates
+- drop obsolete xfce4-mixer-do-not-use-glib-2.30-symbols.patch and
+  xfce4-mixer-fix-typo.patch
+
+---

Old:

  xfce4-mixer-4.9.0.tar.bz2
  xfce4-mixer-do-not-use-glib-2.30-symbols.patch
  xfce4-mixer-fix-typo.patch

New:

  xfce4-mixer-4.10.0.tar.bz2



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.pFnHj1/_old  2012-10-11 11:38:16.0 +0200
+++ /var/tmp/diff_new_pack.pFnHj1/_new  2012-10-11 11:38:16.0 +0200
@@ -19,18 +19,14 @@
 %define panel_version 4.10.0
 
 Name:   xfce4-mixer
-Version:4.9.0
+Version:4.10.0
 Release:0
 Summary:Volume Control Application for the Xfce Desktop Environment
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Mixers
 Url:http://www.xfce.org/
-Source: 
http://archive.xfce.org/src/apps/xfce4-mixer/4.8/xfce4-mixer-%{version}.tar.bz2
+Source: 
http://archive.xfce.org/src/apps/xfce4-mixer/4.10/xfce4-mixer-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM xfce4-mixer-fix-typo.patch g...@opensuse.org -- Fix a 
small typo causing build failures with glib < 2.32.0 (backported from upstream 
git)
-Patch0: xfce4-mixer-fix-typo.patch
-# PATCH-FIX-UPSTREAM xfce4-mixer-do-not-use-glib-2.30-symbols.patch 
g...@opensuse.org -- Do not use symbols that are only available in glib > 
2.30.0 (backported from upstream git)
-Patch1: xfce4-mixer-do-not-use-glib-2.30-symbols.patch
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
@@ -66,8 +62,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure --disable-static

++ xfce4-mixer-4.9.0.tar.bz2 -> xfce4-mixer-4.10.0.tar.bz2 ++
 17661 lines of diff (skipped)

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



commit xfce4-mixer for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory 
checked in at 2012-10-03 10:17:28

Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-mixer.new (New)


Package is "xfce4-mixer", Maintainer is "xfce-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-mixer/xfce4-mixer.changes  2012-04-19 
10:41:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-mixer.new/xfce4-mixer.changes 
2012-10-03 10:17:29.0 +0200
@@ -1,0 +2,36 @@
+Thu Sep 27 16:14:52 UTC 2012 - g...@opensuse.org
+
+- added xfce4-mixer-do-not-use-glib-2.30-symbols.patch in order to
+  not use symbols that are only available in glib > 2.30.0
+  (backported from upstream git)
+- added compatibility symlink for the panel plugin to ease the
+  migration
+
+---
+Thu Sep 27 15:00:44 UTC 2012 - g...@opensuse.org
+
+- update to version 4.9.0
+  - use standard icons where possible
+  - support xfce4-panel 4.10 with its deskbar mode
+  - handle unconfigured state more gracefully
+  - mute a track when the volume is set to 0% and unmute when set
+to a higher value
+  - add global keyboard shortcuts for raising and lowering the
+volume as well as muting
+  - store settings in xfconf and keep them in sync
+  - populate the mixer with whitelisted controls in the absence of
+an existing configuration
+  - add a popup with a scale for setting the volume to the panel
+plugin which is opened on left click, allow running the
+user-defined command previously bound to left click from the
+panel plugin context menu instead
+  - make xfce4-mixer a singleton application
+  - add runtime debugging mode to both the mixer and the panel
+plugin
+  - add man page for xfce4-mixer
+  - handle identically named tracks and tracks which are read-only
+or have no mute or record functionality
+- added xfce4-mixer-fix-typo to correct a typo causing build
+  failures with glib < 2.32.0 (backported from upstream git)
+
+---

Old:

  xfce4-mixer-4.8.0.tar.bz2

New:

  xfce4-mixer-4.9.0.tar.bz2
  xfce4-mixer-do-not-use-glib-2.30-symbols.patch
  xfce4-mixer-fix-typo.patch



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.pobtmF/_old  2012-10-03 10:17:31.0 +0200
+++ /var/tmp/diff_new_pack.pobtmF/_new  2012-10-03 10:17:31.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define panel_version 4.7.0
+%define panel_version 4.10.0
 
 Name:   xfce4-mixer
-Version:4.8.0
+Version:4.9.0
 Release:0
 Summary:Volume Control Application for the Xfce Desktop Environment
 License:GPL-2.0+
@@ -27,17 +27,23 @@
 Url:http://www.xfce.org/
 Source: 
http://archive.xfce.org/src/apps/xfce4-mixer/4.8/xfce4-mixer-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM xfce4-mixer-fix-typo.patch g...@opensuse.org -- Fix a 
small typo causing build failures with glib < 2.32.0 (backported from upstream 
git)
+Patch0: xfce4-mixer-fix-typo.patch
+# PATCH-FIX-UPSTREAM xfce4-mixer-do-not-use-glib-2.30-symbols.patch 
g...@opensuse.org -- Do not use symbols that are only available in glib > 
2.30.0 (backported from upstream git)
+Patch1: xfce4-mixer-do-not-use-glib-2.30-symbols.patch
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(keybinder)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
+BuildRequires:  pkgconfig(unique-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   gstreamer-0_10-plugins-base
 Recommends: %{name}-lang = %{version}
@@ -60,6 +66,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-static
@@ -68,8 +76,14 @@
 %install
 %make_install
 
+# ease the migration due to the name change
+ln -s %{_datadir}/xfce4/panel/plugins/mixer.desktop \
+%{buildroot}%{_datadir}/xfce4/panel/plugins/xfce4-mixer-plugin.desktop
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 
+rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libmixer.la
+
 %find_lang %{name} %{?no_lang_C}
 
 %suse_update_desktop_file -i xfce4-mixer Settings DesktopSettings
@@ -85,17 +99,19 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog 

commit xfce4-mixer for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory 
checked in at 2012-04-19 10:41:15

Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-mixer.new (New)


Package is "xfce4-mixer", Maintainer is "xfce-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-mixer/xfce4-mixer.changes  2011-09-23 
12:51:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-mixer.new/xfce4-mixer.changes 
2012-04-19 10:41:16.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr  3 12:27:38 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.GsKpfV/_old  2012-04-19 10:41:17.0 +0200
+++ /var/tmp/diff_new_pack.GsKpfV/_new  2012-04-19 10:41:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-mixer
 #
-# 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
@@ -20,25 +20,27 @@
 
 Name:   xfce4-mixer
 Version:4.8.0
-Release:1
+Release:0
+Summary:Volume Control Application for the Xfce Desktop Environment
 License:GPL-2.0+
-Summary:Volume control application for the Xfce desktop environment
-Url:http://www.xfce.org/projects/xfce4-mixer
 Group:  Productivity/Multimedia/Sound/Mixers
-Source: xfce4-mixer-%{version}.tar.bz2
+Url:http://www.xfce.org/
+Source: 
http://archive.xfce.org/src/apps/xfce4-mixer/4.8/xfce4-mixer-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
 BuildRequires:  intltool
-BuildRequires:  perl-XML-Parser
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
+BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
-BuildRequires:  xfce4-dev-tools
-BuildRequires:  update-desktop-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   gstreamer-0_10-plugins-base
+Recommends: %{name}-lang = %{version}
 Suggests:   xfce4-panel-plugin-mixer
 
 %description
@@ -46,46 +48,42 @@
 environment.
 
 %package -n xfce4-panel-plugin-mixer
-License:GPL-2.0+
+Summary:Volume Control Plugin for the Xfce Panel
 Group:  Productivity/Multimedia/Sound/Mixers
-Summary:Volume control plugin for the Xfce panel
 Requires:   %{name} = %{version}
-Requires:   xfce4-panel >= %panel_version
+Requires:   xfce4-panel >= %{panel_version}
 
 %description -n xfce4-panel-plugin-mixer
-xfce4-mixer is a volume control application for the Xfce desktop
-environment.
+This package contains the xfce4-mixer Xfce panel plugin.
 
-This package contains the Xfce panel plugin.
+%lang_package
 
 %prep
 %setup -q
 
 %build
-xdt-autogen
-%configure \
---disable-static
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{name}
+
+%find_lang %{name} %{?no_lang_C}
+
 %suse_update_desktop_file -i xfce4-mixer Settings DesktopSettings
 
 %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 NEWS README TODO
 %{_bindir}/xfce4-mixer
@@ -99,4 +97,6 @@
 %{_libexecdir}/xfce4/panel-plugins/xfce4-mixer-plugin
 %{_datadir}/xfce4/panel-plugins/xfce4-mixer-plugin.desktop
 
+%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 xfce4-mixer for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory 
checked in at 2011-12-06 19:14:36

Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-mixer.new (New)


Package is "xfce4-mixer", Maintainer is "xfce-maintain...@suse.de"

Changes:




Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.y5HUkX/_old  2011-12-06 19:54:17.0 +0100
+++ /var/tmp/diff_new_pack.y5HUkX/_new  2011-12-06 19:54:17.0 +0100
@@ -21,7 +21,7 @@
 Name:   xfce4-mixer
 Version:4.8.0
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Summary:Volume control application for the Xfce desktop environment
 Url:http://www.xfce.org/projects/xfce4-mixer
 Group:  Productivity/Multimedia/Sound/Mixers
@@ -46,7 +46,7 @@
 environment.
 
 %package -n xfce4-panel-plugin-mixer
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Mixers
 Summary:Volume control plugin for the Xfce panel
 Requires:   %{name} = %{version}

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



commit xfce4-mixer for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory
checked in at Mon Sep 5 17:57:29 CEST 2011.




--- xfce4-mixer/xfce4-mixer.changes 2011-02-18 01:00:02.0 +0100
+++ /mounts/work_src_done/STABLE/xfce4-mixer/xfce4-mixer.changes
2011-05-04 10:58:51.0 +0200
@@ -1,0 +2,15 @@
+Tue Mar  8 21:06:30 UTC 2011 - g...@opensuse.org
+
+- update to version 4.8.0
+  - Fix too small plugin button in the new panel.
+  - Ellipsize sound card names in the combo box (bug #6671).
+  - Remove deprecated Encoding key from desktop files.
+  - Port to libxfce4ui.
+  - Fix wrong use of GTK+ causing the panel plugin volume to be set no higher
+than 90% (bug #5243).
+  - Fixed a lot of compiler warnnings and errors.
+  - Updated translations: Dutch, English (United Kingdom), Galician, Greek,
+Italian, Kazakh, Portuguese, Romanian, Russian, Sinhala, Turkish, 
+Uyghur and more.
+
+---

calling whatdependson for head-i586


Old:

  xfce4-mixer-4.6.1.99_git20110203.tar.bz2

New:

  xfce4-mixer-4.8.0.tar.bz2



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.au9Scq/_old  2011-09-05 17:57:00.0 +0200
+++ /var/tmp/diff_new_pack.au9Scq/_new  2011-09-05 17:57:00.0 +0200
@@ -19,8 +19,8 @@
 %define panel_version 4.7.0
 
 Name:   xfce4-mixer
-Version:4.6.1.99_git20110203
-Release:6
+Version:4.8.0
+Release:1
 License:GPLv2+
 Summary:Volume control application for the Xfce desktop environment
 Url:http://www.xfce.org/projects/xfce4-mixer

++ xfce4-mixer-4.6.1.99_git20110203.tar.bz2 -> xfce4-mixer-4.8.0.tar.bz2 
++
 60214 lines of diff (skipped)






Remember to have fun...

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