Update to 1.7.3
This commit is contained in:
parent
63e4893dc4
commit
427831b3d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
|||||||
/librepo-4ed3868.tar.xz
|
/librepo-4ed3868.tar.xz
|
||||||
/librepo-d09298c.tar.xz
|
/librepo-d09298c.tar.xz
|
||||||
/librepo-cebcef0.tar.xz
|
/librepo-cebcef0.tar.xz
|
||||||
|
/librepo-5585ff7.tar.xz
|
||||||
|
10
librepo.spec
10
librepo.spec
@ -1,4 +1,4 @@
|
|||||||
%global gitrev cebcef0
|
%global gitrev 5585ff7
|
||||||
# gitrev is output of: git rev-parse --short HEAD
|
# gitrev is output of: git rev-parse --short HEAD
|
||||||
|
|
||||||
%if 0%{?rhel} != 0 && 0%{?rhel} <= 7
|
%if 0%{?rhel} != 0 && 0%{?rhel} <= 7
|
||||||
@ -9,7 +9,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.7.2
|
Version: 1.7.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
@ -139,6 +139,12 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 6 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.3-1
|
||||||
|
- Fix some issues which were found by coverity scan
|
||||||
|
- Add missing support for Handle Mirror Failure Callback (hmfcb)
|
||||||
|
while downloading repomd.xml (related to RhBug: 1093014)
|
||||||
|
- Add LRO_SSLVERIFYPEER and LRO_SSLVERIFYHOST options (RhBug: 1093014)
|
||||||
|
|
||||||
* Wed Apr 23 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.2-1
|
* Wed Apr 23 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.2-1
|
||||||
- Fix segfault in headercb if only base_url and no mirrolist is used (RhBug: 1090325)
|
- Fix segfault in headercb if only base_url and no mirrolist is used (RhBug: 1090325)
|
||||||
- Set environmental variable LIBREPO_DEBUG enables librepo debug output to stderr
|
- Set environmental variable LIBREPO_DEBUG enables librepo debug output to stderr
|
||||||
|
Loading…
Reference in New Issue
Block a user