Hello community,

here is the log from the commit of package libucil for openSUSE:Factory checked 
in at 2014-06-01 19:40:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libucil (Old)
 and      /work/SRC/openSUSE:Factory/.libucil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libucil"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libucil/libucil.changes  2013-02-23 
16:37:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libucil.new/libucil.changes     2014-06-01 
19:40:22.000000000 +0200
@@ -1,0 +2,8 @@
+Sun May 25 17:48:36 UTC 2014 - [email protected]
+
+- rename libpn16 patch to libucil-includes.patch and update
+  it to include missing <ctype.h> includes.
+
+- Use LFS_CFLAGS in 32 bit systems.
+
+-------------------------------------------------------------------

Old:
----
  libucil-libpng16.patch

New:
----
  libucil-includes.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libucil.spec ++++++
--- /var/tmp/diff_new_pack.0OCk8k/_old  2014-06-01 19:40:23.000000000 +0200
+++ /var/tmp/diff_new_pack.0OCk8k/_new  2014-06-01 19:40:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libucil
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Patch0:         libucil-pkgconfig.patch
 # following patch sent to [email protected]
-Patch1:         libucil-libpng16.patch
+Patch1:         libucil-includes.patch
 
 %description
 The ucil library provides easy to use functions to render text and graphic 
overlays onto video images.
@@ -73,6 +73,7 @@
 %patch1 -p1
 
 %build
+export CFLAGS="%optflags $(getconf LFS_CFLAGS) -D_GNU_SOURCE"
 %configure --enable-gpl \
            --enable-ucil-alsa \
            --enable-ucil-gstreamer \

++++++ libucil-includes.patch ++++++
--- libucil-0.9.10.orig/src/ucil_png.c
+++ libucil-0.9.10/src/ucil_png.c
@@ -10,6 +10,7 @@
 #include "config.h"
 
 #include <stdlib.h>
+#include <string.h>
 #include <png.h>
 #include <unicap.h>
 #include <glib.h>
--- libucil-0.9.10.orig/src/ucil_ppm.c
+++ libucil-0.9.10/src/ucil_ppm.c
@@ -3,12 +3,13 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <string.h>
-
+#include <ctype.h>
 
 int nextval( int fd )
 {
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to