From 8d80685ead922ec760fd8e7b032ab1df468d35abdc45cfb7644f9ad0a0403f37 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 7 Oct 2016 10:22:12 +0000 Subject: [PATCH] Accepting request 433730 from home:nmoudra:branches:devel:libraries:c_c++ - Update to vesrion 1.7.7: * At the suggestion of Peter Spiess-Knafl, we will bump the SOVERSION independent of the MAJOR.MINOR.MICRO version, in case we break binary compatibility. - Changes for version 1.7.6: * Prevent possible SEGV. (Thanks to @ngg.) * Add RPATH for OSX libs. (Please let us know if this causes a problem.) - Changes for version 1.7.5: * Fix locale for decimal points + Plus a fix for Android * int64_t for 64-bit integers * Optionally suppress space after comma * Avoid null for empty stringValue * Fix null ctor/dtor, using a "Meyers Singleton" + Thanks to @marklakata and @BillyDonahue in #488 in #490. OBS-URL: https://build.opensuse.org/request/show/433730 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=34 --- jsoncpp-1.7.4.tar.gz | 3 --- jsoncpp-1.7.7.tar.gz | 3 +++ jsoncpp.changes | 20 ++++++++++++++++++++ jsoncpp.spec | 6 +++--- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 jsoncpp-1.7.4.tar.gz create mode 100644 jsoncpp-1.7.7.tar.gz diff --git a/jsoncpp-1.7.4.tar.gz b/jsoncpp-1.7.4.tar.gz deleted file mode 100644 index d252bdb..0000000 --- a/jsoncpp-1.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10dcd0677e80727e572a1e462193e51a5fde3e023b99e144b2ee1a469835f769 -size 205752 diff --git a/jsoncpp-1.7.7.tar.gz b/jsoncpp-1.7.7.tar.gz new file mode 100644 index 0000000..7ee88a2 --- /dev/null +++ b/jsoncpp-1.7.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087640ebcf7fbcfe8e2717a0b9528fff89c52fcf69fa2a18cc2b538008098f97 +size 206072 diff --git a/jsoncpp.changes b/jsoncpp.changes index 8d4c0c2..a4a2f17 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Oct 7 09:12:22 UTC 2016 - nmoudra@suse.com + +- Update to vesrion 1.7.7: + * At the suggestion of Peter Spiess-Knafl, we will bump the + SOVERSION independent of the MAJOR.MINOR.MICRO version, + in case we break binary compatibility. +- Changes for version 1.7.6: + * Prevent possible SEGV. (Thanks to @ngg.) + * Add RPATH for OSX libs. (Please let us know if this causes + a problem.) +- Changes for version 1.7.5: + * Fix locale for decimal points + + Plus a fix for Android + * int64_t for 64-bit integers + * Optionally suppress space after comma + * Avoid null for empty stringValue + * Fix null ctor/dtor, using a "Meyers Singleton" + + Thanks to @marklakata and @BillyDonahue in #488 in #490. + ------------------------------------------------------------------- Sat Jul 23 07:33:16 UTC 2016 - mpluskal@suse.com diff --git a/jsoncpp.spec b/jsoncpp.spec index 3eb5733..f93ea98 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -16,9 +16,9 @@ # -%define sover 1 +%define sover 11 Name: jsoncpp -Version: 1.7.4 +Version: 1.7.7 Release: 0 Summary: C++ library that allows manipulating with JSON License: MIT @@ -86,7 +86,7 @@ rm -rf %{buildroot}%{_libdir}/lib%{name}.a %files -n lib%{name}%{sover} %defattr(-,root,root) %doc LICENSE -%{_libdir}/lib%{name}.so.%{sover}* +%{_libdir}/lib%{name}.so.* %files devel %defattr(-,root,root)