Hello community,

here is the log from the commit of package libucil for openSUSE:Factory checked 
in at 2013-02-23 16:37:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libucil (Old)
 and      /work/SRC/openSUSE:Factory/.libucil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libucil", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libucil/libucil.changes  2012-11-26 
18:59:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libucil.new/libucil.changes     2013-02-23 
16:37:14.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb 15 14:06:04 UTC 2013 - pgaj...@suse.com
+
+- build also against libpng16
+  * libpng16.patch
+
+-------------------------------------------------------------------

New:
----
  libucil-libpng16.patch

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

Other differences:
------------------
++++++ libucil.spec ++++++
--- /var/tmp/diff_new_pack.y39Sm7/_old  2013-02-23 16:37:15.000000000 +0100
+++ /var/tmp/diff_new_pack.y39Sm7/_new  2013-02-23 16:37:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libucil
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -36,6 +36,8 @@
 BuildRequires:  pkgconfig(pango)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Patch0:         libucil-pkgconfig.patch
+# following patch sent to a...@unicap-imaging.org
+Patch1:         libucil-libpng16.patch
 
 %description
 The ucil library provides easy to use functions to render text and graphic 
overlays onto video images.
@@ -68,6 +70,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 %configure --enable-gpl \

++++++ libucil-libpng16.patch ++++++
Index: libucil-0.9.10/src/ucil_png.c
===================================================================
--- 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>
Index: libucil-0.9.10/src/ucil_ppm.c
===================================================================
--- libucil-0.9.10.orig/src/ucil_ppm.c
+++ libucil-0.9.10/src/ucil_ppm.c
@@ -3,6 +3,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to