commit libjansson for openSUSE:Factory

2020-05-09 Thread root
Hello community,

here is the log from the commit of package libjansson for openSUSE:Factory 
checked in at 2020-05-09 19:49:47

Comparing /work/SRC/openSUSE:Factory/libjansson (Old)
 and  /work/SRC/openSUSE:Factory/.libjansson.new.2738 (New)


Package is "libjansson"

Sat May  9 19:49:47 2020 rev:13 rq:801851 version:2.13.1

Changes:

--- /work/SRC/openSUSE:Factory/libjansson/libjansson.changes2019-02-04 
21:10:39.575885263 +0100
+++ /work/SRC/openSUSE:Factory/.libjansson.new.2738/libjansson.changes  
2020-05-09 19:50:19.172575789 +0200
@@ -1,0 +2,16 @@
+Fri May  8 11:48:39 UTC 2020 - Paolo Stivanin 
+
+- Update to 2.13.1
+  * New Features:
+- Add jansson_version_str() and jansson_version_cmp() for runtime
+  version checking
+- Add json_object_update_new(), json_object_update_existing_new()
+  and json_object_update_missing_new() functions
+- Add json_object_update_recursive()
+  * Bug fixes:
+- Add infinite loop check in json_deep_copy()
+- Enhance JANSSON_ATTRS macro to support earlier C standard(C89)
+- Update version detection for sphinx-build
+  * Documentation improvements
+
+---

Old:

  jansson-2.12.tar.bz2
  jansson-2.12.tar.bz2.asc

New:

  jansson-2.13.1.tar.bz2
  jansson-2.13.1.tar.bz2.asc



Other differences:
--
++ libjansson.spec ++
--- /var/tmp/diff_new_pack.wlMkck/_old  2020-05-09 19:50:20.308578228 +0200
+++ /var/tmp/diff_new_pack.wlMkck/_new  2020-05-09 19:50:20.312578237 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libjansson
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,9 +21,9 @@
 Summary:C library for encoding, decoding and manipulating JSON data
 License:MIT
 Group:  Development/Libraries/C and C++
-Version:2.12
+Version:2.13.1
 Release:0
-Url:http://digip.org/jansson/
+URL:http://digip.org/jansson/
 
 #Git-Clone: git://github.com/akheron/jansson
 Source: http://www.digip.org/jansson/releases/jansson-%version.tar.bz2

++ jansson-2.12.tar.bz2 -> jansson-2.13.1.tar.bz2 ++
 22686 lines of diff (skipped)





commit libjansson for openSUSE:Factory

2019-02-04 Thread root
Hello community,

here is the log from the commit of package libjansson for openSUSE:Factory 
checked in at 2019-02-04 21:10:38

Comparing /work/SRC/openSUSE:Factory/libjansson (Old)
 and  /work/SRC/openSUSE:Factory/.libjansson.new.28833 (New)


Package is "libjansson"

Mon Feb  4 21:10:38 2019 rev:12 rq:669067 version:2.12

Changes:

