Update to 1.7.15
This commit is contained in:
parent
3bf2290de9
commit
0f796f3460
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
||||
/librepo-116b875.tar.xz
|
||||
/librepo-8f931e8.tar.xz
|
||||
/librepo-d970c44.tar.xz
|
||||
/librepo-6f8e5b0.tar.xz
|
||||
|
13
librepo.spec
13
librepo.spec
@ -1,4 +1,4 @@
|
||||
%global gitrev d970c44
|
||||
%global gitrev 6f8e5b0
|
||||
# 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.14
|
||||
Version: 1.7.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
@ -141,6 +141,15 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 14 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.15-1
|
||||
- Do not inlude header in the body output (RhBug: 1207685)
|
||||
- metalink: Proper error handling
|
||||
- New LRR_RPMMD_* contants
|
||||
- Support for client certificates
|
||||
- Use 'metadata in the rpm-md format' instead of 'yum metadata' (Issue #51)
|
||||
- CMakeLists.txt: do not check for CXX
|
||||
- build: Use solely pkg-config to find glib
|
||||
|
||||
* Wed Feb 25 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.14-2
|
||||
- compat: fix ck_assert_msg() segfault in rhel-7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user