Hello community,

here is the log from the commit of package qrencode for openSUSE:Factory 
checked in at 2013-02-18 13:59:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qrencode (Old)
 and      /work/SRC/openSUSE:Factory/.qrencode.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qrencode", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes        2012-12-03 
11:31:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes   2013-02-18 
13:59:37.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb 15 11:48:31 UTC 2013 - [email protected]
+
+- build also against libpng16
+  * libpng16.patch
+
+-------------------------------------------------------------------

New:
----
  qrencode-libpng16.patch

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

Other differences:
------------------
++++++ qrencode.spec ++++++
--- /var/tmp/diff_new_pack.7bjSxn/_old  2013-02-18 13:59:37.000000000 +0100
+++ /var/tmp/diff_new_pack.7bjSxn/_new  2013-02-18 13:59:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qrencode
 #
-# 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
@@ -24,6 +24,8 @@
 Group:          Development/Libraries/C and C++
 Url:            http://fukuchi.org/works/qrencode/index.en.html
 Source:         http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM libharu-libpng16.patch -- fix build with libpng 1.6.0, 
sent to [email protected]
+Patch0:         qrencode-libpng16.patch
 BuildRequires:  pkg-config
 %if !0%{?sles_version}
 BuildRequires:  pkgconfig(libpng)
@@ -58,6 +60,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --with-tools

++++++ qrencode-libpng16.patch ++++++
Index: qrencode-3.4.1/qrenc.c
===================================================================
--- qrencode-3.4.1.orig/qrenc.c
+++ qrencode-3.4.1/qrenc.c
@@ -26,6 +26,7 @@
 #endif
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <png.h>
 #include <getopt.h>
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to