Update to 1.14.0
This commit is contained in:
parent
ebd73c4967
commit
c03788111e
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@
|
||||
/librepo-1.12.0.tar.gz
|
||||
/librepo-1.12.1.tar.gz
|
||||
/librepo-1.13.0.tar.gz
|
||||
/librepo-1.14.0.tar.gz
|
||||
|
11
librepo.spec
11
librepo.spec
@ -11,7 +11,7 @@
|
||||
%global dnf_conflict 2.8.8
|
||||
|
||||
Name: librepo
|
||||
Version: 1.13.0
|
||||
Version: 1.14.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
@ -52,7 +52,6 @@ Summary: Python 3 bindings for the librepo library
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-gpg
|
||||
BuildRequires: python3-flask
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-pyxattr
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-sphinx
|
||||
@ -98,6 +97,14 @@ Python 3 bindings for the librepo library.
|
||||
%{python3_sitearch}/%{name}/
|
||||
|
||||
%changelog
|
||||
* Thu Apr 15 2021 Nicola Sella <nsella@redhat.com> - 1.14.0-1
|
||||
- Update to 1.14.0
|
||||
- Fix: memory leaks
|
||||
- Support multiple checksums in xattr (RhBz:1931904)
|
||||
- Use macros to access extended attributes
|
||||
- Remove problematic language
|
||||
- CMake: Set minimum version for curl to 7.52.0
|
||||
|
||||
* Mon Mar 01 2021 Nicola Sella <nsella@redhat.com> - 1.13.0-1
|
||||
- Update to 1.13.0
|
||||
- Add support for working with certificates used with proxy
|
||||
|
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