Hello community,

here is the log from the commit of package jsoncpp for openSUSE:Factory checked 
in at 2015-02-06 22:38:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jsoncpp (Old)
 and      /work/SRC/openSUSE:Factory/.jsoncpp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jsoncpp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jsoncpp/jsoncpp.changes  2015-01-08 
23:01:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.jsoncpp.new/jsoncpp.changes     2015-02-06 
22:38:27.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Feb  5 20:07:09 UTC 2015 - [email protected]
+
+- Patch jsoncpp-1.0.0-lib_suffix.patch is longer necessary
+- Update to version 1.4:
+  * Updated the type system's behavior, in order to better support 
+    backwards compatibility with code that was written before 
+    64-bit integer support was introduced.
+-------------------------------------------------------------------

Old:
----
  1.0.0.tar.gz
  jsoncpp-1.0.0-lib_suffix.patch

New:
----
  1.4.0.tar.gz

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

Other differences:
------------------
++++++ jsoncpp.spec ++++++
--- /var/tmp/diff_new_pack.mcUCwx/_old  2015-02-06 22:38:28.000000000 +0100
+++ /var/tmp/diff_new_pack.mcUCwx/_new  2015-02-06 22:38:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jsoncpp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,20 @@
 
 
 Name:           jsoncpp
-Version:        1.0.0
+Version:        1.4.0
 Release:        0
 Summary:        C++ library that allows manipulating with JSON
 License:        MIT
 Group:          Devel/Libraries/C and C++
 Url:            https://github.com/open-source-parsers/jsoncpp
 Source0:        
https://github.com/open-source-parsers/%{name}/archive/%{version}.tar.gz
-Patch0:         jsoncpp-1.0.0-lib_suffix.patch
 BuildRequires:  cmake
 BuildRequires:  doxygen
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  python
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# On i386, jsoncpp fails it's own unittests
-ExcludeArch:   i586
 
 %description
 JSON is a lightweight data-interchange format. It can represent numbers,
@@ -85,19 +83,19 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-python doxybuild.py --doxygen=%{_bindir}/doxygen
+python doxybuild.py --doxygen=%{_bindir}/doxygen --open --with-dot
 
 # path needs to be exported otherwise unit tests will fail
-export 
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{_builddir}/%{name}-%{version}/build/lib
+export 
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{_builddir}/%{name}-%{version}/build/src/lib_json
 %cmake -DJSONCPP_LIB_BUILD_SHARED=ON
 
 make %{?_smp_mflags}
 
 %install
 %cmake_install
+%fdupes -s %{buildroot}
 
 %post -n lib%{name}1 -p /sbin/ldconfig
 

++++++ 1.0.0.tar.gz -> 1.4.0.tar.gz ++++++
++++ 4307 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to