Update to 0.6.0

This commit is contained in:
Tomas Mlcoch 2014-08-05 10:48:01 +02:00
parent ba44d6e20f
commit 75e30e25dc
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/createrepo_c-983632d.tar.xz
/createrepo_c-7ef96a6.tar.xz
/createrepo_c-d43f960.tar.xz
/createrepo_c-e509b1f.tar.xz

View File

@ -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)

View File

@ -1 +1 @@
ffd2d10003e5a9b84e3106b9f36404f0 createrepo_c-d43f960.tar.xz
85491128c24be9e38fea00906876383a createrepo_c-e509b1f.tar.xz