[librepo] Update to 0.0.5-2

Tomas Mlcoch tmlcoch at fedoraproject.org
Mon Jul 22 09:12:53 UTC 2013


commit f6676d6a609a89949b87771f33eaadc01b519664
Author: Tomas Mlcoch <tmlcoch at redhat.com>
Date:   Mon Jul 22 11:12:44 2013 +0200

    Update to 0.0.5-2

 .gitignore   |    1 +
 librepo.spec |   11 ++++++++---
 sources      |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80f3b81..7f5749a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /librepo-6df340e.tar.xz
 /librepo-55c1c08.tar.xz
 /librepo-cd5291e.tar.xz
+/librepo-57f5f9a.tar.xz
diff --git a/librepo.spec b/librepo.spec
index 7f242a9..73bb169 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -1,9 +1,9 @@
-%global gitrev cd5291e
+%global gitrev 57f5f9a
 # gitrev is output of: git rev-parse --short HEAD
 
 Name:		librepo
 Version:	0.0.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Repodata downloading library
 
 Group:		System Environment/Libraries
@@ -18,7 +18,7 @@ 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
@@ -80,6 +80,11 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{python_sitearch}/librepo/
 
 %changelog
+* Mon Jul  22 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.5-2
+- Bump version in versioh.h to 0.0.5
+- Python: Fix Handle.mirrors to return empty list instead of None if
+  no mirrors available (RhBug: 986228)
+
 * 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)
diff --git a/sources b/sources
index a321a90..d1a7879 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d7bd093967a86848dcfab7db83d285c  librepo-cd5291e.tar.xz
+fbacc95141175a6355d96410ebafbc3a  librepo-57f5f9a.tar.xz


More information about the scm-commits mailing list