diff --git a/jansson-2.6.tar.bz2 b/jansson-2.6.tar.bz2 deleted file mode 100644 index aafbac0..0000000 --- a/jansson-2.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2cc63ee7f6dcda6c9a8f0b558f94b8f25f048706b7cbd6a79d3e877b738cd4d -size 319429 diff --git a/jansson-2.6.tar.bz2.asc b/jansson-2.6.tar.bz2.asc deleted file mode 100644 index b56762e..0000000 --- a/jansson-2.6.tar.bz2.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.11 (GNU/Linux) - -iEYEABECAAYFAlL6cYAACgkQN4ICptTjmzYEYgCgp1aKUXcOjgYheLdCKlfpHBfJ -hGEAoKx9Tp5nEvXez2TTPS86bw62GwBR -=Iq98 ------END PGP SIGNATURE----- diff --git a/jansson-2.7.tar.bz2 b/jansson-2.7.tar.bz2 new file mode 100644 index 0000000..ba2419d --- /dev/null +++ b/jansson-2.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459f2b7cf22fb676286723f26169a17cf111fbfb6f54e3dc2ec6b6f9f4a97bdc +size 357335 diff --git a/jansson-2.7.tar.bz2.asc b/jansson-2.7.tar.bz2.asc new file mode 100644 index 0000000..fdf2d34 --- /dev/null +++ b/jansson-2.7.tar.bz2.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEABECAAYFAlQtL88ACgkQN4ICptTjmzZCTgCfcsQ/KEo4nrjjSaHT3JPqAiM/ +k70AoNF8Jg+jpWSXq2ZKpRUlSrGqlric +=/XTg +-----END PGP SIGNATURE----- diff --git a/libjansson.changes b/libjansson.changes index e042a63..3a460a3 100644 --- a/libjansson.changes +++ b/libjansson.changes @@ -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 diff --git a/libjansson.spec b/libjansson.spec index a93e0e0..131bf2e 100644 --- a/libjansson.spec +++ b/libjansson.spec @@ -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