Update to 1.2.0
This commit is contained in:
parent
03bd133db6
commit
5ea63a306e
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/librepo-024ef3d.tar.xz
|
||||
/librepo-b28e796.tar.xz
|
||||
/librepo-29872d4.tar.xz
|
||||
/librepo-c4ee6d2.tar.xz
|
||||
|
12
librepo.spec
12
librepo.spec
@ -1,8 +1,8 @@
|
||||
%global gitrev 29872d4
|
||||
%global gitrev c4ee6d2
|
||||
# gitrev is output of: git rev-parse --short HEAD
|
||||
|
||||
Name: librepo
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
@ -80,6 +80,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{python_sitearch}/librepo/
|
||||
|
||||
%changelog
|
||||
* Tue Oct 01 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.2.0-1
|
||||
- Better detection of bad content of repomd.xml
|
||||
- Close files properly (RhBug: 1012290)
|
||||
- Add fastestmirror module + LRO_FASTESTMIRROR option
|
||||
- downloader: Fix uninitialized total to download variable (GitHub issue 22)
|
||||
- Add LRO_MIRRORLISTURL and LRO_METALINKURL. LRO_MIRRORLIST is deprecated.
|
||||
- Few other small fixes
|
||||
|
||||
* Mon Sep 16 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.1.0-1
|
||||
- New librepo.download_url(url, fd, handle=None) function in Python API.
|
||||
- Low-level downloader interface is now public in C API.
|
||||
|
Loading…
Reference in New Issue
Block a user