Hello community, here is the log from the commit of package osdlyrics for openSUSE:Factory checked in at 2012-03-02 13:49:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osdlyrics (Old) and /work/SRC/openSUSE:Factory/.osdlyrics.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osdlyrics", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/osdlyrics/osdlyrics.changes 2012-02-14 19:04:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.osdlyrics.new/osdlyrics.changes 2012-03-02 13:49:24.000000000 +0100 @@ -1,0 +2,8 @@ +Thu Mar 01 21:37:17 UTC+8 2012 - hillw...@linuxfans.org + +- add xmms2 spport +- split the translations in a lang subpackage +- rename patch file +- fixed some RPMLINT report warnings + +------------------------------------------------------------------- Old: ---- glib.patch New: ---- osdlyrics-glib.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osdlyrics.spec ++++++ --- /var/tmp/diff_new_pack.GuE0H9/_old 2012-03-02 13:49:25.000000000 +0100 +++ /var/tmp/diff_new_pack.GuE0H9/_new 2012-03-02 13:49:25.000000000 +0100 @@ -16,12 +16,13 @@ # + Name: osdlyrics Version: 0.4.2 Release: 0 -Summary: OSDlyrics is a third-party lyrics display program. +Summary: A third-party lyrics display program License: GPL-3.0 -Group: Applications/Multimedia +Group: Productivity/Multimedia/Sound/Visualization Url: http://code.google.com/p/osd-lyrics/ Source0: http://osd-lyrics.googlecode.com/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -41,14 +42,17 @@ BuildRequires: libtool BuildRequires: sqlite3-devel BuildRequires: update-desktop-files -Requires: dbus-1-glib , libglade2, libnotify, sqlite3 +BuildRequires: xmms2-devel +Requires: sqlite3 Requires: gtk2 -Requires: libcurl4 %if 0%{?suse_version} > 1210 -Patch0: glib.patch +Patch0: osdlyrics-glib.patch %endif +# These package are all in home:hillwood Obsoletes: osd-lyrics osdlyrics-beta osdlyrics-git +%lang_package + %description OSD Lyrics ==================== @@ -78,6 +82,7 @@ Rhythmbox Songbird VLC + XMMS2 =================== Authors: @@ -95,7 +100,7 @@ %build %configure --disable-mpd \ - --disable-xmms2 + --enable-xmms2 make %{?_smp_mflags} %install @@ -104,9 +109,6 @@ %find_lang %{name} -%clean -rm -rf $RPM_BUILD_ROOT - %post %if 0%{?suse_version} < 1140 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : @@ -131,7 +133,7 @@ %icon_theme_cache_post %endif -%files -f %{name}.lang +%files %defattr(-,root,root,-) %doc AUTHORS ChangeLog README %doc COPYING @@ -140,4 +142,6 @@ %{_datadir}/icons/hicolor/ %{_datadir}/osdlyrics/ +%files lang -f %{name}.lang + %changelog ++++++ osdlyrics-glib.patch ++++++ diff -Nur osdlyrics-0.4.2/src/ol_keybinder.h osdlyrics-0.4.2-new/src/ol_keybinder.h --- osdlyrics-0.4.2/src/ol_keybinder.h 2012-01-19 07:18:00.000000000 +0800 +++ osdlyrics-0.4.2-new/src/ol_keybinder.h 2012-01-19 10:08:36.493909000 +0800 @@ -24,7 +24,7 @@ #ifndef __DO_KEY_BINDER_H__ #define __DO_KEY_BINDER_H__ -#include <glib/gtypes.h> +#include <glib.h> G_BEGIN_DECLS -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org