Update to 1.7.18
This commit is contained in:
parent
652d4a2ac3
commit
19670f5031
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
||||
/librepo-6f8e5b0.tar.xz
|
||||
/librepo-d9bed0d.tar.xz
|
||||
/librepo-7ba0722.tar.xz
|
||||
/librepo-68724dc.tar.xz
|
||||
|
26
librepo.spec
26
librepo.spec
@ -1,4 +1,4 @@
|
||||
%{!?gitrev: %global gitrev 7ba0722}
|
||||
%{!?gitrev: %global gitrev 68724dc}
|
||||
# gitrev is output of: git rev-parse --short HEAD
|
||||
|
||||
%if 0%{?rhel} != 0 && 0%{?rhel} <= 7
|
||||
@ -12,8 +12,8 @@
|
||||
%endif
|
||||
|
||||
Name: librepo
|
||||
Version: 1.7.17
|
||||
Release: 3%{?dist}
|
||||
Version: 1.7.18
|
||||
Release: 1%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -148,11 +148,21 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.17-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Oct 14 2015 Robert Kuska <rkuska@redhat.com> - 1.7.17-2
|
||||
- Rebuilt for Python3.5 rebuild
|
||||
* Fri Mar 4 2016 Tomas Mlcoch <tmlcoch@redhat.com> - 1.7.18-1
|
||||
- Add new option LRO_FTPUSEEPSV
|
||||
- Update AUTHORS
|
||||
- downloader prepare_next_transfer(): simplify long line
|
||||
- downloader prepare_next_transfer(): add missing error check
|
||||
- downloader prepare_next_transfer(): cleanup error path
|
||||
- downloader prepare_next_transfer() - fix memory leak on error path (Alan Jenkins)
|
||||
- handle: Don't use proxy cache for downloads of metalink/mirrorlist
|
||||
- handle: Don't set CURLOPT_HTTPHEADER into curl handle immediately when specified
|
||||
- downloader: Implement logic for no_cache param in LrDownloadTarget (RhBug: 1297762)
|
||||
- Add no_cache param to LrDownloadTarget and lr_downloadtarget_new()
|
||||
- New test: always try to download from the fastest mirror (Alexander Todorov)
|
||||
- Doc: Fixed minor doc typo (Philippe Ombredanne)
|
||||
- Doc: Other updates
|
||||
- Doc: Update default values in doc to reflect reality
|
||||
|
||||
* Fri Sep 25 2015 Tomas Mlcoch <tmlcoch@redhat.com> - 1.7.17-1
|
||||
- Bump minimal required version of glib to 2.26 because of g_date_time_format()
|
||||
|
Loading…
Reference in New Issue
Block a user