Hello community, here is the log from the commit of package osdlyrics for openSUSE:Factory checked in at 2012-11-18 20:26:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-06-05 15:33:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.osdlyrics.new/osdlyrics.changes 2012-11-18 20:26:12.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Nov 16 19:26:26 UTC 2012 - [email protected] + +- Fix missing include (add patch patches/osdlyrics-includes.patch). + +------------------------------------------------------------------- New: ---- osdlyrics-includes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osdlyrics.spec ++++++ --- /var/tmp/diff_new_pack.rYbrxl/_old 2012-11-18 20:26:12.000000000 +0100 +++ /var/tmp/diff_new_pack.rYbrxl/_new 2012-11-18 20:26:12.000000000 +0100 @@ -16,7 +16,6 @@ # - Name: osdlyrics Version: 0.4.3 Release: 0 @@ -25,6 +24,7 @@ Group: Productivity/Multimedia/Sound/Visualization Url: http://code.google.com/p/osd-lyrics/ Source0: http://osd-lyrics.googlecode.com/files/%{name}-%{version}.tar.gz +Patch1: osdlyrics-includes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake @@ -47,11 +47,13 @@ %else BuildRequires: xmms2-devel %endif -Requires: sqlite3 Requires: gtk2 +Requires: sqlite3 # These package are all in home:hillwood -Obsoletes: osd-lyrics osdlyrics-beta osdlyrics-git +Obsoletes: osd-lyrics +Obsoletes: osdlyrics-beta +Obsoletes: osdlyrics-git %lang_package @@ -96,6 +98,7 @@ %prep %setup -q -n osdlyrics-%{version} +%patch1 -p1 %build %configure --disable-mpd \ ++++++ osdlyrics-includes.patch ++++++ Index: osdlyrics-0.4.3/src/ol_singleton.c =================================================================== --- osdlyrics-0.4.3.orig/src/ol_singleton.c +++ osdlyrics-0.4.3/src/ol_singleton.c @@ -24,6 +24,7 @@ #include <errno.h> #include <sys/stat.h> #include <stdio.h> +#include <stdint.h> #include "ol_singleton.h" #include "config.h" #include "ol_debug.h" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
