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