Hello community, here is the log from the commit of package lxmusic for openSUSE:Factory checked in at Fri May 6 14:24:51 CEST 2011.
-------- --- lxmusic/lxmusic.changes 2011-03-14 19:56:10.000000000 +0100 +++ /mounts/work_src_done/STABLE/lxmusic/lxmusic.changes 2011-05-05 15:25:46.000000000 +0200 @@ -1,0 +2,6 @@ +Thu May 5 13:23:09 UTC 2011 - [email protected] + +- added lxmusic-0.4.4-libnotify0.7.0.patch to allow build with + libnotify >= 0.7.0 because of API changes + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- lxmusic-0.4.4-libnotify0.7.0.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxmusic.spec ++++++ --- /var/tmp/diff_new_pack.zSwASZ/_old 2011-05-06 14:23:48.000000000 +0200 +++ /var/tmp/diff_new_pack.zSwASZ/_new 2011-05-06 14:23:48.000000000 +0200 @@ -20,7 +20,7 @@ Name: lxmusic Version: 0.4.4 -Release: 10 +Release: 12 Summary: Lightweight Audio Player Group: Productivity/Multimedia/Sound/Players License: GPL @@ -28,6 +28,7 @@ Source0: %name-%version.tar.bz2 Patch0: %name-0.4.4-no-gcc-warnings.patch Patch1: %name-0.4.4-wrong-encoding-it-po.patch +Patch2: %name-0.4.4-libnotify0.7.0.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gtk2-devel intltool pkg-config update-desktop-files BuildRequires: docbook-utils libnotify-devel @@ -45,6 +46,9 @@ %setup -q %patch0 -p1 %patch1 -p1 +%if %suse_version > 1140 +%patch2 -p1 +%endif %build export CFLAGS="$RPM_OPT_FLAGS" ++++++ lxmusic-0.4.4-libnotify0.7.0.patch ++++++ --- 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); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
