diff --git a/.gitignore b/.gitignore index 550c7c8..526a784 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /librepo-57f5f9a.tar.xz /librepo-024ef3d.tar.xz /librepo-b28e796.tar.xz +/librepo-29872d4.tar.xz diff --git a/librepo.spec b/librepo.spec index 5f9371f..d62d4c6 100644 --- a/librepo.spec +++ b/librepo.spec @@ -1,8 +1,8 @@ -%global gitrev b28e796 +%global gitrev 29872d4 # gitrev is output of: git rev-parse --short HEAD Name: librepo -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: Repodata downloading library @@ -80,6 +80,18 @@ make install DESTDIR=$RPM_BUILD_ROOT %{python_sitearch}/librepo/ %changelog +* 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. +- Small change of API lr_download_packages() and lr_packagetarget_new + functions. +- In python download_packages() changed from method of Handle() to + librepo module function without handle param. + Param handle was moved to the PackageTarget class that takes handle + as a optional param during constrution. +- Implements checking size of downloaded files (expectedsize + param of downloading functions). + * Wed Aug 28 2013 Tomas Mlcoch - 1.0.0-1 - Huge API changes - Library starts to use GLib2 diff --git a/sources b/sources index 248fb9b..3d53ebc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -679015723c8bfb375e6afc529cde9a3a librepo-b28e796.tar.xz +5ded6785228d7f295bf40a4cb4feccad librepo-29872d4.tar.xz