[createrepo_c] Update to 0.6.0

Tomas Mlcoch tmlcoch at fedoraproject.org
Tue Aug 5 08:48:12 UTC 2014


commit 75e30e25dccb294a1ef492144f325116d1b14756
Author: Tomas Mlcoch <tmlcoch at redhat.com>
Date:   Tue Aug 5 10:48:01 2014 +0200

    Update to 0.6.0

 .gitignore        |    1 +
 createrepo_c.spec |   11 ++++++++---
 sources           |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 56a327f..93e3d33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /createrepo_c-983632d.tar.xz
 /createrepo_c-7ef96a6.tar.xz
 /createrepo_c-d43f960.tar.xz
+/createrepo_c-e509b1f.tar.xz
diff --git a/createrepo_c.spec b/createrepo_c.spec
index b968308..34d4af9 100644
--- a/createrepo_c.spec
+++ b/createrepo_c.spec
@@ -1,9 +1,9 @@
-%global gitrev d43f960
+%global gitrev e509b1f
 # gitrev is output of: git rev-parse --short HEAD
 
 Summary:        Creates a common metadata repository
 Name:           createrepo_c
-Version:        0.4.1
+Version:        0.6.0
 Release:        1%{?dist}
 License:        GPLv2
 Group:          System Environment/Base
@@ -15,7 +15,6 @@ Source0:        createrepo_c-%{gitrev}.tar.xz
 URL:            https://github.com/Tojaj/createrepo_c
 
 BuildRequires:  bzip2-devel
-BuildRequires:  check-devel
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  expat-devel
@@ -116,6 +115,12 @@ make install DESTDIR=$RPM_BUILD_ROOT/
 %{python_sitearch}/createrepo_c/
 
 %changelog
+* Tue Aug   5 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.6.0-1
+- Support for updateinfo.xml manipulation (including Python bindings)
+
+* Fri Jul  18 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.5.0-1
+- Experimental delta rpm (DRPM) support (Disabled in Fedora build).
+
 * Thu Jun  26 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 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)
diff --git a/sources b/sources
index 3f13095..7743875 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ffd2d10003e5a9b84e3106b9f36404f0  createrepo_c-d43f960.tar.xz
+85491128c24be9e38fea00906876383a  createrepo_c-e509b1f.tar.xz


More information about the scm-commits mailing list