Update to 1.7.9
This commit is contained in:
parent
e8f47d9f48
commit
17ccd484c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
||||
/librepo-f9ca1a4.tar.xz
|
||||
/librepo-22581e4.tar.xz
|
||||
/librepo-1639724.tar.xz
|
||||
/librepo-0c6d257.tar.xz
|
||||
|
10
librepo.spec
10
librepo.spec
@ -1,4 +1,4 @@
|
||||
%global gitrev 1639724
|
||||
%global gitrev 0c6d257
|
||||
# gitrev is output of: git rev-parse --short HEAD
|
||||
|
||||
%if 0%{?rhel} != 0 && 0%{?rhel} <= 7
|
||||
@ -9,7 +9,7 @@
|
||||
%endif
|
||||
|
||||
Name: librepo
|
||||
Version: 1.7.7
|
||||
Version: 1.7.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
@ -139,6 +139,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Nov 20 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.9-1
|
||||
- handle: Fix memory leak when looking for local metalink/mirrorlist (Issue #33)
|
||||
- Return -1 for LRR_YUM_TIMESTAMP if no repomd is available
|
||||
- Use CURLOPT_ERRORBUFFER to get more useful error messages
|
||||
- repoutil_yum: lr_repoutil_yum_check_repo: fix path handling
|
||||
|
||||
* Wed Sep 24 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.7-1
|
||||
- Initialize struct sigaction vars correctly (RhBug: 1145656 )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user