Hello community, here is the log from the commit of package libustr for openSUSE:Factory checked in at 2013-10-08 10:56:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libustr (Old) and /work/SRC/openSUSE:Factory/.libustr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libustr" Changes: -------- --- /work/SRC/openSUSE:Factory/libustr/libustr.changes 2013-05-16 18:17:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libustr.new/libustr.changes 2013-10-08 10:56:13.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Oct 7 08:56:14 UTC 2013 - [email protected] + +- libustr-warning.patch: Fix -Wundef warning in installed header + +------------------------------------------------------------------- New: ---- libustr-warning.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libustr.spec ++++++ --- /var/tmp/diff_new_pack.yTmcyp/_old 2013-10-08 10:56:15.000000000 +0200 +++ /var/tmp/diff_new_pack.yTmcyp/_new 2013-10-08 10:56:15.000000000 +0200 @@ -27,6 +27,7 @@ Source1: rpmlintrc Source2: baselibs.conf Patch0: %{name}-%{version}-c99-inline.patch +Patch1: libustr-warning.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkg-config @@ -70,6 +71,7 @@ %prep %setup -q -n ustr-%{version} %patch0 +%patch1 -p1 %build make all-shared %{?_smp_mflags} HIDE= CFLAGS="%optflags -fPIC" CC="%{__cc} -std=gnu89" ++++++ libustr-warning.patch ++++++ Index: ustr-1.0.4/ustr-compiler.h =================================================================== --- ustr-1.0.4.orig/ustr-compiler.h +++ ustr-1.0.4/ustr-compiler.h @@ -16,7 +16,7 @@ #ifdef va_copy # define USTR_CONF_HAVE_VA_COPY 1 # define USTR__VA_COPY(x, y) va_copy(x, y) -#elif __va_copy +#elif defined __va_copy # define USTR_CONF_HAVE_VA_COPY 1 # define USTR__VA_COPY(x, y) __va_copy(x, y) #else -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
