Bump to 1.7.5
This commit is contained in:
parent
7e5eadb145
commit
9ee9bf2daa
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
|||||||
/librepo-5585ff7.tar.xz
|
/librepo-5585ff7.tar.xz
|
||||||
/librepo-9226730.tar.xz
|
/librepo-9226730.tar.xz
|
||||||
/librepo-8f10101.tar.xz
|
/librepo-8f10101.tar.xz
|
||||||
|
/librepo-f9ca1a4.tar.xz
|
||||||
|
13
librepo.spec
13
librepo.spec
@ -1,4 +1,4 @@
|
|||||||
%global gitrev 8f10101
|
%global gitrev f9ca1a4
|
||||||
# gitrev is output of: git rev-parse --short HEAD
|
# gitrev is output of: git rev-parse --short HEAD
|
||||||
|
|
||||||
%if 0%{?rhel} != 0 && 0%{?rhel} <= 7
|
%if 0%{?rhel} != 0 && 0%{?rhel} <= 7
|
||||||
@ -9,8 +9,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.7.4
|
Version: 1.7.5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -139,6 +139,13 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 8 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.5-1
|
||||||
|
- accepts unicoded destination as UTF-8 string (Related: RhBug:1108908)
|
||||||
|
- downloader: Do not print debug message about preparing internal mirror list
|
||||||
|
if no internal mirror is available
|
||||||
|
- fastestmirror: subtract name lookup (dns) time from plain connect time
|
||||||
|
- fastestmirror: Small refactoring
|
||||||
|
|
||||||
* Thu Jun 26 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.4-3
|
* Thu Jun 26 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.4-3
|
||||||
- Increase default value of LRO_LOWSPEEDTIME from 10 to 30 (RhBug: 1109189)
|
- Increase default value of LRO_LOWSPEEDTIME from 10 to 30 (RhBug: 1109189)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user