Accepting request 259763 from home:SannisDev:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/259763 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=12
This commit is contained in:
parent
cebc7e4090
commit
b4e434dabc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2cc63ee7f6dcda6c9a8f0b558f94b8f25f048706b7cbd6a79d3e877b738cd4d
|
||||
size 319429
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlL6cYAACgkQN4ICptTjmzYEYgCgp1aKUXcOjgYheLdCKlfpHBfJ
|
||||
hGEAoKx9Tp5nEvXez2TTPS86bw62GwBR
|
||||
=Iq98
|
||||
-----END PGP SIGNATURE-----
|
3
jansson-2.7.tar.bz2
Normal file
3
jansson-2.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:459f2b7cf22fb676286723f26169a17cf111fbfb6f54e3dc2ec6b6f9f4a97bdc
|
||||
size 357335
|
7
jansson-2.7.tar.bz2.asc
Normal file
7
jansson-2.7.tar.bz2.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlQtL88ACgkQN4ICptTjmzZCTgCfcsQ/KEo4nrjjSaHT3JPqAiM/
|
||||
k70AoNF8Jg+jpWSXq2ZKpRUlSrGqlric
|
||||
=/XTg
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 05 10:18:23 UTC 2014 - efimovov@gmail.com
|
||||
|
||||
- Update to new upstream release 2.7
|
||||
* The json_pack et al functions recognize the specifiers "s%", "+%"
|
||||
and "+#"
|
||||
* Add length-aware string constructors "json_stringn()" and
|
||||
"json_stringn_nocheck()", length-aware string mutators
|
||||
"json_string_setn()" and "json_string_setn_nocheck()",
|
||||
and a function for getting string's length "json_string_length()"
|
||||
* Support ""\u0000"" escapes in the decoder. The support can be
|
||||
enabled by using the ""JSON_ALLOW_NUL"" decoding flag
|
||||
* Add "json_boolean_value()" as an alias for "json_is_true()"
|
||||
* Add JSON_REAL_PRECISION encoding flag/macro for controlling real
|
||||
number precision
|
||||
* Define the maximum indentation as JSON_MAX_INDENT.
|
||||
* Fix cases when some malformed ""\uNNNN"" escapes could crash
|
||||
the decoder with an assertion failure
|
||||
* Avoid integer overflows with very long strings in UTF-8 decoder
|
||||
and hashtable
|
||||
* Check for *NULL* key in "json_object_get()"
|
||||
and "json_object_del()"
|
||||
* "json_unpack()": Allow mixing JSON_STRICT with optional keys.
|
||||
* Fix int/int32 mismatch
|
||||
* Parse subnormal numbers correctly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 18:59:04 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -17,15 +17,15 @@
|
||||
|
||||
|
||||
Name: libjansson
|
||||
%define lname libjansson4
|
||||
%define lname libjansson4
|
||||
Summary: C library for encoding, decoding and manipulating JSON data
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 2.6
|
||||
Version: 2.7
|
||||
Release: 0
|
||||
Url: http://digip.org/jansson/
|
||||
|
||||
#Git-Clone: git://github.com/akheron/jansson
|
||||
#Git-Clone: git://github.com/akheron/jansson
|
||||
Source: http://www.digip.org/jansson/releases/jansson-%version.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
Source2: http://www.digip.org/jansson/releases/jansson-%version.tar.bz2.asc
|
||||
|
Loading…
Reference in New Issue
Block a user