Update to 1.12.0
This commit is contained in:
parent
3597628e09
commit
df27a547ab
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@
|
||||
/librepo-1.11.0.tar.gz
|
||||
/librepo-1.11.1.tar.gz
|
||||
/librepo-1.11.3.tar.gz
|
||||
/librepo-1.12.0.tar.gz
|
||||
|
14
librepo.spec
14
librepo.spec
@ -26,8 +26,8 @@
|
||||
%global dnf_conflict 2.8.8
|
||||
|
||||
Name: librepo
|
||||
Version: 1.11.3
|
||||
Release: 3%{?dist}
|
||||
Version: 1.12.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -82,7 +82,8 @@ BuildRequires: pygpgme
|
||||
BuildRequires: python2-pyxattr
|
||||
BuildRequires: python2-gpg
|
||||
%endif
|
||||
%endif # with pythontests
|
||||
%endif
|
||||
# endif with pythontests
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Conflicts: python2-dnf < %{dnf_conflict}
|
||||
|
||||
@ -189,6 +190,13 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 02 2020 Nicola Sella <nsella@redhat.com> - 1.12.0-1
|
||||
- Update to 1.12.0
|
||||
- Decode package URL when using for local filename (RhBug:1817130)
|
||||
- Fix memory leak in lr_download_metadata() and lr_yum_download_remote()
|
||||
- Download sources work when at least one of specified is working (RhBug:1775184)
|
||||
- Enable building on OSX
|
||||
|
||||
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 1.11.3-3
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (librepo-1.11.3.tar.gz) = 9d1b63ec9ba089024f5d65c9d09bc56af40f5fcbb6cce6bf20b44f1acc53ac4f3d26ea9a077f7270e0a6b4b596a4fba2f2ba8dea053cc8c8a04e057331ee3c39
|
||||
SHA512 (librepo-1.12.0.tar.gz) = 754f42277b4a6eeb0c3a47400ed32b5de3b37f15f28619f9709de6d0bb4b294b60fcce11d489bb4c5a7a8bf3a5f449dbf57aca2fc2fde0b6a70a3fc18a71daf9
|
||||
|
Loading…
Reference in New Issue
Block a user