Bump to 1.7.13

This commit is contained in:
Tomas Mlcoch 2015-01-23 15:45:54 +01:00
parent a338314a7b
commit c1db01e377
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@
/librepo-d9fb706.tar.xz
/librepo-a064e9a.tar.xz
/librepo-116b875.tar.xz
/librepo-8f931e8.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 116b875
%global gitrev 8f931e8
# gitrev is output of: git rev-parse --short HEAD
%if 0%{?rhel} != 0 && 0%{?rhel} <= 7
@ -9,7 +9,7 @@
%endif
Name: librepo
Version: 1.7.12
Version: 1.7.13
Release: 1%{?dist}
Summary: Repodata downloading library
@ -141,6 +141,13 @@ popd
%endif
%changelog
* Fri Jan 23 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.13-1
- Fix ABI compatibility (RhBug: 1185180)
- fastestmirror: Add LRO_FASTESTMIRRORTIMEOUT option
- downloader: Move broken mirror at the end of the list of mirrors (RhBug: 1183998)
- Make building tests and docs optional
- librepo: Don't download remote mirrorlist/metalink when LRO_LOCAL is specified (Resolves #41)
* Fri Jan 16 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.12-1
- downloader: Allow max one resume + nicer message if xattr cannot be set (RhBug: 1130685)
- downloader: Resume only files that were originaly downloaded by Librepo (RhBug: 1130685)

View File

@ -1 +1 @@
a9d687f7f86df6a66094d75bd6e980b2 librepo-116b875.tar.xz
cd05a2bddce873fc4272e80cdee64ba9 librepo-8f931e8.tar.xz