diff --git a/.gitignore b/.gitignore index cf7a3f6..7d06ff3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /createrepo_c-0.1.9.tar.xz /createrepo_c-0.1.10.tar.xz /createrepo_c-0.1.11.tar.xz +/createrepo_c-0.1.12.tar.xz diff --git a/createrepo_c.spec b/createrepo_c.spec index 88f99e3..c511c29 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.11 +Version: 0.1.12 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -82,6 +82,10 @@ make install DESTDIR=$RPM_BUILD_ROOT/ %doc doc/html %changelog +* Thu Nov 15 2012 Tomas Mlcoch - 0.1.12-1 +- Fix bug in sqlite filelists database +- Fix memory leak + * Fri Nov 09 2012 Tomas Mlcoch - 0.1.11-1 - Deterministic output! Packages in output repodata are now sorted by ASCII value diff --git a/sources b/sources index df6e77e..f92c40e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0cb3e004ad64f44b4ee4f8cef57da919 createrepo_c-0.1.11.tar.xz +5baf312f791b5e6f6b156c8f0f380e29 createrepo_c-0.1.12.tar.xz