diff --git a/libxml++-3.2.4.tar.xz b/libxml++-3.2.4.tar.xz deleted file mode 100644 index bd70c7d..0000000 --- a/libxml++-3.2.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba53f5eaca45b79f4ec1b3b28bc8136fce26873cd38f2e381d9355289e432405 -size 819784 diff --git a/libxml++-3.2.5.tar.xz b/libxml++-3.2.5.tar.xz new file mode 100644 index 0000000..63d16bc --- /dev/null +++ b/libxml++-3.2.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9b381b5a83d6b3ab4b0b865d7256dab27d575981b63be2f859edcb94da59c7 +size 903840 diff --git a/libxml++30.changes b/libxml++30.changes index 38a4a50..dd4c283 100644 --- a/libxml++30.changes +++ b/libxml++30.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Aug 12 14:34:14 UTC 2024 - Bjørn Lie + +- Update to version 3.2.5: + + Documentation: + - Update Visual Studio build docs + - Parser docs: Add a link to parser options + + Meson build: + - Detect if we build from a git subtree + - Don't copy files with configure_file() + - Fix the evaluation of is_git_build on Windows + - Backport libxml2 CMake support from libxml++-5.0 + - Don't fail if warning_level=everything + - Don't require the 'dot' command to build the documentation + - Add the build-manual option + - Add bcrypt dependency when libxml2 is a subproject + + Build: Make it compatible with libxml2 >= 2.12.0 by modifying + #include directives +- Add check section and run meson_test macro. + ------------------------------------------------------------------- Sun Sep 11 08:54:40 UTC 2022 - Bjørn Lie diff --git a/libxml++30.spec b/libxml++30.spec index 91d8d4d..e665975 100644 --- a/libxml++30.spec +++ b/libxml++30.spec @@ -1,7 +1,7 @@ # # spec file for package libxml++30 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define so_ver 3_0-1 Name: libxml++30 -Version: 3.2.4 +Version: 3.2.5 Release: 0 Summary: C++ Interface for XML Files License: LGPL-2.1-or-later @@ -76,9 +76,12 @@ chmod -x NEWS libxml++config.h.in libxml++config.h.meson %ldconfig_scriptlets -n libxml++-%{so_ver} +%check +%meson_test + %files -n libxml++-%{so_ver} %license COPYING -%doc AUTHORS ChangeLog NEWS README +%doc ChangeLog NEWS README.md %{_libdir}/*.so.* %files devel