From 00f32709bf7c234951b1244b0c2d4b195b47f2798e42b70e557cb9aa32f42d47 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 20 Apr 2015 08:39:02 +0000 Subject: [PATCH] Accepting request 298129 from home:pluskalm:branches:devel:libraries:c_c++ - Update to 1.6.2 * Do not truncate output at embedded zeroes. OBS-URL: https://build.opensuse.org/request/show/298129 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=22 --- 1.6.1.tar.gz | 3 --- 1.6.2.tar.gz | 3 +++ jsoncpp.changes | 6 ++++++ jsoncpp.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 1.6.1.tar.gz create mode 100644 1.6.2.tar.gz diff --git a/1.6.1.tar.gz b/1.6.1.tar.gz deleted file mode 100644 index f31f577..0000000 --- a/1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:606a38472b3db11fc7bb036f7a962ba64fa7032a09c2b2df190439bb2930c9c3 -size 198326 diff --git a/1.6.2.tar.gz b/1.6.2.tar.gz new file mode 100644 index 0000000..068aaa4 --- /dev/null +++ b/1.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40e5a2583df633b904525305bda40b622d9971fee1ece7ce48ca723a4907d36 +size 198824 diff --git a/jsoncpp.changes b/jsoncpp.changes index 26d9c74..6d75e41 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 20 08:34:04 UTC 2015 - mpluskal@suse.com + +- Update to 1.6.2 + * Do not truncate output at embedded zeroes. + ------------------------------------------------------------------- Sat Apr 4 10:33:42 UTC 2015 - mpluskal@suse.com diff --git a/jsoncpp.spec b/jsoncpp.spec index 12ea44e..91fc557 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -18,7 +18,7 @@ %define libname lib%{name}1 Name: jsoncpp -Version: 1.6.1 +Version: 1.6.2 Release: 0 Summary: C++ library that allows manipulating with JSON License: MIT