From de513984a8903ec17c85fa2b78706030d3b03bd5 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Wed, 3 Oct 2012 13:10:15 +0200 Subject: [PATCH] Update to 0.1.10 --- .gitignore | 1 + createrepo_c.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e0d212a..6b70da3 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.9.tar.xz +/createrepo_c-0.1.10.tar.xz diff --git a/createrepo_c.spec b/createrepo_c.spec index 55470f7..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.9 +Version: 0.1.10 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -82,6 +82,9 @@ make install DESTDIR=$RPM_BUILD_ROOT/ %doc doc/html %changelog +* Wed Oct 03 2012 Tomas Mlcoch - 0.1.10-1 +- Another memory usage optimalization + * Mon Sep 03 2012 Tomas Mlcoch - 0.1.9-1 - Some changes in library interface - Memory usage optimalization diff --git a/sources b/sources index b0031e3..3e79551 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -53f150f805e4fea7b64cfa8220acffea createrepo_c-0.1.9.tar.xz +bc5c6197cbe51c90bb19399e9adcc811 createrepo_c-0.1.10.tar.xz