Update to 0.3.1

This commit is contained in:
Tomas Mlcoch 2014-04-07 16:42:38 +02:00
parent 7e3f3ae984
commit c250c8811e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/createrepo_c-1af2417.tar.xz
/createrepo_c-98c23be.tar.xz
/createrepo_c-0c8ec2e.tar.xz
/createrepo_c-a5d7283.tar.xz

View File

@ -1,9 +1,9 @@
%global gitrev 0c8ec2e
%global gitrev a5d7283
# gitrev is output of: git rev-parse --short HEAD
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.3.0
Version: 0.3.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
* Mon Apr 10 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.3.1-1
- Support for weak and rich dependecies
* Mon Mar 10 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.3.0-1
- Relevant only for developers using createrepo_c library: New approach for
metadata loading in case of internal high-level parser functions (see commit

View File

@ -1 +1 @@
2db489b8cba5765ea34b8d0a43711fc1 createrepo_c-0c8ec2e.tar.xz
682ffd7347d758cf66f0d50d0ec16746 createrepo_c-a5d7283.tar.xz