[createrepo_c/f18] Update to 0.1.11

Tomas Mlcoch tmlcoch at fedoraproject.org
Fri Nov 9 09:39:15 UTC 2012


commit 11c325d6d58d443f5bce6db3af7bef03483500ad
Author: Tomas Mlcoch <tmlcoch at redhat.com>
Date:   Fri Nov 9 10:39:11 2012 +0100

    Update to 0.1.11

 .gitignore        |    1 +
 createrepo_c.spec |   12 +++++++++++-
 sources           |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 322787c..dcee32c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /createrepo_c-0.1.7.tar.xz
 /createrepo_c-0.1.8.tar.xz
 /createrepo_c-0.1.10.tar.xz
+/createrepo_c-0.1.11.tar.xz
diff --git a/createrepo_c.spec b/createrepo_c.spec
index 632ede6..88f99e3 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.10
+Version:        0.1.11
 Release:        1%{?dist}
 License:        GPLv2
 Group:          System Environment/Base
@@ -82,6 +82,16 @@ make install DESTDIR=$RPM_BUILD_ROOT/
 %doc doc/html
 
 %changelog
+* Fri Nov  09 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.11-1
+- Deterministic output! Packages in output repodata are now sorted
+by ASCII value
+- Support for Koji mergerepos behaviour in mergerepo_c
+(new --koji, --groupfile and --blocked params)
+- Better atomicity while finall move .repodata/ -> repodata/
+- Repomd module supports pkgorigins record
+- Some new functions in misc module
+- Small changes in library interface
+
 * Wed Oct  03 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.10-1
 - Another memory usage optimalization
 
diff --git a/sources b/sources
index 3e79551..df6e77e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc5c6197cbe51c90bb19399e9adcc811  createrepo_c-0.1.10.tar.xz
+0cb3e004ad64f44b4ee4f8cef57da919  createrepo_c-0.1.11.tar.xz


More information about the scm-commits mailing list