6d89ed0a4e
Fix build with GCC 7 OBS-URL: https://build.opensuse.org/request/show/500541 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rapidjson?expand=0&rev=3
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jun 2 08:03:34 UTC 2017 - christophe@krop.fr
|
|
|
|
- Add fix_compilation_gcc7.patch. Fixes build with GCC >= 7.0
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 10 14:11:09 UTC 2016 - adam.majer@suse.de
|
|
|
|
- Added BuildRoot so we can actually build for SLE11
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 30 12:49:18 UTC 2016 - adam.majer@suse.de
|
|
|
|
- New upstream version 1.1.0
|
|
* Added JSON Pointer
|
|
* Added JSON Schema
|
|
* Added relaxed JSON syntax (comment, trailing comma,
|
|
NaN/Infinity)
|
|
* Iterating array/object with C++11 Range-based for loop
|
|
* Reduce memory overhead of each Value from 24 bytes to 16 bytes
|
|
in x86-64 architecture.
|
|
* full changeset at
|
|
https://github.com/miloyip/rapidjson/releases/tag/v1.1.0
|
|
- remove_arch_specific_flags.patch: remove architecture specific
|
|
compiler flags.
|
|
- merge doc into devel package, it only adds about 20kB
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 20 12:56:56 UTC 2016 - tbechtold@suse.com
|
|
|
|
- Initial packaging (version 1.0.2)
|
|
|