[createrepo_c/f18] Update to 0.1.10

Tomas Mlcoch tmlcoch at fedoraproject.org
Wed Oct 3 11:22:22 UTC 2012


commit 63949a1269524850f869673dfe987ab34a74af93
Author: Tomas Mlcoch <tmlcoch at redhat.com>
Date:   Wed Oct 3 13:22:05 2012 +0200

    Update to 0.1.10

 .gitignore        |    1 +
 createrepo_c.spec |   12 +++++++++++-
 sources           |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 452dd6e..322787c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /createrepo_c-0.1.5.tar.xz
 /createrepo_c-0.1.7.tar.xz
 /createrepo_c-0.1.8.tar.xz
+/createrepo_c-0.1.10.tar.xz
diff --git a/createrepo_c.spec b/createrepo_c.spec
index ea4fb92..632ede6 100644
--- a/createrepo_c.spec
+++ b/createrepo_c.spec
@@ -1,6 +1,6 @@
 Summary:        Creates a common metadata repository
 Name:           createrepo_c
-Version:        0.1.8
+Version:        0.1.10
 Release:        1%{?dist}
 License:        GPLv2
 Group:          System Environment/Base
@@ -82,6 +82,16 @@ make install DESTDIR=$RPM_BUILD_ROOT/
 %doc doc/html
 
 %changelog
+* Wed Oct  03 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.10-1
+- Another memory usage optimalization
+
+* Mon Sep  03 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.9-1
+- Some changes in library interface
+- Memory usage optimalization
+- Fix a segfault and a race condition
+- New cmd options: --read-pkgs-list and --retain-old-md param
+- Few other bugfixes
+
 * Wed Aug  15 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.8-1
 - New interface of repomd module
 - New cmd options: --repo --revision --distro --content --basedir
diff --git a/sources b/sources
index 309b054..3e79551 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-224bc9dc17fa742a6d1c958c1ee78383  createrepo_c-0.1.8.tar.xz
+bc5c6197cbe51c90bb19399e9adcc811  createrepo_c-0.1.10.tar.xz


More information about the scm-commits mailing list