Bump to 0.9.0

This commit is contained in:
Tomas Mlcoch 2015-05-28 12:56:20 +02:00
parent 8750723ff0
commit 89750b7aba
3 changed files with 6 additions and 9 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@
/createrepo_c-1c98fe1.tar.xz
/createrepo_c-8f8459e.tar.xz
/createrepo_c-8f2b2be.tar.xz
/createrepo_c-4479840.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 8f2b2be
%global gitrev 4479840
# gitrev is output of: git rev-parse --short HEAD
%if 0%{?rhel} == 6
@ -9,8 +9,8 @@
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.8.3
Release: 4%{?dist}
Version: 0.9.0
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
# Use the following commands to generate the tarball:
@ -124,16 +124,12 @@ make install DESTDIR=$RPM_BUILD_ROOT/
%{python_sitearch}/createrepo_c/
%changelog
* Tue May 26 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.8.3-4
* Thu May 28 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.9.0-1
- mergerepo_c: Prepend protocol (file://) for URLs in pkgorigins (if --koji is used)
- Update bash completion
- doc: Update manpages
* Mon May 25 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.8.3-3
- mergerepo: Fix NVR merging method
- mergerepo: Fix behavior of --all param
* Fri May 22 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.8.3-2
- createrepo: Add --cut-dirs and --location-prefix options
- misc: Add cr_cut_dirs()
- mergerepo: Use better version comparison algorithm

View File

@ -1 +1 @@
1dbcb0f82394e31b98e96b451b01bb93 createrepo_c-8f2b2be.tar.xz
5aa46c1c40ed1d33451db6f48e68819a createrepo_c-4479840.tar.xz