Update to 1.6.0

This commit is contained in:
Tomas Mlcoch 2014-02-20 09:56:50 +01:00
parent ed55870130
commit 624407895e
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
/librepo-ef864f0.tar.xz
/librepo-9106f73.tar.xz
/librepo-8a1bac3.tar.xz
/librepo-2b2c02f.tar.xz

View File

@ -1,9 +1,9 @@
%global gitrev 8a1bac3
%global gitrev 2b2c02f
# gitrev is output of: git rev-parse --short HEAD
Name: librepo
Version: 1.5.2
Release: 2%{?dist}
Version: 1.6.0
Release: 1%{?dist}
Summary: Repodata downloading library
Group: System Environment/Libraries
@ -118,6 +118,12 @@ popd
%{python3_sitearch}/
%changelog
* Tue Feb 20 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.6.0-1
- Small API change: End callback now must return integer and not void)
- downloader: Check for the lr_interrupt regularly
- Handle exceptions in python callbacks as return values (RhBug: 1066321)
- Support for byterange of download (RhBug: 1058777)
* Tue Jan 28 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.5.2-2
- Ignore rsyc mirrors silently.

View File

@ -1 +1 @@
f9a3e1412033d3f21a93c7b9abb7c308 librepo-8a1bac3.tar.xz
45d6cd4ffeffdc9eb73185c1f5a06615 librepo-2b2c02f.tar.xz