From b034b31ec6dcfb5964def43236ad90e0e20facb2 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Sun, 28 Dec 2014 21:21:26 +0100 Subject: [PATCH] Update to 0.7.5-2 --- .gitignore | 1 + createrepo_c.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3880641..249492f 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /createrepo_c-3ff1d05.tar.xz /createrepo_c-d78d504.tar.xz /createrepo_c-05783bf.tar.xz +/createrepo_c-9c22993.tar.xz diff --git a/createrepo_c.spec b/createrepo_c.spec index 48bd670..d8bdb92 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -1,4 +1,4 @@ -%global gitrev 05783bf +%global gitrev 9c22993 # gitrev is output of: git rev-parse --short HEAD Summary: Creates a common metadata repository @@ -115,6 +115,9 @@ make install DESTDIR=$RPM_BUILD_ROOT/ %{python_sitearch}/createrepo_c/ %changelog +* Sun Dec 28 2014 Tomas Mlcoch - 0.7.5-2 +- Python: Add __contains__ method to Repomd() class + * Sun Dec 28 2014 Tomas Mlcoch - 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) diff --git a/sources b/sources index e721355..7908ab8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee9f47c09c2f6947af5f50b9200cd03a createrepo_c-05783bf.tar.xz +5062ad2cca3bc9c0bbfae7047efbbd4a createrepo_c-9c22993.tar.xz