Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcanlock for openSUSE:Factory checked in at 2022-05-28 22:17:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcanlock (Old) and /work/SRC/openSUSE:Factory/.libcanlock.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcanlock" Sat May 28 22:17:04 2022 rev:3 rq:979607 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libcanlock/libcanlock.changes 2021-01-10 19:46:05.070070995 +0100 +++ /work/SRC/openSUSE:Factory/.libcanlock.new.2254/libcanlock.changes 2022-05-28 22:17:40.213063000 +0200 @@ -1,0 +2,30 @@ +Sat May 28 15:56:33 UTC 2022 - Martin Hauke <mar...@gmx.de> + +- Update to version 3.3.0 + * Bugfixes: + + canlock-mhp utility no longer hangs if field name was not + found. + + Potential NULL-pointer dereference fixed in canlock utility. + + Two memory leaks fixed in canlock-hfp utility.j + + Multiple bugs in test suite fixed, where return values from + + library functions were not handled correctly. + + Two memory leaks fixed in test suite for legacy API + + NAME sections of cl_clear_secret(), cl_get_lock(), cl_split() + and cl_verify() man pages fixed. + * Separate library libcanlock-hp added to execute the header + parsers (for operating systems with POSIX API). + * New libcanlock-hp API function to unfold header fields added + * Test suite extended for the new library. Tests for parser. + functions are skipped by default (because they require the + installed parser utilities). + * New libcanlock API function cl_verify_multi() added to check + multiple keys against multiple locks. + * Library API and ABI are backward compatible + * Test suite extended: It now tests cl_verify_multi() too + * canlock utility now supports the option "-m" to check multiple + keys against multiple locks. + * Option "-m" added to SYNOPSIS section of canlock man page. + * Example programs added to the "examples" and "hp/examples" + subdirectories. + +------------------------------------------------------------------- Old: ---- libcanlock-3.2.2.tar.bz2 New: ---- libcanlock-3.3.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcanlock.spec ++++++ --- /var/tmp/diff_new_pack.Xy733e/_old 2022-05-28 22:17:40.749063664 +0200 +++ /var/tmp/diff_new_pack.Xy733e/_new 2022-05-28 22:17:40.753063668 +0200 @@ -1,8 +1,8 @@ # # spec file for package libcanlock # -# Copyright (c) 2021 SUSE LLC -# Copyright (c) 2020, Martin Hauke <mar...@gmx.de> +# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2020-2022, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global sover 3 %global libname %{name}%{sover} Name: libcanlock -Version: 3.2.2 +Version: 3.3.0 Release: 0 Summary: Library for creating and verifying Usenet cancel locks License: MIT @@ -100,19 +100,29 @@ %license COPYING %doc ChangeLog README %{_libdir}/libcanlock.so.%{sover}* +%{_libdir}/libcanlock-hp.so.%{sover}* %files devel %dir %{_includedir}/libcanlock-%{sover} %{_includedir}/libcanlock-%{sover}/canlock.h +%{_includedir}/libcanlock-3/canlock-hp.h %{_libdir}/libcanlock.so +%{_libdir}/libcanlock-hp.so %{_libdir}/pkgconfig/libcanlock-3.pc +%{_libdir}/pkgconfig/libcanlock-hp-3.pc %exclude %{_libdir}/libcanlock.a %exclude %{_libdir}/libcanlock.la +%exclude %{_libdir}/libcanlock-hp.a +%exclude %{_libdir}/libcanlock-hp.la %{_mandir}/man3/cl_clear_secret.3%{?ext_man} %{_mandir}/man3/cl_get_key.3%{?ext_man} %{_mandir}/man3/cl_get_lock.3%{?ext_man} %{_mandir}/man3/cl_split.3%{?ext_man} %{_mandir}/man3/cl_verify.3%{?ext_man} +%{_mandir}/man3/cl_hp_get_field.3%{?ext_man} +%{_mandir}/man3/cl_hp_parse_field.3%{?ext_man} +%{_mandir}/man3/cl_hp_unfold_field.3%{?ext_man} +%{_mandir}/man3/cl_verify_multi.3%{?ext_man} %files -n canlock %{_bindir}/canlock ++++++ libcanlock-3.2.2.tar.bz2 -> libcanlock-3.3.0.tar.bz2 ++++++ ++++ 31738 lines of diff (skipped)