SHA256
1
0
forked from pool/pugixml

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
This commit is contained in:
Hans-Peter Jansen 2023-10-02 14:44:40 +00:00 committed by Git OBS Bridge
parent 1e21f5a567
commit 4cdab3915f
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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define _libname libpugixml1 %define _libname libpugixml1
Name: pugixml Name: pugixml
Version: 1.13 Version: 1.14
Release: 0 Release: 0
Summary: Light-weight C++ XML Processing Library Summary: Light-weight C++ XML Processing Library
License: MIT License: MIT