Update to 1.5.0
This commit is contained in:
parent
20e39e3042
commit
254ffe86fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/librepo-bc2c8a5.tar.xz
|
/librepo-bc2c8a5.tar.xz
|
||||||
/librepo-09b3052.tar.xz
|
/librepo-09b3052.tar.xz
|
||||||
/librepo-9ea2f0c.tar.xz
|
/librepo-9ea2f0c.tar.xz
|
||||||
|
/librepo-a65e3d3.tar.xz
|
||||||
|
14
librepo.spec
14
librepo.spec
@ -1,8 +1,8 @@
|
|||||||
%global gitrev 9ea2f0c
|
%global gitrev a65e3d3
|
||||||
# gitrev is output of: git rev-parse --short HEAD
|
# gitrev is output of: git rev-parse --short HEAD
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.4.0
|
Version: 1.5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
@ -118,6 +118,16 @@ popd
|
|||||||
%{python3_sitearch}/
|
%{python3_sitearch}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 17 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.5.0-1
|
||||||
|
- Extend C example
|
||||||
|
- Add LRR_YUM_TIMESTAMP (GitHub issue #25)
|
||||||
|
- Close the correct file when using a metalink.xml file
|
||||||
|
- Add lr_check_packages()
|
||||||
|
- Enable checksum caching for already existing local packages
|
||||||
|
- Library: Call LR_PROGRESSCB with zeroized values, when total_to_download
|
||||||
|
value is changed
|
||||||
|
- Skip fastestmirror detection of only one mirror is present
|
||||||
|
|
||||||
* Tue Nov 19 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.4.0-1
|
* Tue Nov 19 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.4.0-1
|
||||||
- Add LRO_FASTESTMIRRORCB
|
- Add LRO_FASTESTMIRRORCB
|
||||||
- Add LRO_LOWSPEEDTIME and LRO_LOWSPEEDLIMIT options. (RhBug: 1028444)
|
- Add LRO_LOWSPEEDTIME and LRO_LOWSPEEDLIMIT options. (RhBug: 1028444)
|
||||||
|
Loading…
Reference in New Issue
Block a user