Update to 0.1.17

This commit is contained in:
Tomas Mlcoch 2013-03-28 08:53:29 +01:00
parent 3e3b6c1f9f
commit 75d4604d23
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/createrepo_c-0.1.14.tar.xz
/createrepo_c-0.1.15.tar.xz
/createrepo_c-0.1.16.tar.xz
/createrepo_c-0.1.17.tar.xz

View File

@ -1,7 +1,7 @@
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.1.16
Release: 3%{?dist}
Version: 0.1.17
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
Source0: https://fedorahosted.org/releases/c/r/createrepo_c/%{name}-%{version}.tar.xz
@ -87,6 +87,10 @@ make install DESTDIR=$RPM_BUILD_ROOT/
%doc doc/html
%changelog
* Mon Mar 25 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.17-1
- Fix double free() when old metadata parsing failed. (related to RhBug: 920795)
- Convert all strings to UTF-8 while dumping XML. (related RhBug: 920795)
* Mon Mar 11 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.1.16-2
- Remove creation of own empty rpm keyring for a transaction set.
This is not necessary since rpm-4.8.0-28 (rpm commit

View File

@ -1 +1 @@
2a5203183f06f5765b6cf8d07e7d7311 createrepo_c-0.1.16.tar.xz
dcef54189145c7e1cb1e7c86d92eadb3 createrepo_c-0.1.17.tar.xz