[librepo] Update to 1.1.0

Tomas Mlcoch tmlcoch at fedoraproject.org
Mon Sep 16 08:24:49 UTC 2013


commit 03bd133db60c08ea40d03ec3c0c5dc3ec52b2f41
Author: Tomas Mlcoch <tmlcoch at redhat.com>
Date:   Mon Sep 16 10:24:37 2013 +0200

    Update to 1.1.0

 .gitignore   |    1 +
 librepo.spec |   16 ++++++++++++++--
 sources      |    2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)
---
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 <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.
+- 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 <tmlcoch at redhat.com> - 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


More information about the scm-commits mailing list