From ab47327a528daccf0ed831e9116ba43458cae16f6178146f3dd2befd8d69e6eb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 10 May 2023 10:39:17 +0000 Subject: [PATCH 1/2] Accepting request 1082485 from home:sebix:branches:hardware - 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 OBS-URL: https://build.opensuse.org/request/show/1082485 OBS-URL: https://build.opensuse.org/package/show/hardware/libplist?expand=0&rev=14 --- 2.2.0.tar.gz | 3 --- 2.3.0.tar.gz | 3 +++ libplist.changes | 26 ++++++++++++++++++++++++++ libplist.spec | 8 ++++---- 4 files changed, 33 insertions(+), 7 deletions(-) delete mode 100644 2.2.0.tar.gz create mode 100644 2.3.0.tar.gz diff --git a/2.2.0.tar.gz b/2.2.0.tar.gz deleted file mode 100644 index c177f5e..0000000 --- a/2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e654bdd5d8b96f03240227ed09057377f06ebad08e1c37d0cfa2abe6ba0cee2 -size 182563 diff --git a/2.3.0.tar.gz b/2.3.0.tar.gz new file mode 100644 index 0000000..873c134 --- /dev/null +++ b/2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be5dbe3985b0b5f2ebff8583c21df30f5e825f9245a803b5ad7560528e0153c +size 218819 diff --git a/libplist.changes b/libplist.changes index 13aed5f..996aab9 100644 --- a/libplist.changes +++ b/libplist.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Apr 24 10:50:09 UTC 2023 - Sebastian Wagner + +- 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 + ------------------------------------------------------------------- Mon Jan 17 21:12:33 UTC 2022 - Michael Gorse diff --git a/libplist.spec b/libplist.spec index 91aa772..6d9dd43 100644 --- a/libplist.spec +++ b/libplist.spec @@ -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 @@ This package contains the python bindings. %build autoreconf -fvi -%configure --disable-static +%configure --disable-static PACKAGE_VERSION=%{version} %make_build %check From 96b22d05a909599d68decbb361b4ebd41821cb421f968c82942134670f041c62 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 10 May 2023 11:24:20 +0000 Subject: [PATCH 2/2] Update baselibs.conf for change from r14 OBS-URL: https://build.opensuse.org/package/show/hardware/libplist?expand=0&rev=15 --- baselibs.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index d5c6f21..0139263 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,2 +1,2 @@ -libplist-2_0-3 -libplist++-2_0-3 +libplist-2_0-4 +libplist++-2_0-4