From 35ce86122091f643a7116762864950fd29a54047 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Nov 09 2012 09:28:46 +0000 Subject: Update to 0.1.11 --- diff --git a/.gitignore b/.gitignore index 6b70da3..cf7a3f6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /createrepo_c-0.1.8.tar.xz /createrepo_c-0.1.9.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 - 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 - 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