Update to 1.14.0
Resolves: rhbz#1916798 Resolves: rhbz#1951430
This commit is contained in:
parent
cf42cc80d1
commit
2926f5d1fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@
|
|||||||
/librepo-1.12.0.tar.gz
|
/librepo-1.12.0.tar.gz
|
||||||
/librepo-1.12.1.tar.gz
|
/librepo-1.12.1.tar.gz
|
||||||
/librepo-1.13.0.tar.gz
|
/librepo-1.13.0.tar.gz
|
||||||
|
/librepo-1.14.0.tar.gz
|
||||||
|
11
librepo.spec
11
librepo.spec
@ -11,8 +11,8 @@
|
|||||||
%global dnf_conflict 2.8.8
|
%global dnf_conflict 2.8.8
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.13.0
|
Version: 1.14.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -52,7 +52,6 @@ Summary: Python 3 bindings for the librepo library
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-gpg
|
BuildRequires: python3-gpg
|
||||||
BuildRequires: python3-flask
|
BuildRequires: python3-flask
|
||||||
BuildRequires: python3-nose
|
|
||||||
BuildRequires: python3-pyxattr
|
BuildRequires: python3-pyxattr
|
||||||
BuildRequires: python3-requests
|
BuildRequires: python3-requests
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
@ -98,6 +97,12 @@ Python 3 bindings for the librepo library.
|
|||||||
%{python3_sitearch}/%{name}/
|
%{python3_sitearch}/%{name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 26 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 1.14.0-1
|
||||||
|
- Update to 1.14.0
|
||||||
|
- Reposync does not re-download unchanged packages (RhBug:1931904)
|
||||||
|
- Return "calculated" checksum if requested w/caching
|
||||||
|
- Fixed memory leaks and segfault
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.13.0-2
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.13.0-2
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (librepo-1.13.0.tar.gz) = 6e67bbcf3711607f8247bec9343b0a883d1aa75290d6cd539f207ff6df8f341a85b823ac031f1b9f097f23cfb74ab91c843c028bba5b2dc3d856975217af3cc7
|
SHA512 (librepo-1.14.0.tar.gz) = e6c2a98a5c57901ebd16f09fd627daaf45e56a95e1d91bb350f60d3d33ed154d05980f8d4ddba2b7204d2e980f79dc075a741ff1527388f540182ba6a6186c98
|
||||||
|
Loading…
Reference in New Issue
Block a user