jsoncpp/jsoncpp.changes
Martin Pluskal 327ec9a73b Accepting request 284239 from home:pluskalm:branches:devel:libraries:c_c++
- Patch jsoncpp-1.0.0-lib_suffix.patch is longer necessary
- Update to version 1.4:
  * Updated the type system's behavior, in order to better support 
    backwards compatibility with code that was written before 
    64-bit integer support was introduced.

OBS-URL: https://build.opensuse.org/request/show/284239
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=6
2015-02-06 18:24:02 +00:00

36 lines
1.4 KiB
Plaintext

-------------------------------------------------------------------
Thu Feb 5 20:07:09 UTC 2015 - mpluskal@suse.com
- Patch jsoncpp-1.0.0-lib_suffix.patch is longer necessary
- Update to version 1.4:
* Updated the type system's behavior, in order to better support
backwards compatibility with code that was written before
64-bit integer support was introduced.
-------------------------------------------------------------------
Sat Dec 20 17:31:29 UTC 2014 - mpluskal@suse.com
- Update packace categories
-------------------------------------------------------------------
Fri Dec 12 13:16:18 UTC 2014 - mpluskal@suse.com
- Enable cmake build
+ add fix for wrong lib_suffix - jsoncpp-1.0.0-lib_suffix.patch
- Disable building for i586 - jsonccp fails its unit tests
- Update to new release - 1.0.0:
+ Updated the type system's behavior, in order to better support backwards
compatibility with code that was written before 64-bit integer support was
introduced.
+ Compilation
-- New CMake based build system. Based in part on contribution from
Igor Okulist and Damien Buhl (Patch #14).
-- New header json/version.h now contains version number macros
(JSONCPP_VERSION_MAJOR, JSONCPP_VERSION_MINOR, JSONCPP_VERSION_PATCH
and JSONCPP_VERSION_HEXA).
-------------------------------------------------------------------
Fri Jul 25 07:43:07 UTC 2014 - mvyskocil@opensuse.org
- Initial packaging of jsoncpp for openSUSE