Update to 1.7.14
This commit is contained in:
parent
c1db01e377
commit
3bf2290de9
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
||||
/librepo-a064e9a.tar.xz
|
||||
/librepo-116b875.tar.xz
|
||||
/librepo-8f931e8.tar.xz
|
||||
/librepo-d970c44.tar.xz
|
||||
|
21
librepo.spec
21
librepo.spec
@ -1,4 +1,4 @@
|
||||
%global gitrev 8f931e8
|
||||
%global gitrev d970c44
|
||||
# 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.13
|
||||
Version: 1.7.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
@ -141,6 +141,23 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 25 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.14-2
|
||||
- compat: fix ck_assert_msg() segfault in rhel-7
|
||||
|
||||
* Wed Feb 25 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.14-1
|
||||
- tests: Use g_assert_cmpuint instead of ck_assert_uint_eq (Pullrequest #43)
|
||||
- Add LRO_OFFLINE
|
||||
- Python: Handle: Raise ValueError instead of TypeError when an unknown option is specified
|
||||
- Python: Result: Use ValueError instead of TypeError when an unknown option value is specified
|
||||
- Add LR_VERSION constant with version string
|
||||
- python: Import contants from C librepo module in a loop
|
||||
- repoconf: Add support for failover and skip_if_unavailable options
|
||||
- handle: Change of LRO_LOCAL causes invalidation of internal mirrorlist (related to RhBug: 1188600)
|
||||
- Load local mirrorlists when LRO_LOCAL is on (related to RhBug: 1188600)
|
||||
- util: Add lr_is_local_path()
|
||||
- New module repoconf for reading *.repo files
|
||||
- Add LRO_HTTPHEADER option (RhBug: 1181123)
|
||||
|
||||
* Fri Jan 23 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.13-1
|
||||
- Fix ABI compatibility (RhBug: 1185180)
|
||||
- fastestmirror: Add LRO_FASTESTMIRRORTIMEOUT option
|
||||
|
Loading…
Reference in New Issue
Block a user