Update to 0.8.3-2

This commit is contained in:
Tomas Mlcoch 2015-05-22 15:46:48 +02:00
parent 17eb720605
commit 07908314fd
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@
/createrepo_c-bf4bd9f.tar.xz
/createrepo_c-71da671.tar.xz
/createrepo_c-35aecbe.tar.xz
/createrepo_c-1c98fe1.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 35aecbe
%global gitrev 1c98fe1
# gitrev is output of: git rev-parse --short HEAD
%if 0%{?rhel} == 6
@ -10,7 +10,7 @@
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.8.3
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
Group: System Environment/Base
# Use the following commands to generate the tarball:
@ -124,6 +124,16 @@ make install DESTDIR=$RPM_BUILD_ROOT/
%{python_sitearch}/createrepo_c/
%changelog
* 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
- utils: Port cr_cmp_version_str() to rpm's algorithm (rpmvercmp)
- misc: Rename elements in cr_Version structure
- mergerepo: Fix version-release comparison for packages when --all is used
- mergerepo: Show warnings if some groupfile cannot be automatically used
- mergerepo: Exit with error code when a groupfile cannot be copied
* Fri May 15 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 0.8.3-1
- mergerepo: Do not prepend file:// if protocol is already specified

View File

@ -1 +1 @@
d654cae8a441b56363f5d545560d5bbf createrepo_c-35aecbe.tar.xz
8199bc57cd822593a5d3cdee08ef89b6 createrepo_c-1c98fe1.tar.xz