From 1c7c407ff622f5a57964d432688fde9a474434ea98b182626719896e8850a181 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 6 Mar 2015 18:19:09 +0000 Subject: [PATCH] Accepting request 289710 from home:pluskalm:branches:devel:libraries:c_c++ - Correct rpm group - Update to 1.5.2 * Fixed compile error for VS2013. * Added operator[] to Builders. (Builders are not yet widely used, and 0.9.z is very new, so we have not bumped the minor version number.) - Changes for 1.5.1 * Plus a minor bug-fix. (For the Builders, ::validate() was always returning true.) OBS-URL: https://build.opensuse.org/request/show/289710 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=14 --- 1.5.0.tar.gz | 3 --- 1.5.2.tar.gz | 3 +++ jsoncpp.changes | 13 +++++++++++++ jsoncpp.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 1.5.0.tar.gz create mode 100644 1.5.2.tar.gz diff --git a/1.5.0.tar.gz b/1.5.0.tar.gz deleted file mode 100644 index 4c9f54b..0000000 --- a/1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2a34012f2d4d3d4a15a3828bd90fc218f302f5f9a93bd413b596b2fe41fbfbf -size 196286 diff --git a/1.5.2.tar.gz b/1.5.2.tar.gz new file mode 100644 index 0000000..23409a0 --- /dev/null +++ b/1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d5ad859d86588285526627cec74afeadeb9bc6b7dc3c327ec3d14ac5c380dd +size 196493 diff --git a/jsoncpp.changes b/jsoncpp.changes index 842f566..43aa627 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Mar 6 18:16:35 UTC 2015 - mpluskal@suse.com + +- Correct rpm group +- Update to 1.5.2 + * Fixed compile error for VS2013. + * Added operator[] to Builders. (Builders are not yet widely + used, and 0.9.z is very new, so we have not bumped the minor + version number.) +- Changes for 1.5.1 + * Plus a minor bug-fix. (For the Builders, ::validate() was + always returning true.) + ------------------------------------------------------------------- Tue Mar 3 21:44:38 UTC 2015 - mpluskal@suse.com diff --git a/jsoncpp.spec b/jsoncpp.spec index f286e6e..5029753 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -17,11 +17,11 @@ Name: jsoncpp -Version: 1.5.0 +Version: 1.5.2 Release: 0 Summary: C++ library that allows manipulating with JSON License: MIT -Group: Devel/Libraries/C and C++ +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 BuildRequires: cmake