Accepting request 561499 from system:packagemanager:dnf

- 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/request/show/561499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librepo?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-01-05 00:02:02 +00:00 committed by Git OBS Bridge
commit 1bb65f5de7
4 changed files with 16 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e15caff6eb9301f53be8a0d9164063ebe9cd6db382d8725d9af6cf363050d5f
size 577845

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# spec file for package librepo
#
# Copyright (c) 2017 Neal Gompa <ngompa13@gmail.com>.
# Copyright (c) 2018 Neal Gompa <ngompa13@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -34,14 +34,14 @@
%{!?python2_sitearch: %global python2_sitearch %{python_sitearch}}
Name: librepo
Version: 1.7.20
Version: 1.8.1
Release: 0
Summary: Repodata downloading library
License: LGPL-2.0+
Group: System/Libraries
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: cmake
@ -115,7 +115,7 @@ Python 3 bindings for the librepo library.
%endif
%prep
%setup -q -n %{name}-%{name}-%{version}
%setup -q
%if %{with python3}
rm -rf py3