Bump to 1.7.5

This commit is contained in:
Tomas Mlcoch 2014-07-08 10:21:56 +02:00
parent 7e5eadb145
commit 9ee9bf2daa
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/librepo-5585ff7.tar.xz
/librepo-9226730.tar.xz
/librepo-8f10101.tar.xz
/librepo-f9ca1a4.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 8f10101
%global gitrev f9ca1a4
# gitrev is output of: git rev-parse --short HEAD
%if 0%{?rhel} != 0 && 0%{?rhel} <= 7
@ -9,8 +9,8 @@
%endif
Name: librepo
Version: 1.7.4
Release: 3%{?dist}
Version: 1.7.5
Release: 1%{?dist}
Summary: Repodata downloading library
Group: System Environment/Libraries
@ -139,6 +139,13 @@ popd
%endif
%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
- Increase default value of LRO_LOWSPEEDTIME from 10 to 30 (RhBug: 1109189)

View File

@ -1 +1 @@
3ec4ef20b06e14f6c1a96c6ef1710094 librepo-8f10101.tar.xz
f6e490fa938cae1cb1d99a6a48cdbe13 librepo-f9ca1a4.tar.xz