Hello community,

here is the log from the commit of package gmixer for openSUSE:Factory checked 
in at 2014-03-31 20:42:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gmixer (Old)
 and      /work/SRC/openSUSE:Factory/.gmixer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gmixer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gmixer/gmixer.changes    2011-09-23 
02:00:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gmixer.new/gmixer.changes       2014-03-31 
20:42:58.000000000 +0200
@@ -1,0 +2,13 @@
+Tue Mar 25 19:53:25 UTC 2014 - [email protected]
+
+- added "Comment" in Spanish in gmixer.desktop
+- modified gmixer-trayicon.desktop
+  * added "Comment" in Spanish
+  * added hack to kill the daemon before relaunching it again and
+    prevent multiple instances (e.g., after login out and login in
+    again)
+- spec file cleanup
+  * removed checks for discontinued versions (<= 12.2)
+  * removed unneeded explicit Requires: python-xlib
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gmixer.spec ++++++
--- /var/tmp/diff_new_pack.AyURjS/_old  2014-03-31 20:42:59.000000000 +0200
+++ /var/tmp/diff_new_pack.AyURjS/_new  2014-03-31 20:42:59.000000000 +0200
@@ -15,12 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%if %suse_version <= 1110
-%define python_sitelib %py_sitedir
-%define python_sitearch        %py_sitedir
-%endif
 
 Name:           gmixer
 Version:        1.3
@@ -36,9 +30,14 @@
 Patch1:         gmixer-1.3-setup-py.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
-BuildRequires:  gtk2-devel python-devel python-gtk-devel
-BuildRequires:  desktop-file-utils fdupes
-Requires:       python-gtk python-gstreamer-0_10 python-xlib
+BuildRequires:  gtk2-devel 
+BuildRequires:  python-devel 
+BuildRequires:  python-gtk-devel
+BuildRequires:  desktop-file-utils 
+BuildRequires:  fdupes
+Requires:       python-gtk 
+Requires:              python-gstreamer-0_10
+
 %{py_requires}
 
 %description
@@ -49,7 +48,6 @@
  - tray icon support
  - support special keys of multimedia keyboard. 
 
-
 %prep
 %setup -q
 %patch0 -p1 -b .version_fix
@@ -81,14 +79,11 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%if 0%{?suse_version} >= 1140
-
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
-%endif
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)

++++++ gmixer-trayicon.desktop ++++++
--- /var/tmp/diff_new_pack.AyURjS/_old  2014-03-31 20:42:59.000000000 +0200
+++ /var/tmp/diff_new_pack.AyURjS/_new  2014-03-31 20:42:59.000000000 +0200
@@ -3,9 +3,10 @@
 Name=GMixer
 Comment=Audio mixer for the Gnome Desktop Environment
 Comment[de]=Lautstärkeregelung für den GNOME Desktop
+Comment[es]=Mezclador de audio para el entorno de escritorio GNOME
 Comment[fr]=Mixer audio pour l'environnement Gnome
 Comment[it]=Mixer audio per l'ambiente destkop GNOME
-Exec=gmixer -d
+Exec=bash -c "killall gmixer; gmixer -d"
 Icon=gmixer
 StartupNotify=true
 Type=Application

++++++ gmixer.desktop ++++++
--- /var/tmp/diff_new_pack.AyURjS/_old  2014-03-31 20:42:59.000000000 +0200
+++ /var/tmp/diff_new_pack.AyURjS/_new  2014-03-31 20:42:59.000000000 +0200
@@ -3,6 +3,7 @@
 Name=GMixer
 Comment=Audio mixer for the Gnome Desktop Environment
 Comment[de]=Lautstärkeregelung für den GNOME Desktop
+Comment[es]=Mezclador de audio para el entorno de escritorio GNOME
 Comment[fr]=Mixer audio pour l'environnement Gnome
 Comment[it]=Mixer audio per l'ambiente desktop GNOME
 Exec=gmixer

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to