Hello community,

here is the log from the commit of package jsoncpp for openSUSE:Factory checked 
in at 2020-06-26 21:45:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jsoncpp (Old)
 and      /work/SRC/openSUSE:Factory/.jsoncpp.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jsoncpp"

Fri Jun 26 21:45:18 2020 rev:27 rq:816916 version:1.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/jsoncpp/jsoncpp.changes  2020-06-24 
15:38:40.645902670 +0200
+++ /work/SRC/openSUSE:Factory/.jsoncpp.new.3060/jsoncpp.changes        
2020-06-26 21:45:44.221887460 +0200
@@ -1,0 +2,22 @@
+Wed Jun 24 19:10:43 UTC 2020 - Guillaume GARDET <[email protected]>
+
+- From 1.9.2 to 1.9.3, autolink.h has been dropped and 
+  config.h must be used so, create a symlink for compatibility
+
+-------------------------------------------------------------------
+Fri Jun 19 06:00:24 UTC 2020 - Martin Pluskal <[email protected]>
+
+- Update to version 1.9.3"
+  * Fixes to JSON_USE_EXCEPTION--some bugs creeped in breaking this
+    flag in pre-release.
+  * Fixes to build system--improvements have been make for code
+    correctness.
+  * Compile errors for various platforms have been resolved.
+  * Fuzzing has been fixed.
+  * Various bugs in the Reader and Writer code have been corrected.
+  * CPPTL support has been dropped.
+  * Various code improvements and optimizations.
+- Drop no longer needed patch:
+  * jsoncpp-f11611c8785082ead760494cba06196f14a06dcb.patch
+
+-------------------------------------------------------------------

Old:
----
  jsoncpp-1.9.2.tar.gz
  jsoncpp-f11611c8785082ead760494cba06196f14a06dcb.patch

New:
----
  jsoncpp-1.9.3.tar.gz

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

Other differences:
------------------
++++++ jsoncpp.spec ++++++
--- /var/tmp/diff_new_pack.rDL1MZ/_old  2020-06-26 21:45:46.449894592 +0200
+++ /var/tmp/diff_new_pack.rDL1MZ/_new  2020-06-26 21:45:46.461894630 +0200
@@ -16,17 +16,15 @@
 #
 
 
-%define sover   22
+%define sover   24
 Name:           jsoncpp
-Version:        1.9.2
+Version:        1.9.3
 Release:        0
 Summary:        C++ library that allows manipulating with JSON
 License:        MIT
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/open-source-parsers/jsoncpp
 Source0:        
https://github.com/open-source-parsers/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM - 
https://github.com/open-source-parsers/jsoncpp/commit/f11611c8785082ead760494cba06196f14a06dcb
-Patch1:         jsoncpp-f11611c8785082ead760494cba06196f14a06dcb.patch
 BuildRequires:  gcc-c++
 BuildRequires:  meson >= 0.50.0
 BuildRequires:  pkgconfig
@@ -69,11 +67,10 @@
 format to store user input files.
 
 %prep
-%setup -q
-%patch1 -p1
+%autosetup
 
 %build
-%meson \
+%meson
 %meson_build
 
 %install
@@ -82,6 +79,9 @@
 # From 1.9.1 to 1.9.2, features.h has been renamed json_features.h
 # so, create a symlink for compatibility
 ln -s json_features.h features.h
+# From 1.9.2 to 1.9.3, autolink.h has been dropped and config.h must be used
+# so, create a symlink for compatibility
+ln -s config.h autolink.h
 popd
 
 %check

++++++ jsoncpp-1.9.2.tar.gz -> jsoncpp-1.9.3.tar.gz ++++++
++++ 3925 lines of diff (skipped)


Reply via email to