Accepting request 1091445 from 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/1091445 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libplist?expand=0&rev=37
This commit is contained in:
commit
9c391649f5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e654bdd5d8b96f03240227ed09057377f06ebad08e1c37d0cfa2abe6ba0cee2
|
||||
size 182563
|
BIN
2.3.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
2.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
libplist-2_0-3
|
||||
libplist++-2_0-3
|
||||
libplist-2_0-4
|
||||
libplist++-2_0-4
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 10:50:09 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
- 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 <mgorse@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user