From 4cdab3915fd07dbecb7b3f4d0c85a911480c091da87023d1bfe229b2059cac12 Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Mon, 2 Oct 2023 14:44:40 +0000 Subject: [PATCH] Accepting request 1114792 from home:1Antoine1:branches:devel:libraries:c_c++ - 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. OBS-URL: https://build.opensuse.org/request/show/1114792 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=25 --- pugixml-1.13.tar.gz | 3 --- pugixml-1.14.tar.gz | 3 +++ pugixml.changes | 20 ++++++++++++++++++++ pugixml.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 pugixml-1.13.tar.gz create mode 100644 pugixml-1.14.tar.gz diff --git a/pugixml-1.13.tar.gz b/pugixml-1.13.tar.gz deleted file mode 100644 index a23cf4d..0000000 --- a/pugixml-1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c5ad5d7caeb791420408042a7d88c2c6180781bf218feca259fd9d840a888e1 -size 573528 diff --git a/pugixml-1.14.tar.gz b/pugixml-1.14.tar.gz new file mode 100644 index 0000000..daf1d54 --- /dev/null +++ b/pugixml-1.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610f98375424b5614754a6f34a491adbddaaec074e9044577d965160ec103d2e +size 576683 diff --git a/pugixml.changes b/pugixml.changes index 007dd47..7808f96 100644 --- a/pugixml.changes +++ b/pugixml.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Oct 2 09:32:01 UTC 2023 - Antoine Belvire + +- 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 diff --git a/pugixml.spec b/pugixml.spec index 995b0f2..379fe41 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -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