diff --git a/librepo.spec b/librepo.spec index fb9c17f..4c872fc 100644 --- a/librepo.spec +++ b/librepo.spec @@ -1,5 +1,5 @@ Name: librepo -Version: 1.10.3 +Version: 1.11.0 Release: 1mamba Summary: A library providing C and Python API for downloading packages and linux repository metadata in rpm-md format Group: System/Libraries @@ -12,15 +12,17 @@ Source: https://github.com/rpm-software-management/librepo.git/%{version} License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: ldconfig BuildRequires: libassuan-devel BuildRequires: libcurl-devel -BuildRequires: libexpat-devel BuildRequires: libglib-devel BuildRequires: libgpg-error-devel BuildRequires: libgpgme-devel BuildRequires: libopenssl-devel BuildRequires: libpython-devel BuildRequires: libpython27-devel +BuildRequires: libxml2-devel +BuildRequires: libzck-devel ## AUTOBUILDREQ-END BuildRequires: cmake BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -72,6 +74,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Thu Jan 16 2020 Silvan Calarco 1.11.0-1mamba +- update to 1.11.0 + * Tue Jun 04 2019 Silvan Calarco 1.10.3-1mamba - update to 1.10.3