Update to 0.6.1

This commit is contained in:
Tomas Mlcoch 2014-08-12 10:10:47 +02:00
parent 75e30e25dc
commit a8701527bb
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/createrepo_c-7ef96a6.tar.xz
/createrepo_c-d43f960.tar.xz
/createrepo_c-e509b1f.tar.xz
/createrepo_c-1e32fcd.tar.xz

View File

@ -1,9 +1,9 @@
%global gitrev e509b1f
%global gitrev 1e32fcd
# gitrev is output of: git rev-parse --short HEAD
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.6.0
Version: 0.6.1
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -115,6 +115,9 @@ make install DESTDIR=$RPM_BUILD_ROOT/
%{python_sitearch}/createrepo_c/
%changelog
* Tue Aug 12 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.6.1-1
- updateinfo: Use Python datetime objects in python bindings
* Tue Aug 5 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.6.0-1
- Support for updateinfo.xml manipulation (including Python bindings)

View File

@ -1 +1 @@
85491128c24be9e38fea00906876383a createrepo_c-e509b1f.tar.xz
b21eb9e681933e73c12f4e34512ab9d0 createrepo_c-1e32fcd.tar.xz