diff --git a/librepo-1.7.20.tar.gz b/librepo-1.7.20.tar.gz deleted file mode 100644 index d715fe7..0000000 --- a/librepo-1.7.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:104f77503b2e4a1d9e11af311a1cada50f4e62c5250ccaff0cdeaae3c7a98026 -size 571989 diff --git a/librepo-1.8.1.tar.gz b/librepo-1.8.1.tar.gz new file mode 100644 index 0000000..3221156 --- /dev/null +++ b/librepo-1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e15caff6eb9301f53be8a0d9164063ebe9cd6db382d8725d9af6cf363050d5f +size 577845 diff --git a/librepo.changes b/librepo.changes index 6cabb93..31de189 100644 --- a/librepo.changes +++ b/librepo.changes @@ -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 diff --git a/librepo.spec b/librepo.spec index 5fae5ac..13a55b4 100644 --- a/librepo.spec +++ b/librepo.spec @@ -1,7 +1,8 @@ # # spec file for package librepo # -# Copyright (c) 2017 Neal Gompa . +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 Neal Gompa . # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,14 +35,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 +116,7 @@ Python 3 bindings for the librepo library. %endif %prep -%setup -q -n %{name}-%{name}-%{version} +%setup -q %if %{with python3} rm -rf py3