Accepting request 1003129 from GNOME:Factory
- 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. (forwarded request 1002498 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1003129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxml++30?expand=0&rev=2
This commit is contained in:
commit
c3b4a7684f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a53d0af2c9bf566b4d5d57d1c6495b189555c54785941d7e3bef666728952f0b
|
||||
size 817360
|
BIN
libxml++-3.2.4.tar.xz
(Stored with Git LFS)
Normal file
BIN
libxml++-3.2.4.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 08:54:40 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user