From 267a27a85f73892f99174793cc452cde10a502a7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:34:58 +0100 Subject: [PATCH] automatic version update by autodist [release 1.12.1-1mamba;Mon Feb 28 2022] --- README.md | 6 +----- pugixml.spec | 16 ++++++++-------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index dcf8575..4259e1e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ # pugixml -A light-weight C++ XML processing library. It features: -DOM-like interface with rich traversal/modification capabilities -Extremely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer -XPath 1.0 implementation for complex data-driven tree queries -Full Unicode support with Unicode interface variants and automatic encoding conversions +A light-weight C++ XML processing library. diff --git a/pugixml.spec b/pugixml.spec index 2e8d67d..98de4d2 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -1,11 +1,12 @@ +%define majver %(echo %version | cut -d. -f1-2) Name: pugixml -Version: 1.12 +Version: 1.12.1 Release: 1mamba Summary: A light-weight C++ XML processing library Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Ercole 'ercolinux' Carpanetto +Packager: Silvan Calarco URL: https://pugixml.org/ Source: http://github.com/zeux/pugixml/releases/download/v%{version}/pugixml-%{version}.tar.gz License: MIT @@ -16,11 +17,7 @@ BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END %description -A light-weight C++ XML processing library. It features: -DOM-like interface with rich traversal/modification capabilities -Extremely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer -XPath 1.0 implementation for complex data-driven tree queries -Full Unicode support with Unicode interface variants and automatic encoding conversions +A light-weight C++ XML processing library. %package devel Group: Development/Libraries @@ -33,7 +30,7 @@ This package contains libraries and header files for developing applications tha %debug_package %prep -%setup -q -n pugixml-%{version} +%setup -q -n pugixml-%{majver} %build %cmake @@ -64,6 +61,9 @@ This package contains libraries and header files for developing applications tha %doc readme.txt %changelog +* Mon Feb 28 2022 Automatic Build System 1.12.1-1mamba +- automatic version update by autodist + * Thu Feb 10 2022 Automatic Build System 1.12-1mamba - automatic version update by autodist