From 5a4dbc87013c8005d1eba65f1a394e87ef673d2538588eaa56ed66ddbbfaabcc Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 15 Mar 2015 19:41:45 +0000 Subject: [PATCH] - Cleanup spec file with spec-cleaner - Use url for source OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=19 --- 1.5.4.tar.gz | 3 --- 1.6.0.tar.gz | 3 +++ jsoncpp.changes | 13 +++++++++++++ jsoncpp.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 1.5.4.tar.gz create mode 100644 1.6.0.tar.gz diff --git a/1.5.4.tar.gz b/1.5.4.tar.gz deleted file mode 100644 index 8403940..0000000 --- a/1.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc5bee86ecd3acd80227630fac41ba7925f3bf0be6e559e30567750d57b2d7c0 -size 197384 diff --git a/1.6.0.tar.gz b/1.6.0.tar.gz new file mode 100644 index 0000000..1f37fcb --- /dev/null +++ b/1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6953394be63be1c72732a7e8f152e0281bd2a8098ff04d7e81f8a167b4c139 +size 198286 diff --git a/jsoncpp.changes b/jsoncpp.changes index 2cb5ee7..ddb6da8 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Mar 15 19:40:03 UTC 2015 - mpluskal@suse.com + +- Update to 1.6.0 + * Added Json::Exception, plus derived types: + Json::RuntimeError + Json::LogicError + * Clarified when exceptions are thrown. + * If you are trapping std::exception, nothing will change for you. + * Fixed deprecation macro. (Thx to @Dani-Hub.) + * Fixed compilation error for gcc-4.8. (Thx to @connormanning.) + * Fixed CharReader::Factory base. (Thx to Tengiz Sharafiev.) + ------------------------------------------------------------------- Mon Mar 9 09:05:55 UTC 2015 - mpluskal@suse.com diff --git a/jsoncpp.spec b/jsoncpp.spec index 8a1b9c4..1f18a03 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -18,7 +18,7 @@ %define libname lib%{name}1 Name: jsoncpp -Version: 1.5.4 +Version: 1.6.0 Release: 0 Summary: C++ library that allows manipulating with JSON License: MIT