[createrepo_c] Update to 0.7.5

Tomas Mlcoch tmlcoch at fedoraproject.org
Sun Dec 28 20:10:29 UTC 2014


commit d0980613c73c2d7bb2aa2c5b85715e0570699300
Author: Tomas Mlcoch <tmlcoch at redhat.com>
Date:   Sun Dec 28 21:10:26 2014 +0100

    Update to 0.7.5

 .gitignore        |    1 +
 createrepo_c.spec |   10 ++++++++--
 sources           |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 917a109..3880641 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /createrepo_c-92d9225.tar.xz
 /createrepo_c-3ff1d05.tar.xz
 /createrepo_c-d78d504.tar.xz
+/createrepo_c-05783bf.tar.xz
diff --git a/createrepo_c.spec b/createrepo_c.spec
index c8863ff..48bd670 100644
--- a/createrepo_c.spec
+++ b/createrepo_c.spec
@@ -1,9 +1,9 @@
-%global gitrev d78d504
+%global gitrev 05783bf
 # gitrev is output of: git rev-parse --short HEAD
 
 Summary:        Creates a common metadata repository
 Name:           createrepo_c
-Version:        0.7.4
+Version:        0.7.5
 Release:        1%{?dist}
 License:        GPLv2
 Group:          System Environment/Base
@@ -115,6 +115,12 @@ make install DESTDIR=$RPM_BUILD_ROOT/
 %{python_sitearch}/createrepo_c/
 
 %changelog
+* Sun Dec  28 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.5-1
+- Python repomd: Support for iteration and indexing by type - e.g. record = repomd['primary']
+- Show warning if an XML parser probably parsed a bad type of medata (New XML parser warning type CR_XML_WARNING_BADMDTYPE)
+- drpm library: Explicitly try to locate libdrpm.so.0
+- deltarpms: Don't show options for delta rpms if support is not available
+
 * Tue Nov  11 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.4-1
 - createrepo_c, mergerepo_c: Follow redirs by default while downloading remote repos
 - mergerepo_c: Fix segfault when a package without sourcerpm is part of metadata and --koji option is used
diff --git a/sources b/sources
index be8c489..e721355 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bcecf8207a240b3bf7485a6c5a32b615  createrepo_c-d78d504.tar.xz
+ee9f47c09c2f6947af5f50b9200cd03a  createrepo_c-05783bf.tar.xz


More information about the scm-commits mailing list