[createrepo_c] Update to 0.2.1

Tomas Mlcoch tmlcoch at fedoraproject.org
Wed Aug 14 08:51:00 UTC 2013


commit 8aabf8ef0c76fc11032f860eae7e5c0926a8c270
Author: Tomas Mlcoch <tmlcoch at redhat.com>
Date:   Wed Aug 14 10:50:49 2013 +0200

    Update to 0.2.1

 .gitignore        |    1 +
 createrepo_c.spec |    8 ++++++--
 sources           |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 543e12a..fc8229a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /createrepo_c-0.1.16.tar.xz
 /createrepo_c-0.1.17.tar.xz
 /createrepo_c-e598429.tar.xz
+/createrepo_c-1af2417.tar.xz
diff --git a/createrepo_c.spec b/createrepo_c.spec
index ee377a6..7565f02 100644
--- a/createrepo_c.spec
+++ b/createrepo_c.spec
@@ -1,9 +1,9 @@
-%global gitrev e598429
+%global gitrev 1af2417
 # gitrev is output of: git rev-parse --short HEAD
 
 Summary:        Creates a common metadata repository
 Name:           createrepo_c
-Version:        0.2.0
+Version:        0.2.1
 Release:        1%{?dist}
 License:        GPLv2
 Group:          System Environment/Base
@@ -113,6 +113,10 @@ make install DESTDIR=$RPM_BUILD_ROOT/
 %{python_sitearch}/createrepo_c/
 
 %changelog
+* Wed Aug  14 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.1-1
+- checksum: Set SHA to be the same as SHA1 (For compatibility with original
+  Createrepo)
+
 * Mon Aug   5 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.0-1
 - Speedup (More parallelization)
 - Changed C API
diff --git a/sources b/sources
index 10f9c5d..e7f970c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-78913a2b9bded7a97a0a91038141582c  createrepo_c-e598429.tar.xz
+3a5d2f4068579acbb904b7879c8bcd17  createrepo_c-1af2417.tar.xz


More information about the scm-commits mailing list