update to 1.11.0 [release 1.11.0-1mamba;Thu Jan 16 2020]
This commit is contained in:
parent
1cf6aefc69
commit
b05a237262
@ -1,5 +1,5 @@
|
|||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.10.3
|
Version: 1.11.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library providing C and Python API for downloading packages and linux repository metadata in rpm-md format
|
Summary: A library providing C and Python API for downloading packages and linux repository metadata in rpm-md format
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -12,15 +12,17 @@ Source: https://github.com/rpm-software-management/librepo.git/%{version}
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libassuan-devel
|
BuildRequires: libassuan-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libexpat-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: libgpgme-devel
|
BuildRequires: libgpgme-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
BuildRequires: libpython27-devel
|
BuildRequires: libpython27-devel
|
||||||
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: libzck-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -72,6 +74,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.0-1mamba
|
||||||
|
- update to 1.11.0
|
||||||
|
|
||||||
* Tue Jun 04 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.3-1mamba
|
* Tue Jun 04 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.3-1mamba
|
||||||
- update to 1.10.3
|
- update to 1.10.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user