Hello community, here is the log from the commit of package json-c for openSUSE:Factory checked in at 2013-03-10 10:54:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/json-c (Old) and /work/SRC/openSUSE:Factory/.json-c.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "json-c", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/json-c/json-c.changes 2013-03-08 11:20:50.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.json-c.new/json-c.changes 2013-03-10 10:54:08.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Mar 10 08:38:30 UTC 2013 - [email protected] + +- add json-c-fix-headers.patch from master branch to fix compilation + of apps using the lib + +------------------------------------------------------------------- New: ---- json-c-fix-headers.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ json-c.spec ++++++ --- /var/tmp/diff_new_pack.smoQe4/_old 2013-03-10 10:54:10.000000000 +0100 +++ /var/tmp/diff_new_pack.smoQe4/_new 2013-03-10 10:54:10.000000000 +0100 @@ -30,6 +30,8 @@ Source1: baselibs.conf #Redone 0.10 patches Patch0: %{name}-lfs.patch +# taken from master +Patch1: %{name}-fix-headers.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool BuildRequires: pkg-config @@ -70,6 +72,7 @@ %setup -q -n %{name}-%{version} # Redone patches %patch0 -p1 +%patch1 -p1 %build autoreconf -fiv ++++++ json-c-fix-headers.patch ++++++ Index: json-c-0.10/Makefile.am =================================================================== --- json-c-0.10.orig/Makefile.am +++ json-c-0.10/Makefile.am @@ -17,6 +17,7 @@ libjsoninclude_HEADERS = \ json_config.h \ json_inttypes.h \ json_object.h \ + json_object_iterator.h \ json_object_private.h \ json_tokener.h \ json_util.h \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
