Update to 0.7.3

This commit is contained in:
Tomas Mlcoch 2014-11-10 16:18:33 +01:00
parent b569d1013d
commit 7bd1af26a6
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@
/createrepo_c-20068e8.tar.xz
/createrepo_c-cb47bf6.tar.xz
/createrepo_c-92d9225.tar.xz
/createrepo_c-3ff1d05.tar.xz

View File

@ -1,9 +1,9 @@
%global gitrev 92d9225
%global gitrev 3ff1d05
# gitrev is output of: git rev-parse --short HEAD
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.7.2
Version: 0.7.3
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -115,6 +115,10 @@ make install DESTDIR=$RPM_BUILD_ROOT/
%{python_sitearch}/createrepo_c/
%changelog
* Thu Nov 10 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.3-1
- xml_parser: Add file path into error messages
- Refactor: Replace g_error() with g_critical() (RhBug: 1162102)
* Thu Nov 06 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.2-1
- createrepo_c: New option --local-sqlite

View File

@ -1 +1 @@
3d05066fa5072784627a7bdcee51d7fb createrepo_c-92d9225.tar.xz
0c585cf8a2d01d2ce4e959a578568512 createrepo_c-3ff1d05.tar.xz