[createrepo_c] Update to 0.7.0

Tomas Mlcoch tmlcoch at fedoraproject.org
Mon Oct 20 06:45:55 UTC 2014


commit b4e00234a34c88d48d37ad272b2a853a4f1ad429
Author: Tomas Mlcoch <tmlcoch at redhat.com>
Date:   Mon Oct 20 08:45:50 2014 +0200

    Update to 0.7.0

 .gitignore        |    1 +
 createrepo_c.spec |   14 +++++++++-----
 sources           |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9383a8c..5257035 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /createrepo_c-d43f960.tar.xz
 /createrepo_c-e509b1f.tar.xz
 /createrepo_c-1e32fcd.tar.xz
+/createrepo_c-20068e8.tar.xz
diff --git a/createrepo_c.spec b/createrepo_c.spec
index aede731..7421dde 100644
--- a/createrepo_c.spec
+++ b/createrepo_c.spec
@@ -1,10 +1,10 @@
-%global gitrev 1e32fcd
+%global gitrev 20068e8
 # gitrev is output of: git rev-parse --short HEAD
 
 Summary:        Creates a common metadata repository
 Name:           createrepo_c
-Version:        0.6.1
-Release:        2%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 License:        GPLv2
 Group:          System Environment/Base
 # Use the following commands to generate the tarball:
@@ -115,8 +115,12 @@ make install DESTDIR=$RPM_BUILD_ROOT/
 %{python_sitearch}/createrepo_c/
 
 %changelog
-* Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+* Mon Oct  20 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.0-1
+- deltarpms: Update module to work with current version of drpm
+- mergerepo_c: Add --omit-baseurl option
+- craterepo_c: Gen empty repo if empty pkglist is used
+- Docs: Output python docs to separate directory
+- Several small fixes
 
 * Tue Aug  12 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.6.1-1
 - updateinfo: Use Python datetime objects in python bindings
diff --git a/sources b/sources
index b768b68..4d6b63c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b21eb9e681933e73c12f4e34512ab9d0  createrepo_c-1e32fcd.tar.xz
+33c06d61496f8eaecbf19ec106228472  createrepo_c-20068e8.tar.xz


More information about the scm-commits mailing list