Update to 1.7.11
This commit is contained in:
parent
4c4886341a
commit
a35685a7a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
|||||||
/librepo-1639724.tar.xz
|
/librepo-1639724.tar.xz
|
||||||
/librepo-0c6d257.tar.xz
|
/librepo-0c6d257.tar.xz
|
||||||
/librepo-3108931.tar.xz
|
/librepo-3108931.tar.xz
|
||||||
|
/librepo-d9fb706.tar.xz
|
||||||
|
18
librepo.spec
18
librepo.spec
@ -1,4 +1,4 @@
|
|||||||
%global gitrev 3108931
|
%global gitrev d9fb706
|
||||||
# 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.10
|
Version: 1.7.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ BuildRequires: expat-devel
|
|||||||
BuildRequires: glib2-devel >= 2.22.0
|
BuildRequires: glib2-devel >= 2.22.0
|
||||||
BuildRequires: gpgme-devel
|
BuildRequires: gpgme-devel
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel >= 7.19.0
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
|
||||||
# prevent provides from nonstandard paths:
|
# prevent provides from nonstandard paths:
|
||||||
@ -139,6 +139,18 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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()
|
- repomd: Add error reporting support to lr_yum_repomd_get_highest_timestamp()
|
||||||
(RhBug: 1149436)
|
(RhBug: 1149436)
|
||||||
|
Loading…
Reference in New Issue
Block a user