Update to 0.2.1

This commit is contained in:
Tomas Mlcoch 2013-08-14 10:50:49 +02:00
parent e359b567b6
commit 8aabf8ef0c
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/createrepo_c-0.1.16.tar.xz
/createrepo_c-0.1.17.tar.xz
/createrepo_c-e598429.tar.xz
/createrepo_c-1af2417.tar.xz

View File

@ -1,9 +1,9 @@
%global gitrev e598429
%global gitrev 1af2417
# gitrev is output of: git rev-parse --short HEAD
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.2.0
Version: 0.2.1
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -113,6 +113,10 @@ make install DESTDIR=$RPM_BUILD_ROOT/
%{python_sitearch}/createrepo_c/
%changelog
* Wed Aug 14 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.1-1
- checksum: Set SHA to be the same as SHA1 (For compatibility with original
Createrepo)
* Mon Aug 5 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.2.0-1
- Speedup (More parallelization)
- Changed C API

View File

@ -1 +1 @@
78913a2b9bded7a97a0a91038141582c createrepo_c-e598429.tar.xz
3a5d2f4068579acbb904b7879c8bcd17 createrepo_c-1af2417.tar.xz