Update to 1.15.1
This commit is contained in:
parent
e5f6a0df55
commit
c92ae776b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@
|
||||
/librepo-1.14.2.tar.gz
|
||||
/librepo-1.14.3.tar.gz
|
||||
/librepo-1.14.4.tar.gz
|
||||
/librepo-1.15.1.tar.gz
|
||||
|
12
librepo.spec
12
librepo.spec
@ -11,11 +11,11 @@
|
||||
%global dnf_conflict 2.8.8
|
||||
|
||||
Name: librepo
|
||||
Version: 1.14.4
|
||||
Version: 1.15.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/rpm-software-management/librepo
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
@ -23,7 +23,7 @@ BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||
BuildRequires: gpgme-devel
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: libcurl-devel >= %{libcurl_version}
|
||||
@ -96,6 +96,12 @@ Python 3 bindings for the librepo library.
|
||||
%{python3_sitearch}/%{name}/
|
||||
|
||||
%changelog
|
||||
* Fri Dec 09 2022 Jaroslav Rohel <jrohel@redhat.com> - 1.15.1-1
|
||||
- Update to 1.15.1
|
||||
- Adds API support for waiting on network in an event driven manner (new API function lr_handle_network_wait)
|
||||
- OpenPGP API extension and fixes (new API functions lr_gpg_*)
|
||||
- Update license format to "LGPL-2.1-or-later"
|
||||
|
||||
* Tue Aug 23 2022 Jaroslav Rohel <jrohel@redhat.com> - 1.14.4-1
|
||||
- Update to 1.14.4
|
||||
- Use nanosec precision for timestamp of checksum cache (RhBug:2077864)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (librepo-1.14.4.tar.gz) = d2117077c22b3282fa50757dcffa5d0edb0a2476ae91203a93fe9231b08ce5c781382ad774296248339b4c7208453e393fdc9b3d290d308e28ff4d35b0f4bcea
|
||||
SHA512 (librepo-1.15.1.tar.gz) = c943607439202699afd0e5aa4706ba3c30d8299c3efeeed225dd07c29cb1453edd6fcbe59d7d6089c3619fb7113c98d41f6ceeb86d10c63450671919ed669383
|
||||
|
Loading…
Reference in New Issue
Block a user