- Upgrade to 1.8.1
+ Fix memory leaks in Python bindings (gh#rpm-software-management/librepo#83) + Fix HTTP header checking to work with proxies (gh#rpm-software-management/librepo#86) + Change connection and low-speed default timeouts to sync with DNF/Yum + Fix max download speed from repo (rh#1227921) OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/librepo?expand=0&rev=4
This commit is contained in:
parent
55cbd79905
commit
38788b8051
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:104f77503b2e4a1d9e11af311a1cada50f4e62c5250ccaff0cdeaae3c7a98026
|
|
||||||
size 571989
|
|
3
librepo-1.8.1.tar.gz
Normal file
3
librepo-1.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e15caff6eb9301f53be8a0d9164063ebe9cd6db382d8725d9af6cf363050d5f
|
||||||
|
size 577845
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 4 00:45:16 UTC 2018 - ngompa13@gmail.com
|
||||||
|
|
||||||
|
- Upgrade to 1.8.1
|
||||||
|
+ Fix memory leaks in Python bindings (gh#rpm-software-management/librepo#83)
|
||||||
|
+ Fix HTTP header checking to work with proxies (gh#rpm-software-management/librepo#86)
|
||||||
|
+ Change connection and low-speed default timeouts to sync with DNF/Yum
|
||||||
|
+ Fix max download speed from repo (rh#1227921)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 13 17:13:45 UTC 2017 - ngompa13@gmail.com
|
Sun Aug 13 17:13:45 UTC 2017 - ngompa13@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package librepo
|
# spec file for package librepo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 Neal Gompa <ngompa13@gmail.com>.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
|
# Copyright (c) 2018 Neal Gompa <ngompa13@gmail.com>.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,14 +35,14 @@
|
|||||||
%{!?python2_sitearch: %global python2_sitearch %{python_sitearch}}
|
%{!?python2_sitearch: %global python2_sitearch %{python_sitearch}}
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.7.20
|
Version: 1.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
Url: https://github.com/rpm-software-management/librepo
|
Url: https://github.com/rpm-software-management/librepo
|
||||||
Source0: https://github.com/rpm-software-management/librepo/archive/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: check-devel
|
BuildRequires: check-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -115,7 +116,7 @@ Python 3 bindings for the librepo library.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
rm -rf py3
|
rm -rf py3
|
||||||
|
Loading…
Reference in New Issue
Block a user