Martin Pluskal
5b07616369
- Update to version 1.8.0:
...
* Build related changes, minimal required cmake is 3.1
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=39
2017-01-02 15:46:06 +00:00
Martin Pluskal
0d6d3e2cc9
Accepting request 435072 from home:olh:branches:devel:libraries:c_c++
...
- Require cmake 3.0.2 for make_jobs
OBS-URL: https://build.opensuse.org/request/show/435072
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=37
2016-10-14 07:39:05 +00:00
Martin Pluskal
cdafce350d
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=35
2016-10-07 10:30:16 +00:00
Martin Pluskal
8d80685ead
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
2016-10-07 10:22:12 +00:00
Martin Pluskal
c769eb373b
- Update to version 1.7.4:
...
* Fix pkg-config
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=32
2016-07-23 07:36:43 +00:00
Martin Pluskal
46e811d964
- Update to version 1.7.3:
...
* Fix static initialization of null with Myers Singleton.
* Fix other minor compiler and installation problems and
warnings.
* Fix amalgamated header.
- Drop -doc subpackage
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=30
2016-06-30 08:49:01 +00:00
Martin Pluskal
c94244f17a
- Update to 1.7.2
...
* Fix a clang warning
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=28
2016-04-02 09:45:22 +00:00
Martin Pluskal
e4efc77951
- Update to 1.7.1
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=26
2016-03-23 19:40:21 +00:00
Martin Pluskal
9d03be8078
- Update to 1.6.5
...
* Other changes are just comments.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=24
2015-07-28 07:35:16 +00:00
Martin Pluskal
00f32709bf
Accepting request 298129 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to 1.6.2
* Do not truncate output at embedded zeroes.
OBS-URL: https://build.opensuse.org/request/show/298129
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=22
2015-04-20 08:39:02 +00:00
Martin Pluskal
c5c0e40634
Accepting request 294481 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to 1.6.1
* Fix compilation error for snprintf() for some compilers.
- Update category for documentation
OBS-URL: https://build.opensuse.org/request/show/294481
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=20
2015-04-04 10:38:52 +00:00
Martin Pluskal
5a4dbc8701
- 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
2015-03-15 19:41:45 +00:00
Martin Pluskal
525d093a1a
- Use graphviz-gd so that we can generate png files in
...
documentation
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=17
2015-03-09 09:07:03 +00:00
Martin Pluskal
6f12e215f1
- Create and install cmake files
...
- Define libname to make maintenance easier
- Update to 1.5.4
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=16
2015-03-09 08:47:04 +00:00
Martin Pluskal
e073da9ea5
- Add missing dependency on graphviz
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=15
2015-03-06 18:26:09 +00:00
Martin Pluskal
1c7c407ff6
Accepting request 289710 from home:pluskalm:branches:devel:libraries:c_c++
...
- Correct rpm group
- Update to 1.5.2
* Fixed compile error for VS2013.
* Added operator[] to Builders. (Builders are not yet widely
used, and 0.9.z is very new, so we have not bumped the minor
version number.)
- Changes for 1.5.1
* Plus a minor bug-fix. (For the Builders, ::validate() was
always returning true.)
OBS-URL: https://build.opensuse.org/request/show/289710
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=14
2015-03-06 18:19:09 +00:00
Martin Pluskal
122074b65d
Accepting request 288763 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to 1.5.0
OBS-URL: https://build.opensuse.org/request/show/288763
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=12
2015-03-03 21:53:30 +00:00
Martin Pluskal
153ca6c42a
Accepting request 287528 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to 1.4.4
* The odd allowDroppedNullPlaceholders feature of Readers
(corresponding to dropNullPlaceholders in Writers) can be
helpful when parsing javascript as JSON, when null elements
have been discarded.
- Build doc package as noarch
OBS-URL: https://build.opensuse.org/request/show/287528
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=10
2015-02-24 14:21:25 +00:00
Stephan Kulow
fce009da28
Accepting request 286566 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to 1.4.2:
* minor cleanups
OBS-URL: https://build.opensuse.org/request/show/286566
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=8
2015-02-18 07:22:30 +00:00
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
Dominique Leuenberger
e9ca618d0e
Accepting request 266007 from devel:libraries:c_c++
...
New package, starting to become popular and thus good to have.
OBS-URL: https://build.opensuse.org/request/show/266007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=1
2015-01-08 22:01:17 +00:00
Martin Pluskal
cd4710ca16
- Update packace categories
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=4
2014-12-20 17:33:10 +00:00
Martin Pluskal
57409df88d
Lets have only important changes in changelog
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=3
2014-12-13 11:17:56 +00:00
Ismail Dönmez
ca913d72ec
Accepting request 264997 from home:pluskalm:branches:devel:libraries:c_c++
...
New release (1.0.0), enable cmake building
OBS-URL: https://build.opensuse.org/request/show/264997
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=2
2014-12-12 13:26:32 +00:00
Stephan Kulow
62ac1ebd28
Accepting request 242353 from home:mvyskocil:branches:devel:libraries:c_c++
...
doc can't require package name
OBS-URL: https://build.opensuse.org/request/show/242353
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=1
2014-07-26 09:41:43 +00:00