Hello community, here is the log from the commit of package libFS for openSUSE:Factory checked in at 2012-07-18 17:24:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libFS (Old) and /work/SRC/openSUSE:Factory/.libFS.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libFS", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libFS/libFS.changes 2012-05-08 11:57:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libFS.new/libFS.changes 2012-07-18 17:24:03.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Jul 13 13:50:12 UTC 2012 - [email protected] + +- Added U_prototype_error.patch + + Upstream fix for a prototype + +------------------------------------------------------------------- New: ---- U_prototype_error.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libFS.spec ++++++ --- /var/tmp/diff_new_pack.yPPu5z/_old 2012-07-18 17:24:04.000000000 +0200 +++ /var/tmp/diff_new_pack.yPPu5z/_new 2012-07-18 17:24:04.000000000 +0200 @@ -29,6 +29,9 @@ #Git-Web: http://cgit.freedesktop.org/xorg/lib/libFS/ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 Source2: baselibs.conf + +Patch1: U_prototype_error.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool BuildRequires: pkgconfig @@ -64,6 +67,8 @@ %prep %setup -q +%patch1 -p1 + %build %configure --docdir=%_docdir/%name --disable-static make %{?_smp_mflags} ++++++ U_prototype_error.patch ++++++ >From 56c83935a873fa7c6bb0c8c7d9f755ee08439aa5 Mon Sep 17 00:00:00 2001 From: Thomas Klausner <[email protected]> Date: Thu, 12 Jul 2012 12:39:26 +0000 Subject: Fix a prototype error Per NetBSD PR 41899 from Henning Petersen. Signed-off-by: Thomas Klausner <[email protected]> Signed-off-by: Julien Cristau <[email protected]> --- diff --git a/src/FSlibInt.c b/src/FSlibInt.c index db9cc47..a04d3cd 100644 --- a/src/FSlibInt.c +++ b/src/FSlibInt.c @@ -1194,7 +1194,7 @@ doData16( } void -Data16(svr, data, len) +Data16( FSServer *svr, short *data, unsigned len) -- -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
