Compare commits

1 Commits
main ... 1.1

4 changed files with 6 additions and 29 deletions

BIN
libxml++-3.2.4.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libxml++-3.2.5.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,23 +1,3 @@
-------------------------------------------------------------------
Mon Aug 12 14:34:14 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libxml++30
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2022 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.5
Version: 3.2.4
Release: 0
Summary: C++ Interface for XML Files
License: LGPL-2.1-or-later
@@ -76,12 +76,9 @@ 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 ChangeLog NEWS README.md
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/*.so.*
%files devel