From a0e31ef9872e20320d694eef688be3d8a8bd9ba7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:13:02 +0100 Subject: [PATCH] update to 5.0.1 [release 5.0.1-1mamba;Sun May 30 2021] --- libxml++.spec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/libxml++.spec b/libxml++.spec index b07ae06..a0f1473 100644 --- a/libxml++.spec +++ b/libxml++.spec @@ -2,26 +2,23 @@ Name: libxml++ Epoch: 1 -Version: 5.0.0 +Version: 5.0.1 Release: 1mamba Summary: A C++ wrapper for the libxml XML parser library Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Stefano Cotta Ramusino -URL: https://libxmlplusplus.sourceforge.net +Packager: Silvan Calarco +URL: http://libxmlplusplus.sourceforge.net/ Source: https://download.gnome.org/sources/libxml++/%{majversion}/libxml++-%{version}.tar.xz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libgcc -BuildRequires: libglibmm-devel BuildRequires: libstdc++6-devel BuildRequires: libxml2-devel ## AUTOBUILDREQ-END BuildRequires: mm-common-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description libxml++ is a C++ wrapper for the libxml XML parser library. @@ -40,8 +37,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} libxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specifications because they are not aimed at C++. Its API is much simpler than the underlying libxml C API. - -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. %package apidocs Group: Documentation @@ -51,7 +47,6 @@ Summary: API documentation for %{name} libxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specifications because they are not aimed at C++. Its API is much simpler than the underlying libxml C API. - This package contains the API documentation needed for development. %debug_package @@ -114,6 +109,9 @@ This package contains the API documentation needed for development. #%doc %{_docdir}/%{name}-*/reference %changelog +* Sun May 30 2021 Silvan Calarco 5.0.1-1mamba +- update to 5.0.1 + * Tue Feb 09 2021 Automatic Build System 5.0.0-1mamba - automatic version update by autodist