Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libplist for openSUSE:Factory checked in at 2023-06-09 20:37:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libplist (Old) and /work/SRC/openSUSE:Factory/.libplist.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libplist" Fri Jun 9 20:37:07 2023 rev:37 rq:1091445 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libplist/libplist.changes 2022-01-27 23:16:31.423161876 +0100 +++ /work/SRC/openSUSE:Factory/.libplist.new.15902/libplist.changes 2023-06-09 20:38:13.362827745 +0200 @@ -1,0 +2,26 @@ +Mon Apr 24 10:50:09 UTC 2023 - Sebastian Wagner <[email protected]> + +- Update to version 2.3.0: + - Changes: + * Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val() + * Add support for JSON format + * Add support for OpenStep format + * Introduce error codes and format constants + * Add return value to import/export functions to allow returning error codes + * Add new plist_sort function + * Add several human-readable output-only formats + * Add new plist_write_to_string/_stream/_file functions + * Add new plist_print function + * Add new plist_read_from_file function + * Add new plist_mem_free() function + * Add a few C++ methods + * Add C++ interface test + * Add PLIST_NULL type + * Some code housekeeping (mostly clang-tidy) + - Breaking: + * plist_from_memory() gets additional parameter + - Bugfixes: + * Fix multiple bugs in all of the parsers + * Fix handling of PLIST_UID nodes + +------------------------------------------------------------------- Old: ---- 2.2.0.tar.gz New: ---- 2.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libplist.spec ++++++ --- /var/tmp/diff_new_pack.u1oO5l/_old 2023-06-09 20:38:14.058831787 +0200 +++ /var/tmp/diff_new_pack.u1oO5l/_new 2023-06-09 20:38:14.062831810 +0200 @@ -16,10 +16,10 @@ # -%define cname libplist-2_0-3 -%define cppname libplist++-2_0-3 +%define cname libplist-2_0-4 +%define cppname libplist++-2_0-4 Name: libplist -Version: 2.2.0 +Version: 2.3.0 Release: 0 Summary: Library for handling Apple Binary and XML Property Lists License: GPL-2.0-only AND LGPL-2.1-or-later @@ -101,7 +101,7 @@ %build autoreconf -fvi -%configure --disable-static +%configure --disable-static PACKAGE_VERSION=%{version} %make_build %check ++++++ 2.2.0.tar.gz -> 2.3.0.tar.gz ++++++ ++++ 10775 lines of diff (skipped) ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.u1oO5l/_old 2023-06-09 20:38:14.254832925 +0200 +++ /var/tmp/diff_new_pack.u1oO5l/_new 2023-06-09 20:38:14.258832948 +0200 @@ -1,3 +1,3 @@ -libplist-2_0-3 -libplist++-2_0-3 +libplist-2_0-4 +libplist++-2_0-4
