Accepting request 1193732 from GNOME:Factory
(forwarded request 1193467 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1193732 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxml++30?expand=0&rev=3
This commit is contained in:
commit
8e18b3ddfe
BIN
libxml++-3.2.4.tar.xz
(Stored with Git LFS)
BIN
libxml++-3.2.4.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
libxml++-3.2.5.tar.xz
Normal file
3
libxml++-3.2.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0c9b381b5a83d6b3ab4b0b865d7256dab27d575981b63be2f859edcb94da59c7
|
||||||
|
size 903840
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Sep 11 08:54:40 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libxml++30
|
# 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
|
# 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
|
||||||
@ -21,7 +21,7 @@
|
|||||||
%define so_ver 3_0-1
|
%define so_ver 3_0-1
|
||||||
|
|
||||||
Name: libxml++30
|
Name: libxml++30
|
||||||
Version: 3.2.4
|
Version: 3.2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ Interface for XML Files
|
Summary: C++ Interface for XML Files
|
||||||
License: LGPL-2.1-or-later
|
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}
|
%ldconfig_scriptlets -n libxml++-%{so_ver}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
%files -n libxml++-%{so_ver}
|
%files -n libxml++-%{so_ver}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog NEWS README
|
%doc ChangeLog NEWS README.md
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user