Update to 1.7.11

This commit is contained in:
Tomas Mlcoch 2014-12-19 15:44:01 +01:00
parent 4c4886341a
commit a35685a7a7
3 changed files with 17 additions and 4 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@
/librepo-1639724.tar.xz
/librepo-0c6d257.tar.xz
/librepo-3108931.tar.xz
/librepo-d9fb706.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 3108931
%global gitrev d9fb706
# 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.10
Version: 1.7.11
Release: 1%{?dist}
Summary: Repodata downloading library
@ -29,7 +29,7 @@ BuildRequires: expat-devel
BuildRequires: glib2-devel >= 2.22.0
BuildRequires: gpgme-devel
BuildRequires: libattr-devel
BuildRequires: libcurl-devel
BuildRequires: libcurl-devel >= 7.19.0
BuildRequires: openssl-devel
# prevent provides from nonstandard paths:
@ -139,6 +139,18 @@ popd
%endif
%changelog
* Fri Dec 19 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.11-1
- Substitute vars in URL in the lr_downloadtarget_new()
- New module repoconf for reading of *.repo files
- Add LRE_VALUE code + LR_REPOCONF_ERROR error domain
- Fail if gpgcheck enabled but repomd.xml signature is not available
- Support for RHEL6
- Add LRO_GNUPGHOMEDIR option
- Refactoring to prevent RhBug: 1144741
- fastest_mirror: Use <0.0 (-1.0) instead of DBL_MAX when a connection time wasn't measured
- Add sanity checks in order to avoid bugs like: 1166533, 1160087
- Refactoring
* Mon Dec 1 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.10-1
- repomd: Add error reporting support to lr_yum_repomd_get_highest_timestamp()
(RhBug: 1149436)

View File

@ -1 +1 @@
f47e6c2f5799d5601e7e86ed93efc1c8 librepo-3108931.tar.xz
6aed5b52406635a51b40f0cbf68c63e5 librepo-d9fb706.tar.xz