Update to 1.6.0
This commit is contained in:
parent
ed55870130
commit
624407895e
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/librepo-ef864f0.tar.xz
|
/librepo-ef864f0.tar.xz
|
||||||
/librepo-9106f73.tar.xz
|
/librepo-9106f73.tar.xz
|
||||||
/librepo-8a1bac3.tar.xz
|
/librepo-8a1bac3.tar.xz
|
||||||
|
/librepo-2b2c02f.tar.xz
|
||||||
|
12
librepo.spec
12
librepo.spec
@ -1,9 +1,9 @@
|
|||||||
%global gitrev 8a1bac3
|
%global gitrev 2b2c02f
|
||||||
# gitrev is output of: git rev-parse --short HEAD
|
# gitrev is output of: git rev-parse --short HEAD
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.5.2
|
Version: 1.6.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -118,6 +118,12 @@ popd
|
|||||||
%{python3_sitearch}/
|
%{python3_sitearch}/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 28 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.5.2-2
|
||||||
- Ignore rsyc mirrors silently.
|
- Ignore rsyc mirrors silently.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user