From 035179088b601e32c466726c880e3d5eea3330db Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Tue, 20 Oct 2015 14:01:24 +0200 Subject: [PATCH] Update to 0.9.1 --- .gitignore | 1 + createrepo_c.spec | 27 ++++++++++++++++++++------- sources | 2 +- 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 87cb0dd..b953054 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /createrepo_c-8f2b2be.tar.xz /createrepo_c-4479840.tar.xz /createrepo_c-a3aaa03.tar.xz +/createrepo_c-7b68123.tar.xz diff --git a/createrepo_c.spec b/createrepo_c.spec index c51eac0..d2d5840 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -1,4 +1,4 @@ -%global gitrev a3aaa03 +%global gitrev 7b68123 # gitrev is output of: git rev-parse --short HEAD %if 0%{?rhel} == 6 @@ -9,8 +9,8 @@ Summary: Creates a common metadata repository Name: createrepo_c -Version: 0.9.0 -Release: 4%{?dist} +Version: 0.9.1 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base # Use the following commands to generate the tarball: @@ -44,7 +44,7 @@ BuildRequires: bash-completion Requires: rpm >= 4.9.0 %endif %if 0%{?fedora} >= 21 -BuildRequires: drpm >= 0.1.3 +BuildRequires: drpm-devel >= 0.1.3 %endif %description @@ -127,10 +127,23 @@ make install DESTDIR=$RPM_BUILD_ROOT/ %{python_sitearch}/createrepo_c/ %changelog -* Sun Jul 26 2015 Kevin Fenzi 0.9.0-4 -- Rebuild for new librpm +* Tue Oct 20 2015 Tomas Mlcoch - 0.9.1-1 +- Fix double free during parsing broken XML metadata (Issue #33) +- Tests: Add acceptance test for --general-compress-type option +- Fix 'CR_CW_UNKNOWN_COMPRESSION cannot be used' error +- Refactoring: Fix compiler warnings +- Add --general-compress-type option (RhBug 1253850) +- Enable drpm support when drpm library is detected on system (RhBug: 1261031) (Issue #37) +- fix traceback on non-complete datetime information (Jarek Polok) +- parsehdr: Skip broken dependency with bad (non-numerical) epoch and print warning about that + (https://lists.fedoraproject.org/pipermail/devel/2015-August/213882.html) +- misc: cr_str_to_evr(): Return NULL instead of "0" for bad (non-numerical) epoch +- updateinfo: Fix a typo in the package release attribute (Luke Macken) +- CMake: Don't require CXX compiler +- Tests for different checksum type for RPMs and repodata files (#31) +- Support different checksum type for RPMs and repodata files (#31) -* Tue Jul 7 2015 Tomas Mlcoch - 0.9.0-3 +* Tue Jul 7 2015 Tomas Mlcoch - 0.9.0-2 - Add drpm as a BuildRequire * Thu May 28 2015 Tomas Mlcoch - 0.9.0-1 diff --git a/sources b/sources index 5a0831e..4e282e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6227924df09a0e162e53ce508eae3a66 createrepo_c-a3aaa03.tar.xz +b758f2d6d1440f6dea0d83c3c76ab2c2 createrepo_c-7b68123.tar.xz