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/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 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