Update to 1.2.0

This commit is contained in:
Tomas Mlcoch 2013-10-01 10:35:41 +02:00
parent 03bd133db6
commit 5ea63a306e
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/librepo-024ef3d.tar.xz
/librepo-b28e796.tar.xz
/librepo-29872d4.tar.xz
/librepo-c4ee6d2.tar.xz

View File

@ -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.

View File

@ -1 +1 @@
5ded6785228d7f295bf40a4cb4feccad librepo-29872d4.tar.xz
1d706d125f019203b4394ea8c302964c librepo-c4ee6d2.tar.xz