From aef52754ff0149e9d0296ae465c2706b4fa2c608c5e398ae3ae83ef8173b035c Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 3 Feb 2021 02:45:49 +0000 Subject: [PATCH] - Update to 1.13.0 + Fix the key string parsing in url_substitution + Fix memory leak in 'fastestmirror' + Download whole file when server doesn't support ranges (rh#1886706) + Various fixes for mirrors without ranges support and zchunk + Add support for pkcs11 certificate and key for repository authorization (rh#1859495) + Fix lr_perform() - Avoid 100% CPU usage + Drop Python 2 support + Add support for working with certificates used with proxy (rh#1920991) OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/librepo?expand=0&rev=34 --- librepo-1.12.1.tar.gz | 3 --- librepo-1.13.0.tar.gz | 3 +++ librepo.changes | 13 +++++++++++++ librepo.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 librepo-1.12.1.tar.gz create mode 100644 librepo-1.13.0.tar.gz diff --git a/librepo-1.12.1.tar.gz b/librepo-1.12.1.tar.gz deleted file mode 100644 index fab4e35..0000000 --- a/librepo-1.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b78113f3aeb0d562b034dbeb926609019b7bed27e05c9ab5a584a9938de8da9f -size 816206 diff --git a/librepo-1.13.0.tar.gz b/librepo-1.13.0.tar.gz new file mode 100644 index 0000000..99a9504 --- /dev/null +++ b/librepo-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8970194fb7e7fe339318ee8e122f255374f9fa5a50aaf23c65a7d2e5651143e +size 816981 diff --git a/librepo.changes b/librepo.changes index 7918e21..3398f79 100644 --- a/librepo.changes +++ b/librepo.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Feb 3 02:37:36 UTC 2021 - Neal Gompa + +- Update to 1.13.0 + + Fix the key string parsing in url_substitution + + Fix memory leak in 'fastestmirror' + + Download whole file when server doesn't support ranges (rh#1886706) + + Various fixes for mirrors without ranges support and zchunk + + Add support for pkcs11 certificate and key for repository authorization (rh#1859495) + + Fix lr_perform() - Avoid 100% CPU usage + + Drop Python 2 support + + Add support for working with certificates used with proxy (rh#1920991) + ------------------------------------------------------------------- Sat Aug 22 20:18:17 UTC 2020 - Neal Gompa diff --git a/librepo.spec b/librepo.spec index 1ec7cbd..38c3175 100644 --- a/librepo.spec +++ b/librepo.spec @@ -2,7 +2,7 @@ # spec file for package librepo # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2020 Neal Gompa . +# Copyright (c) 2020-2021 Neal Gompa . # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,7 @@ %define devname %{name}-devel Name: librepo -Version: 1.12.1 +Version: 1.13.0 Release: 0 Summary: Repodata downloading library License: LGPL-2.0-or-later @@ -51,7 +51,7 @@ BuildRequires: doxygen BuildRequires: gpgme-devel BuildRequires: pkgconfig(check) BuildRequires: pkgconfig(glib-2.0) >= 2.26.0 -BuildRequires: pkgconfig(libcurl) >= 7.28.0 +BuildRequires: pkgconfig(libcurl) >= 7.52.0 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(openssl)