17 Commits

Author SHA256 Message Date
04e732cbc6 Accepting request 648586 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/648586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjansson?expand=0&rev=11
2018-11-26 09:12:37 +00:00
7084e13e03 Accepting request 647643 from home:kstreitova:branches:devel:libraries:c_c++
- update to new upstream release 2.11
  * New features:
    - Add `json_pack()` format specifiers s*, o* and O* for values
      that can be omitted if null (#339).
    - Add `json_error_code()` to retrieve numeric error codes
      (#365, #380, #381).
    - Enable thread safety for `json_dump()` on all systems.
      Enable thread safe `json_decref()` and `json_incref()` for
      modern compilers (#389).
    - Add `json_sprintf()` and `json_vsprintf()` (#393).
  * Bug Fixes:
    - Fix incorrect report of success from `json_dump_file()` when
      an error is returned by `fclose()` (#359).
    - Make json_equal() const-correct (#344).
    - Fix incomplete stealing of references by `json_pack()` (#374)
- changelog from 2.9
  * New features:
    - Add JSON_EMBED encoding flag allowing arrays and objects to
      be encoded into existing streams (#329).
    - Add `json_dumpb()` function for dumping to a pre-allocated
      buffer (#328).
    - Add `json_dumpfd()` and `json_loadfd()` functions for dumping
      to streaming file descriptors (#328).
    - Add support for parsing buffers larger than 2GB (#309).

OBS-URL: https://build.opensuse.org/request/show/647643
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=16
2018-11-12 15:51:36 +00:00
7a6f1ecbd4 Accepting request 477306 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/477306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjansson?expand=0&rev=10
2017-03-10 20:43:56 +00:00
efbe436373 Accepting request 461496 from home:coolo:branches:openSUSE:Factory
- update to new upstream release 2.9
 * New features:
    Add json_auto_t to automatically decref a value that goes out of scope. 
    Available only on GCC and Clang. (#301)
 * Small documentation fixes.
- changelog from 2.8
 * New features:
   - Always preserve insertion order of object items. json_object_iter() 
     and friends, json_object_foreach() and json_dumps() and friends now 
     always work in the insertion order of object items (#293).
   - Add json_object_foreach_safe() macro that allows json_object_del() 
     calls during iteration (#230).
   - Add json_get_alloc_funcs() to allow reading the allocation functions 
     set by json_set_alloc_funcs() (#262, #264).
   - Add json_pack() format specifiers s?, o? and O? for values that can 
     be null (#261, #270).
 * Bug fixes:
   - Fix a crash when parsing inputs consisting of very deeply nested 
     arrays or objects (#282, #284).
   - Never convert numbers to integers in the parser when 
     JSON_DECODE_INT_AS_REAL is set. 
   - Fix a use-after-free in json_pack() error handling.
   - Fix subnormal number parsing on mingw32.
   - Handle out-of-memory situations gracefully in the hashtable 
     implementation

OBS-URL: https://build.opensuse.org/request/show/461496
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=14
2017-03-06 15:26:15 +00:00
Stephan Kulow
80d4431702 Accepting request 259772 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/259772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjansson?expand=0&rev=9
2014-11-06 15:50:26 +00:00
Ismail Dönmez
b4e434dabc 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
2014-11-05 11:09:36 +00:00
Stephan Kulow
25f47b3805 Accepting request 248832 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/248832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjansson?expand=0&rev=8
2014-09-12 09:28:41 +00:00
Flavio Castelli
cebc7e4090 Accepting request 248717 from home:sumski:hazard:to:your:stereo
Add baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/248717
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=10
2014-09-12 07:57:55 +00:00
Stephan Kulow
0582dff891 Accepting request 241687 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/241687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjansson?expand=0&rev=6
2014-07-21 19:40:09 +00:00
Flavio Castelli
59d6424eaa Accepting request 241642 from home:jengelh:branches:devel:libraries:c_c++
- Update to new upstream release 2.6

OBS-URL: https://build.opensuse.org/request/show/241642
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=8
2014-07-21 07:40:06 +00:00
Stephan Kulow
b35ada77a4 Accepting request 144276 from devel:libraries:c_c++
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.

If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":

--- Cut here ----
%if 0%{?suse_version} <= 1220
Substitute: gpg-offline
%endif

Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} > 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
-----------------
 (forwarded request 143897 from sbrabec)

OBS-URL: https://build.opensuse.org/request/show/144276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjansson?expand=0&rev=3
2012-12-17 08:34:34 +00:00
Flavio Castelli
5c53eb053f Accepting request 143897 from home:sbrabec:gpg-offline-verify
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.

If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":

--- Cut here ----
%if 0%{?suse_version} <= 1220
Substitute: gpg-offline
%endif

Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} > 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
-----------------

OBS-URL: https://build.opensuse.org/request/show/143897
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=6
2012-12-05 09:28:10 +00:00
Stephan Kulow
9a704eeb4b Accepting request 120833 from devel:libraries:c_c++
dependency to libteam

OBS-URL: https://build.opensuse.org/request/show/120833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjansson?expand=0&rev=1
2012-05-14 14:15:11 +00:00
Stephan Kulow
473d337275 Accepting request 120779 from home:jengelh:branches:devel:libraries:c_c++
Please also submit to factory!
- Update to new upstream release 2.3.1

OBS-URL: https://build.opensuse.org/request/show/120779
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=4
2012-05-13 15:31:52 +00:00
1b97350748 pkgconfig provides
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=3
2012-01-31 16:51:36 +00:00
4cdf493d6d Accepting request 89023 from home:jengelh:bl-new
- Remove redundant tags/sections (cf. specfile guidelines)
- Centralize the shlib package name

OBS-URL: https://build.opensuse.org/request/show/89023
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=2
2011-10-21 16:16:23 +00:00
6ec98c7f11 Accepting request 88958 from home:ctso
Jansson is a C library for encoding, decoding and manipulating JSON data. It features:

* Simple and intuitive API and data model
* Comprehensive documentation
* No dependencies on other libraries
* Full Unicode support (UTF-8)
* Extensive test suite
Jansson is licensed under the MIT license.

OBS-URL: https://build.opensuse.org/request/show/88958
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libjansson?expand=0&rev=1
2011-10-21 15:03:39 +00:00