--- /work/SRC/openSUSE:Factory/libjansson/libjansson.changes2018-11-26 
10:12:43.162265912 +0100
+++ /work/SRC/openSUSE:Factory/.libjansson.new.28833/libjansson.changes 
2019-02-04 21:10:39.575885263 +0100
@@ -1,0 +2,13 @@
+Thu Jan 24 07:55:39 UTC 2019 - i...@paolostivanin.com
+
+- update to new upstream release 2.12
+  * Bug fixes:
+- Fix error message in `json_pack()` for NULL object (#409).
+- Avoid invalid memory read in `json_pack()` (#421).
+- Call va_end after va_copy in `json_vsprintf()` (#427).
+- Improve handling of formats with '?' and '*' in `json_pack()`
+  (#438).
+- Remove inappropriate `jsonp_free()` which caused
+  segmentation fault in error handling (#444).
+
+---

Old:

  jansson-2.11.tar.bz2
  jansson-2.11.tar.bz2.asc

New:

  jansson-2.12.tar.bz2
  jansson-2.12.tar.bz2.asc



Other differences:
--
++ libjansson.spec ++
--- /var/tmp/diff_new_pack.UfJbgX/_old  2019-02-04 21:10:40.831884813 +0100
+++ /var/tmp/diff_new_pack.UfJbgX/_new  2019-02-04 21:10:40.835884811 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libjansson
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,7 +21,7 @@
 Summary:C library for encoding, decoding and manipulating JSON data
 License:MIT
 Group:  Development/Libraries/C and C++
-Version:2.11
+Version:2.12
 Release:0
 Url:http://digip.org/jansson/
 

++ jansson-2.11.tar.bz2 -> jansson-2.12.tar.bz2 ++
 6477 lines of diff (skipped)





commit libjansson for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package libjansson for openSUSE:Factory 
checked in at 2018-11-26 10:12:37

Comparing /work/SRC/openSUSE:Factory/libjansson (Old)
 and  /work/SRC/openSUSE:Factory/.libjansson.new.19453 (New)


Package is "libjansson"

Mon Nov 26 10:12:37 2018 rev:11 rq:648586 version:2.11

Changes:

--- /work/SRC/openSUSE:Factory/libjansson/libjansson.changes2017-03-10 
21:43:57.514423769 +0100
+++ /work/SRC/openSUSE:Factory/.libjansson.new.19453/libjansson.changes 
2018-11-26 10:12:43.162265912 +0100
@@ -1,0 +2,29 @@
+Fri Nov  9 17:35:19 UTC 2018 - kstreit...@suse.com
+
+- 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).
+
+---

Old:

  jansson-2.9.tar.bz2
  jansson-2.9.tar.bz2.asc

New:

  jansson-2.11.tar.bz2
  jansson-2.11.tar.bz2.asc



Other differences:
--
++ libjansson.spec ++
--- /var/tmp/diff_new_pack.BzqUWI/_old  2018-11-26 10:12:43.806265156 +0100
+++ /var/tmp/diff_new_pack.BzqUWI/_new  2018-11-26 10:12:43.810265151 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libjansson
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Summary:C library for encoding, decoding and manipulating JSON data
 License:MIT
 Group:  Development/Libraries/C and C++
-Version:2.9
+Version:2.11
 Release:0
 Url:http://digip.org/jansson/
 

++ jansson-2.9.tar.bz2 -> jansson-2.11.tar.bz2 ++
 6441 lines of diff (skipped)





commit libjansson for openSUSE:Factory

2017-03-10 Thread root
Hello community,

here is the log from the commit of package libjansson for openSUSE:Factory 
checked in at 2017-03-10 21:43:56

Comparing /work/SRC/openSUSE:Factory/libjansson (Old)
 and  /work/SRC/openSUSE:Factory/.libjansson.new (New)


Package is "libjansson"

Fri Mar 10 21:43:56 2017 rev:10 rq:477306 version:2.9

Changes:

--- /work/SRC/openSUSE:Factory/libjansson/libjansson.changes2014-11-06 
16:51:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.libjansson.new/libjansson.changes   
2017-03-10 21:43:57.514423769 +0100
@@ -1,0 +2,30 @@
+Wed Mar  1 16:04:10 UTC 2017 - co...@suse.com
+
+- 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
+
+---

Old:

  jansson-2.7.tar.bz2
  jansson-2.7.tar.bz2.asc

New:

  jansson-2.9.tar.bz2
  jansson-2.9.tar.bz2.asc



Other differences:
--
++ libjansson.spec ++
--- /var/tmp/diff_new_pack.5IYnVo/_old  2017-03-10 21:43:58.294313151 +0100
+++ /var/tmp/diff_new_pack.5IYnVo/_new  2017-03-10 21:43:58.298312585 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libjansson
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Summary:C library for encoding, decoding and manipulating JSON data
 License:MIT
 Group:  Development/Libraries/C and C++
-Version:2.7
+Version:2.9
 Release:0
 Url:http://digip.org/jansson/
 

++ jansson-2.7.tar.bz2 -> jansson-2.9.tar.bz2 ++
 26762 lines of diff (skipped)

++ libjansson.keyring ++
--- /var/tmp/diff_new_pack.5IYnVo/_old  2017-03-10 21:43:58.694256425 +0100
+++ /var/tmp/diff_new_pack.5IYnVo/_new  2017-03-10 21:43:58.694256425 +0100
@@ -1,34 +1,64 @@
-pub   1024D/D4E39B36 2007-01-29
-uid  Petri Lehtinen 
-sub   2048g/95EC06E7 2007-01-29
-
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.19 (GNU/Linux)
 
-mQGiBEW9eBoRBACJSNQQQhCnDogaHKEu9v20yzzz6b6QXI0pBRcGBWHTMqR+WaWa
-MIPHhxPZu3eJwu5QRPHmlBNxxKVaPfebo+TTxNsVy3SjH8jEL2nxmVb+LHWnkCYM
-hONWA5IclamyHaWb554ojlpzGh8nyfZiDJdc8CjMUzSfc/1Uo1mbov/qLwCg0jcO
-+2CLI066LdwAY+c6JZqgg+sD/jy8LZUdEKtl7mQx4wPUD3v3NXrwwf7eSgm1dX6A
-VkqkB2oHWdZFh314W65KPmY23VLHautRPLOsrqaNPaGYvZhag04c0lij9wJcVPg4
-/uSCmyFTsZSvhdwrDmiMOklgFRdjtLxfMp5ccDlMpw89GhyAF4IFE9CFJ9bLrCah
-7VWkA/9h+oeiG0FVXx66W2fI+pKKwc5a4dLJiQ3g9ognBp1Gq4kWo7nNkxPk/rXV
-4wWBzXSEd3haiMb1iM8YsxqCuAABhKzrpVUV2lqt/O8uYJg/+SGbIB3W5K851NRF
-Fd7RJoTiK7NJ+I1xw6Z8t9C6vllwsL96WOadxNLB7eQw0G6Sf7QgUGV0cmkgTGVo
-dGluZW4gPHBldHJpQGRpZ2lwLm9yZz6IYAQTEQIAIAUCRb14GgIbAwYLCQgHAwIE
-FQIIAwQWAgMBAh4BAheAAAoJEDeCAqbU45s2p9AAoMq5+E7WRXl2lCtCCmyhUMdw
-aiQAAJ9taFYWn84shvu6HcsGSCRKQn7G0LkCDQRFvXgkEAgA/5UjG8Bq846xI6cQ
-kZ6TlLf3ZLh8yHcbMAmEtrRG40aJ/Fg5hyfBddTrEUF+9o5+LWd/7b2CAlyrIUAu
-qgy3aoztkuZe5R50tnul1rVOIkdvpImlGsRDZiIIRXc6LT+WReNtAMWb28KZ/oZZ
-vP5El68H2kdlPed4yNmA9T1KkMa9Dyt4U9nBXdLYiWlJIXNdaI6lw8MgyMMgMZwl
-B0RU0u5Zl+kPxa9sFiLPsqBEaSl5uShHD3k3SIIbC+RrRtzfTXWf8OwhVMv0ycTN
-d53awlN5oG7z3PrkoWRCwe+LfqG/rKLeD5vAl9iMdFd+4gdSnCpkfuVsOjWxsH78
-Ja7/cwADBQgA0EBgvcKrzorAC/UV1tDhAdG/uqy2N3xuPjVq/ZIKRdqS8wyHLs+3
-wuoG9zF4tyVqG5XJRywwKTbDJH8+5Uj4NTTuM6EsbZA9lXqYo2gCWXQzB8/+LHLf
-buRmzNy856okOC6so82grvu/VEuW24wz6D0DjqdUSNfOTd49A3OWpdE13sIM7aOb
-4lntZJnOkwGcbl67aPjUG3P8qzD5A1M4OqDk4wj9pySw+sn39Nbcdh7oAEW2KsAM

commit libjansson for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package libjansson for openSUSE:Factory 
checked in at 2014-11-06 16:50:26

Comparing /work/SRC/openSUSE:Factory/libjansson (Old)
 and  /work/SRC/openSUSE:Factory/.libjansson.new (New)


Package is libjansson

Changes:

--- /work/SRC/openSUSE:Factory/libjansson/libjansson.changes2014-09-12 
12:22:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libjansson.new/libjansson.changes   
2014-11-06 16:51:34.0 +0100
@@ -1,0 +2,26 @@
+Wed Nov 05 10:18:23 UTC 2014 - efimo...@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 \u 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 \u 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
+
+---

Old:

  jansson-2.6.tar.bz2
  jansson-2.6.tar.bz2.asc

New:

  jansson-2.7.tar.bz2
  jansson-2.7.tar.bz2.asc



Other differences:
--
++ libjansson.spec ++
--- /var/tmp/diff_new_pack.W9F3UC/_old  2014-11-06 16:51:36.0 +0100
+++ /var/tmp/diff_new_pack.W9F3UC/_new  2014-11-06 16:51:36.0 +0100
@@ -21,7 +21,7 @@
 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/
 

++ jansson-2.6.tar.bz2 - jansson-2.7.tar.bz2 ++
 11355 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libjansson for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package libjansson for openSUSE:Factory 
checked in at 2014-09-12 11:28:41

Comparing /work/SRC/openSUSE:Factory/libjansson (Old)
 and  /work/SRC/openSUSE:Factory/.libjansson.new (New)


Package is libjansson

Changes:

--- /work/SRC/openSUSE:Factory/libjansson/libjansson.changes2014-07-21 
22:34:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.libjansson.new/libjansson.changes   
2014-09-12 12:22:58.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 11 18:59:04 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add baselibs.conf
+
+---

New:

  baselibs.conf



Other differences:
--
++ libjansson.spec ++
--- /var/tmp/diff_new_pack.XGQLlw/_old  2014-09-12 12:22:59.0 +0200
+++ /var/tmp/diff_new_pack.XGQLlw/_new  2014-09-12 12:22:59.0 +0200
@@ -27,6 +27,7 @@
 
 #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
 Source3:%name.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ baselibs.conf ++
libjansson4
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libjansson for openSUSE:Factory

2014-07-21 Thread h_root
Hello community,

here is the log from the commit of package libjansson for openSUSE:Factory 
checked in at 2014-07-21 21:40:09

Comparing /work/SRC/openSUSE:Factory/libjansson (Old)
 and  /work/SRC/openSUSE:Factory/.libjansson.new (New)


Package is libjansson

Changes:

--- /work/SRC/openSUSE:Factory/libjansson/libjansson.changes2012-12-17 
09:34:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.libjansson.new/libjansson.changes   
2014-07-21 22:34:36.0 +0200
@@ -1,0 +2,17 @@
+Sun Jul 20 10:50:34 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 2.6
+* Fixed CVE-2013-6401: avoid bad performance in large JSON objects
+* The json_pack et al functions recognize the specifiers s#, +
+  and +#
+* Add the JSON_DECODE_INT_AS_REAL flag
+* Add json_array_foreach() function
+* Add the json_boolean() macro that returns the JSON true or
+  false value based on its argument
+* Add json_load_callback() that calls a callback function
+  repeatedly to read the JSON input.
+* Add JSON_ESCAPE_SLASH encoding flag to escape all occurences of
+  '/' with '\/'.
+- Drop defunct gpg-offline and use local source_validator instead
+
+---

Old:

  jansson-2.3.1.tar.gz
  jansson-2.3.1.tar.gz.asc

New:

  jansson-2.6.tar.bz2
  jansson-2.6.tar.bz2.asc



Other differences:
--
++ libjansson.spec ++
--- /var/tmp/diff_new_pack.NILVzV/_old  2014-07-21 22:34:37.0 +0200
+++ /var/tmp/diff_new_pack.NILVzV/_new  2014-07-21 22:34:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libjansson
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,14 +21,15 @@
 Summary:C library for encoding, decoding and manipulating JSON data
 License:MIT
 Group:  Development/Libraries/C and C++
-Version:2.3.1
+Version:2.6
 Release:0
 Url:http://digip.org/jansson/
-Source: jansson-%version.tar.gz
-Source2:jansson-%version.tar.gz.asc
+
+#Git-Clone:git://github.com/akheron/jansson
+Source: http://www.digip.org/jansson/releases/jansson-%version.tar.bz2
+Source2:
http://www.digip.org/jansson/releases/jansson-%version.tar.bz2.asc
 Source3:%name.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gpg-offline
 BuildRequires:  pkgconfig
 
 %description
@@ -68,7 +69,6 @@
  * Extensive test suite
 
 %prep
-%gpg_verify %{S:2}
 %setup -q -n jansson-%{version}
 
 %build
@@ -76,7 +76,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm -f %buildroot/%_libdir/*.la;
 
 %post -n %lname -p /sbin/ldconfig

++ jansson-2.3.1.tar.gz - jansson-2.6.tar.bz2 ++
 8458 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libjansson for openSUSE:Factory

2012-12-17 Thread h_root
Hello community,

here is the log from the commit of package libjansson for openSUSE:Factory 
checked in at 2012-12-17 09:34:34

Comparing /work/SRC/openSUSE:Factory/libjansson (Old)
 and  /work/SRC/openSUSE:Factory/.libjansson.new (New)


Package is libjansson, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libjansson/libjansson.changes2012-05-14 
16:15:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libjansson.new/libjansson.changes   
2012-12-17 09:34:36.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 28 19:42:17 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signature.
+
+---

New:

  libjansson.keyring



Other differences:
--
++ libjansson.spec ++
--- /var/tmp/diff_new_pack.xlqrUs/_old  2012-12-17 09:34:38.0 +0100
+++ /var/tmp/diff_new_pack.xlqrUs/_new  2012-12-17 09:34:38.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libjansson (Version 0.7.1)
+# spec file for package libjansson
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,17 +14,21 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   libjansson
 %define lname  libjansson4
 Summary:C library for encoding, decoding and manipulating JSON data
+License:MIT
+Group:  Development/Libraries/C and C++
 Version:2.3.1
 Release:0
-License:MIT
 Url:http://digip.org/jansson/
 Source: jansson-%version.tar.gz
 Source2:jansson-%version.tar.gz.asc
-Group:  Development/Libraries/C and C++
+Source3:%name.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gpg-offline
 BuildRequires: pkgconfig
 
 %description
@@ -64,6 +68,7 @@
  * Extensive test suite
 
 %prep
+%gpg_verify %{S:2}
 %setup -q -n jansson-%{version}
 
 %build


++ libjansson.keyring ++
pub   1024D/D4E39B36 2007-01-29
uid  Petri Lehtinen pe...@digip.org
sub   2048g/95EC06E7 2007-01-29

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

mQGiBEW9eBoRBACJSNQQQhCnDogaHKEu9v20yzzz6b6QXI0pBRcGBWHTMqR+WaWa
MIPHhxPZu3eJwu5QRPHmlBNxxKVaPfebo+TTxNsVy3SjH8jEL2nxmVb+LHWnkCYM
hONWA5IclamyHaWb554ojlpzGh8nyfZiDJdc8CjMUzSfc/1Uo1mbov/qLwCg0jcO
+2CLI066LdwAY+c6JZqgg+sD/jy8LZUdEKtl7mQx4wPUD3v3NXrwwf7eSgm1dX6A
VkqkB2oHWdZFh314W65KPmY23VLHautRPLOsrqaNPaGYvZhag04c0lij9wJcVPg4
/uSCmyFTsZSvhdwrDmiMOklgFRdjtLxfMp5ccDlMpw89GhyAF4IFE9CFJ9bLrCah
7VWkA/9h+oeiG0FVXx66W2fI+pKKwc5a4dLJiQ3g9ognBp1Gq4kWo7nNkxPk/rXV
4wWBzXSEd3haiMb1iM8YsxqCuAABhKzrpVUV2lqt/O8uYJg/+SGbIB3W5K851NRF
Fd7RJoTiK7NJ+I1xw6Z8t9C6vllwsL96WOadxNLB7eQw0G6Sf7QgUGV0cmkgTGVo
dGluZW4gPHBldHJpQGRpZ2lwLm9yZz6IYAQTEQIAIAUCRb14GgIbAwYLCQgHAwIE
FQIIAwQWAgMBAh4BAheAAAoJEDeCAqbU45s2p9AAoMq5+E7WRXl2lCtCCmyhUMdw
aiQAAJ9taFYWn84shvu6HcsGSCRKQn7G0LkCDQRFvXgkEAgA/5UjG8Bq846xI6cQ
kZ6TlLf3ZLh8yHcbMAmEtrRG40aJ/Fg5hyfBddTrEUF+9o5+LWd/7b2CAlyrIUAu
qgy3aoztkuZe5R50tnul1rVOIkdvpImlGsRDZiIIRXc6LT+WReNtAMWb28KZ/oZZ
vP5El68H2kdlPed4yNmA9T1KkMa9Dyt4U9nBXdLYiWlJIXNdaI6lw8MgyMMgMZwl
B0RU0u5Zl+kPxa9sFiLPsqBEaSl5uShHD3k3SIIbC+RrRtzfTXWf8OwhVMv0ycTN
d53awlN5oG7z3PrkoWRCwe+LfqG/rKLeD5vAl9iMdFd+4gdSnCpkfuVsOjWxsH78
Ja7/cwADBQgA0EBgvcKrzorAC/UV1tDhAdG/uqy2N3xuPjVq/ZIKRdqS8wyHLs+3
wuoG9zF4tyVqG5XJRywwKTbDJH8+5Uj4NTTuM6EsbZA9lXqYo2gCWXQzB8/+LHLf
buRmzNy856okOC6so82grvu/VEuW24wz6D0DjqdUSNfOTd49A3OWpdE13sIM7aOb
4lntZJnOkwGcbl67aPjUG3P8qzD5A1M4OqDk4wj9pySw+sn39Nbcdh7oAEW2KsAM
NQwAduNQWbr4vfj5QxumzrQWLqs6An2fSfVgAICtB8IKNGyskPXTuvMrSAW5ak06
zdCLULwRWXHqIQowsX2wlHGZ2AJ3C4cxHYhJBBgRAgAJBQJFvXgkAhsMAAoJEDeC
AqbU45s2qaIAnRSSzKsHOIL1ZJYJF2Ghx34l49rjAKDOH8UAjvuNkAcQZOduolmH
UndUNA==
=nBMK
-END PGP PUBLIC KEY BLOCK-
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org