- 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
This commit is contained in:
Martin Pluskal 2015-03-15 19:41:45 +00:00 committed by Git OBS Bridge
parent 525d093a1a
commit 5a4dbc8701
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc5bee86ecd3acd80227630fac41ba7925f3bf0be6e559e30567750d57b2d7c0
size 197384

3
1.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff6953394be63be1c72732a7e8f152e0281bd2a8098ff04d7e81f8a167b4c139
size 198286

View File

@ -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

View File

@ -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