[librepo] Update to 0.0.5

Tomas Mlcoch tmlcoch at fedoraproject.org
Wed Jul 17 11:16:18 UTC 2013


commit 5f933a617d0a4059b78df3ad48e5206ab5d7be20
Author: Tomas Mlcoch <tmlcoch at redhat.com>
Date:   Wed Jul 17 13:16:06 2013 +0200

    Update to 0.0.5

 .gitignore   |    1 +
 librepo.spec |   34 +++++++++++++++++++++++++++++-----
 sources      |    2 +-
 3 files changed, 31 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fea012d..80f3b81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /librepo-720d68d.tar.xz
 /librepo-6df340e.tar.xz
 /librepo-55c1c08.tar.xz
+/librepo-cd5291e.tar.xz
diff --git a/librepo.spec b/librepo.spec
index 830f3a3..7f242a9 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -1,9 +1,9 @@
-%global gitrev 55c1c08
+%global gitrev cd5291e
 # gitrev is output of: git rev-parse --short HEAD
 
 Name:		librepo
-Version:	0.0.4
-Release:	2%{?dist}
+Version:	0.0.5
+Release:	1%{?dist}
 Summary:	Repodata downloading library
 
 Group:		System Environment/Libraries
@@ -18,8 +18,10 @@ Source0:	librepo-%{gitrev}.tar.xz
 BuildRequires:	check-devel
 BuildRequires:	cmake
 BuildRequires:	doxygen
-BuildRequires:	expat-devel
+BuildRequires:  expat-devel
+BuildRequires:  glib2-devel >= 2.22.0
 BuildRequires:	gpgme-devel
+BuildRequires:	libattr-devel
 BuildRequires:	libcurl-devel
 BuildRequires:	openssl-devel
 BuildRequires:	pygpgme
@@ -78,6 +80,28 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{python_sitearch}/librepo/
 
 %changelog
+* Wed Jul  17 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.5-1
+- Return LRE_ALREADYDOWNLOADED if the file exists even if no resume
+  is specified. (GitHub issue 15)
+- downloadtarget: New module, future replacement for curltarget module.
+- Librepo migrated to lr_LrMirrorlist from lr_InternalMirrorlist.
+- test: Run python unittest verbosely
+- lrmirrorlis: New module. GLib2 ready replacement for the internal_mirrorlist
+  module.
+- package_downloader: Add LRE_ALREADYDOWNLOADED rc code. (GitHub issue 15)
+- handle: After set python SIGINT handler back, check if librepo was
+  interrupted by CTRL+C. (RhBug: 977803)
+- cmake: Set required python version to 2. (GitHub issue 10)
+- Fix missing VAR substitution for mirrorlist. (GitHub issue 11)
+- cmake: Add FindXattr module.
+- Add support for caching checksum as extended file attribute. (GitHub issue 8)
+- util: Add lr_asprintf().
+- util: Add lr_vasprintf().
+- handle: Fix funky logic in internal error handling. (GitHub issue 9)
+- Add lr_yum_repomd_get_age() function. (GitHub issue 6)
+- test: Add test for LR_VERSION_CHECK macro.
+- Add a LR_VERSION_CHECK macro
+
 * Wed Jun 12 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.4-2
 - examples: Add C example of usage.
 - Fix predefined lists in types.h (GitHub issue 4). Thank you hughsie
@@ -111,5 +135,5 @@ make install DESTDIR=$RPM_BUILD_ROOT
 - Add LRI_PROGRESSCB and LRI_PROGRESSDATA options (RhBug: 919123)
 - Bindings: More pythonic operations with handle's attributes (RhBug: 919124)
 
-* Thu Oct  9 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.1-1.gitc69642e
+* Tue Oct  9 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.1-1.gitc69642e
 - Initial package
diff --git a/sources b/sources
index 7c45da5..a321a90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad1862275ec17bc2a0243e2307f799ec  librepo-55c1c08.tar.xz
+9d7bd093967a86848dcfab7db83d285c  librepo-cd5291e.tar.xz


More information about the scm-commits mailing list