From e9c1f8c030760d20f4fbe469ac1d8f6d0b67b72128dfb322661e05b57170a6b7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Sep 2022 07:31:21 +0000 Subject: [PATCH] Accepting request 1002498 from GNOME:Next - Update to version 3.2.4: + Document, Node: Recognize HTML documents + Parsers: Avoid std::getline for istream inputs + Build: - Meson build: . When mm-common >= 1.0.4 is used, Perl is not required . Require meson >= 0.55.0 . Specify 'check' option in run_command(). Will be necessary with future versions of Meson. . Avoid configuration warnings - Win32: Don't include afxres.h in resources. - Support Visual Studio 2022 - docs/manual: Sort example file lists. See glgo/GNOME/gtkmm-documentation/!15 - NMake Makefiles: Make things more configurable. + Documentation: - docs/manual: Upgrade from DocBook 4.1 to DocBook 5.0 - MSVC_NMake/README: Document dependency placement - Changes from version 3.2.3: + Build: - libxml++config.h.*: Don't dllimport on MinGW - Meson build: . Make it possible to use libxml++ as a subproject . No implicit_include_directories - MSVC build: Export classes selectively + Documentation: Let links point to libxml++-3.0 versions instead of latest versions. - Drop erroneous executable bit from docs and headerfiles. - Use ldconfig_scriptlets macro for post(un) handling. OBS-URL: https://build.opensuse.org/request/show/1002498 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libxml++30?expand=0&rev=3 --- libxml++-3.2.2.tar.xz | 3 --- libxml++-3.2.4.tar.xz | 3 +++ libxml++30.changes | 33 +++++++++++++++++++++++++++++++++ libxml++30.spec | 13 +++++++------ 4 files changed, 43 insertions(+), 9 deletions(-) delete mode 100644 libxml++-3.2.2.tar.xz create mode 100644 libxml++-3.2.4.tar.xz diff --git a/libxml++-3.2.2.tar.xz b/libxml++-3.2.2.tar.xz deleted file mode 100644 index 5ef8985..0000000 --- a/libxml++-3.2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a53d0af2c9bf566b4d5d57d1c6495b189555c54785941d7e3bef666728952f0b -size 817360 diff --git a/libxml++-3.2.4.tar.xz b/libxml++-3.2.4.tar.xz new file mode 100644 index 0000000..bd70c7d --- /dev/null +++ b/libxml++-3.2.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba53f5eaca45b79f4ec1b3b28bc8136fce26873cd38f2e381d9355289e432405 +size 819784 diff --git a/libxml++30.changes b/libxml++30.changes index d88c2f9..38a4a50 100644 --- a/libxml++30.changes +++ b/libxml++30.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sun Sep 11 08:54:40 UTC 2022 - Bjørn Lie + +- Update to version 3.2.4: + + Document, Node: Recognize HTML documents + + Parsers: Avoid std::getline for istream inputs + + Build: + - Meson build: + . When mm-common >= 1.0.4 is used, Perl is not required + . Require meson >= 0.55.0 + . Specify 'check' option in run_command(). Will be necessary + with future versions of Meson. + . Avoid configuration warnings + - Win32: Don't include afxres.h in resources. + - Support Visual Studio 2022 + - docs/manual: Sort example file lists. See + glgo/GNOME/gtkmm-documentation/!15 + - NMake Makefiles: Make things more configurable. + + Documentation: + - docs/manual: Upgrade from DocBook 4.1 to DocBook 5.0 + - MSVC_NMake/README: Document dependency placement +- Changes from version 3.2.3: + + Build: + - libxml++config.h.*: Don't dllimport on MinGW + - Meson build: + . Make it possible to use libxml++ as a subproject + . No implicit_include_directories + - MSVC build: Export classes selectively + + Documentation: Let links point to libxml++-3.0 versions instead + of latest versions. +- Drop erroneous executable bit from docs and headerfiles. +- Use ldconfig_scriptlets macro for post(un) handling. + ------------------------------------------------------------------- Mon Dec 28 20:20:31 UTC 2020 - Bjørn Lie diff --git a/libxml++30.spec b/libxml++30.spec index 52ccddb..91d8d4d 100644 --- a/libxml++30.spec +++ b/libxml++30.spec @@ -1,7 +1,7 @@ # # spec file for package libxml++30 # -# Copyright (c) 2020 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 @@ -15,12 +15,13 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define _name libxml++ # Bump the version in baselibs too! %define so_ver 3_0-1 Name: libxml++30 -Version: 3.2.2 +Version: 3.2.4 Release: 0 Summary: C++ Interface for XML Files License: LGPL-2.1-or-later @@ -31,7 +32,7 @@ Source1: baselibs.conf BuildRequires: c++_compiler BuildRequires: fdupes -BuildRequires: meson +BuildRequires: meson >= 0.55.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(glibmm-2.4) >= 2.32.0 BuildRequires: pkgconfig(libxml-2.0) >= 2.7.7 @@ -62,6 +63,7 @@ to develop applications that require these. %prep %autosetup -p1 -n %{_name}-%{version} +chmod -x NEWS libxml++config.h.in libxml++config.h.meson %build %meson \ @@ -70,10 +72,9 @@ to develop applications that require these. %install %meson_install -%fdupes %{buildroot}/%{_prefix} +%fdupes %{buildroot}%{_prefix} -%post -n libxml++-%{so_ver} -p /sbin/ldconfig -%postun -n libxml++-%{so_ver} -p /sbin/ldconfig +%ldconfig_scriptlets -n libxml++-%{so_ver} %files -n libxml++-%{so_ver} %license COPYING