diff --git a/.gitignore b/.gitignore index 526a784..058dad8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /librepo-024ef3d.tar.xz /librepo-b28e796.tar.xz /librepo-29872d4.tar.xz +/librepo-c4ee6d2.tar.xz diff --git a/librepo.spec b/librepo.spec index d62d4c6..2422994 100644 --- a/librepo.spec +++ b/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 - 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 - 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. diff --git a/sources b/sources index 3d53ebc..eab036f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ded6785228d7f295bf40a4cb4feccad librepo-29872d4.tar.xz +1d706d125f019203b4394ea8c302964c librepo-c4ee6d2.tar.xz