diff --git a/.gitignore b/.gitignore index d0b7dc9..56a327f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /createrepo_c-74f41fd.tar.xz /createrepo_c-983632d.tar.xz /createrepo_c-7ef96a6.tar.xz +/createrepo_c-d43f960.tar.xz diff --git a/createrepo_c.spec b/createrepo_c.spec index 8b1b57b..b968308 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -1,10 +1,10 @@ -%global gitrev 7ef96a6 +%global gitrev d43f960 # gitrev is output of: git rev-parse --short HEAD Summary: Creates a common metadata repository Name: createrepo_c -Version: 0.4.0 -Release: 2%{?dist} +Version: 0.4.1 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base # Use the following commands to generate the tarball: @@ -39,9 +39,10 @@ Requires: rpm >= 4.9.0 %endif %description -C implementation of Createrepo. This utility will generate a common -metadata repository from a directory of rpm packages - +C implementation of Createrepo. +A set of utilities (createrepo_c, mergerepo_c, modifyrepo_c) +for generating a common metadata repository from a directory of +rpm packages and maintaining it. %package libs Summary: Library for repodata manipulation @@ -115,10 +116,14 @@ make install DESTDIR=$RPM_BUILD_ROOT/ %{python_sitearch}/createrepo_c/ %changelog -* Sat Jun 07 2014 Fedora Release Engineering - 0.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild +* Thu Jun 26 2014 Tomas Mlcoch - 0.4.1-1 +- Initialize threads correctly on old versions of GLib2 (RhBug: 1108787) +- Do not print log domain (get rid off C_CREATEREPOLIB prefix in log messages) +- Implements support for --cachedir +- New option --retain-old-md-by-age +- Few small API changes -* Thu May 6 2014 Tomas Mlcoch - 0.4.0-1 +* Tue May 6 2014 Tomas Mlcoch - 0.4.0-1 - Change default behavior of repodata files handling. (RhBug: 1094539) See: https://github.com/Tojaj/createrepo_c/wiki/New-File-Handling By default, createrepo leaves old groupfiles (comps files) diff --git a/sources b/sources index 3957cbf..3f13095 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -606d117677ab85e5a9ec15896db644c2 createrepo_c-7ef96a6.tar.xz +ffd2d10003e5a9b84e3106b9f36404f0 createrepo_c-d43f960.tar.xz