Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libjansson for openSUSE:Factory checked in at 2022-01-21 01:25:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libjansson (Old) and /work/SRC/openSUSE:Factory/.libjansson.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libjansson" Fri Jan 21 01:25:07 2022 rev:14 rq:947376 version:2.14 Changes: -------- --- /work/SRC/openSUSE:Factory/libjansson/libjansson.changes 2020-05-09 19:50:19.172575789 +0200 +++ /work/SRC/openSUSE:Factory/.libjansson.new.1938/libjansson.changes 2022-01-21 01:25:20.366620397 +0100 @@ -1,0 +2,19 @@ +Tue Jan 18 21:11:51 UTC 2022 - Antoine Belvire <[email protected]> + +- Update to 2.14: + * New Features: + + Add `json_object_getn`, `json_object_setn`, `json_object_deln`, and the + corresponding `nocheck` functions. + * Fixes: + + Handle `sprintf` corner cases. + * Build: + + Symbol versioning for all exported symbols (gh#akheron/jansson#523). + + Fix compiler warnings. + * Documentation: + + Small fixes. + + Sphinx 3 compatibility (gh#akheron/jansson#530). +- Use GitHub as source URLs: Release hasn't been uploaded to digip.org. +- Cleanup with spec-cleaner. +- Add check section. + +------------------------------------------------------------------- Old: ---- jansson-2.13.1.tar.bz2 jansson-2.13.1.tar.bz2.asc New: ---- jansson-2.14.tar.bz2 jansson-2.14.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libjansson.spec ++++++ --- /var/tmp/diff_new_pack.sXqZ9k/_old 2022-01-21 01:25:20.878616887 +0100 +++ /var/tmp/diff_new_pack.sXqZ9k/_new 2022-01-21 01:25:20.886616832 +0100 @@ -1,7 +1,7 @@ # # spec file for package libjansson # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,19 @@ # -Name: libjansson %define lname libjansson4 +Name: libjansson +Version: 2.14 +Release: 0 Summary: C library for encoding, decoding and manipulating JSON data License: MIT Group: Development/Libraries/C and C++ -Version: 2.13.1 -Release: 0 -URL: http://digip.org/jansson/ - +URL: https://digip.org/jansson/ #Git-Clone: git://github.com/akheron/jansson -Source: http://www.digip.org/jansson/releases/jansson-%version.tar.bz2 +Source0: https://github.com/akheron/jansson/releases/download/v%{version}/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 +Source2: https://github.com/akheron/jansson/releases/download/v%{version}/jansson-%{version}.tar.bz2.asc +Source3: %{name}.keyring BuildRequires: pkgconfig %description @@ -42,11 +40,11 @@ * Full Unicode support (UTF-8) * Extensive test suite -%package -n %lname +%package -n %{lname} Summary: C library for encoding, decoding and manipulating JSON data Group: Development/Libraries/C and C++ -%description -n %lname +%description -n %{lname} Jansson is a C library for encoding, decoding and manipulating JSON data. It features: * Simple and intuitive API and data model @@ -58,7 +56,7 @@ %package devel Summary: Development files for libjansson Group: Development/Libraries/C and C++ -Requires: %lname = %version +Requires: %{lname} = %{version} %description devel Jansson is a C library for encoding, decoding and manipulating JSON data. @@ -74,22 +72,22 @@ %build %configure --disable-static -make %{?_smp_mflags} +%make_build %install %make_install -rm -f "%buildroot/%_libdir"/*.la; +find %{buildroot} -type f -name "*.la" -delete -print -%post -n %lname -p /sbin/ldconfig +%check +make check -%postun -n %lname -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig -%files -n %lname -%defattr(-,root,root) +%files -n %{lname} %{_libdir}/libjansson.so.4* %files devel -%defattr(-,root,root) %{_includedir}/jansson.h %{_includedir}/jansson_config.h %{_libdir}/libjansson.so ++++++ jansson-2.13.1.tar.bz2 -> jansson-2.14.tar.bz2 ++++++ ++++ 17968 lines of diff (skipped)
