Accepting request 1114838 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1114838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=14
This commit is contained in:
Ana Guerrero 2023-10-04 20:30:51 +00:00 committed by Git OBS Bridge
commit 164d991dba
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c5ad5d7caeb791420408042a7d88c2c6180781bf218feca259fd9d840a888e1
size 573528

3
pugixml-1.14.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:610f98375424b5614754a6f34a491adbddaaec074e9044577d965160ec103d2e
size 576683

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Oct 2 09:32:01 UTC 2023 - Antoine Belvire <antoine.belvire@opensuse.org>
- Update to version 1.14:
* Improvements:
+ xml_attribute::set_name and xml_node::set_name now have overloads that
accept pointer to non-null-terminated string and size.
+ Implement parse_merge_pcdata parsing mode in which PCDATA contents is
merged into a single node when original document had comments that were
skipped during parsing.
+ xml_document::load_file now returns a more consistent error status when
given a path to a folder.
* Bug fixes:
+ Fix assertion in XPath number->string conversion when using non-English
locales.
* Compatibility improvements:
+ Fix GCC 2.95/3.3 builds.
+ Fix CMake 3.27 deprecation warnings.
+ Fix clang/gcc warnings -Wweak-vtables, -Wreserved-macro-identifier.
-------------------------------------------------------------------
Wed Nov 2 19:58:12 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package pugixml
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define _libname libpugixml1
Name: pugixml
Version: 1.13
Version: 1.14
Release: 0
Summary: Light-weight C++ XML Processing Library
License: MIT