From af70949cdecd2dbdeab383e9f7e44c1e51d6c14b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:01:28 +0100 Subject: [PATCH] update to 0.1.18 [release 0.1.18-1mamba;Sun Dec 26 2021] --- libcomps.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libcomps.spec b/libcomps.spec index 1170d3b..5875c47 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -1,5 +1,5 @@ Name: libcomps -Version: 0.1.15 +Version: 0.1.18 Release: 1mamba Summary: Alternative for yum.comps library written in pure C with Python bindings Group: System/Libraries @@ -7,18 +7,15 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/rpm-software-management/libcomps -Source: https://github.com/rpm-software-management/libcomps.git/libcomps-%{version}/libcomps-%{version}.tar.bz2 +Source: https://github.com/rpm-software-management/libcomps.git/%{version}/libcomps-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libexpat-devel -BuildRequires: libpython-devel BuildRequires: libpython3-devel BuildRequires: libxml2-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Libcomps is alternative for yum.comps library. It's written in pure C as library and there's bindings for python2 and python3. @@ -81,6 +78,9 @@ cd libcomps %doc README.md %changelog +* Sun Dec 26 2021 Silvan Calarco 0.1.18-1mamba +- update to 0.1.18 + * Sat Aug 15 2020 Silvan Calarco 0.1.15-1mamba - update to 0.1.15