Hello community,

here is the log from the commit of package lxmusic for openSUSE:Factory checked 
in at 2012-06-26 17:06:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxmusic (Old)
 and      /work/SRC/openSUSE:Factory/.lxmusic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxmusic", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxmusic/lxmusic.changes  2011-12-13 
11:49:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lxmusic.new/lxmusic.changes     2012-06-26 
17:06:41.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Jun 22 12:51:32 UTC 2012 - [email protected]
+
+- update to 0.4.5
+- drop lxmusic-0.4.4-no-gcc-warnings.patch
+- drop lxmusic-0.4.4-wrong-encoding-it-po.patch
+
+-------------------------------------------------------------------

Old:
----
  lxmusic-0.4.4-no-gcc-warnings.patch
  lxmusic-0.4.4-wrong-encoding-it-po.patch
  lxmusic-0.4.4.tar.bz2

New:
----
  lxmusic-0.4.5.tar.gz

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

Other differences:
------------------
++++++ lxmusic.spec ++++++
--- /var/tmp/diff_new_pack.BRHYcU/_old  2012-06-26 17:06:44.000000000 +0200
+++ /var/tmp/diff_new_pack.BRHYcU/_new  2012-06-26 17:06:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxmusic
 #
-# 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
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           lxmusic
-Version:        0.4.4
+Version:        0.4.5
 Release:        0
 Summary:        Lightweight Audio Player
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Players
 Url:            http://www.lxde.org/
-Source0:        %name-%version.tar.bz2
-Patch0:         %name-0.4.4-no-gcc-warnings.patch
-Patch1:         %name-0.4.4-wrong-encoding-it-po.patch
+Source0:        %name-%version.tar.gz
 Patch2:         %name-0.4.4-libnotify0.7.0.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  docbook-utils
@@ -45,8 +44,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 %if %suse_version > 1140
 %patch2 -p1
 %endif

++++++ lxmusic-0.4.4-libnotify0.7.0.patch ++++++
--- /var/tmp/diff_new_pack.BRHYcU/_old  2012-06-26 17:06:45.000000000 +0200
+++ /var/tmp/diff_new_pack.BRHYcU/_new  2012-06-26 17:06:45.000000000 +0200
@@ -1,16 +1,15 @@
---- lxmusic-0.4.4.orig/src/lxmusic-notify.c    2010-03-01 20:09:00.000000000 
+0100
-+++ lxmusic-0.4.4/src/lxmusic-notify.c 2010-11-18 00:47:51.461257411 +0100
-@@ -57,11 +57,9 @@
- 
-       lxmusic_clear_notify (n);
- 
--      notify = notify_notification_new (summary, message,
--                                        "lxmusic", NULL);
-+      notify = notify_notification_new (summary, message, "lxmusic");
-       n->notification = notify;
- 
--      notify_notification_attach_to_status_icon (notify, n->status_icon);
-       notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL);
-       notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT);
- 
-
+Index: lxmusic-0.4.5/src/lxmusic-notify.c
+===================================================================
+--- lxmusic-0.4.5.orig/src/lxmusic-notify.c    2012-05-20 00:09:58.000000000 
+0200
++++ lxmusic-0.4.5/src/lxmusic-notify.c 2012-06-22 14:49:15.993889103 +0200
+@@ -84,9 +84,8 @@
+     else                      
+       g_string_append( message, title );
+     struct _LXMusicNotification *lxn = g_new ( struct _LXMusicNotification, 
1);
+-    lxn->notify = notify_notification_new (summary, message->str, NULL, NULL);
++    lxn->notify = notify_notification_new (summary, message->str, NULL);
+     notify_notification_set_urgency (lxn->notify, NOTIFY_URGENCY_NORMAL);
+-    notify_notification_attach_to_status_icon( lxn->notify, status_icon );
+     notify_notification_set_timeout (lxn->notify, NOTIFY_EXPIRES_DEFAULT);
+     g_string_free( message, TRUE );
+     return lxn;

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

Reply via email to