Update to 1.7.20

This commit is contained in:
Tomas Mlcoch 2016-08-25 09:07:39 +02:00
parent acd76f155a
commit 13c4f6dda3
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@
/librepo-68724dc.tar.xz
/librepo-1.7.18.tar.gz
/librepo-1.7.19.tar.gz
/librepo-1.7.20.tar.gz

View File

@ -9,7 +9,7 @@
%endif
Name: librepo
Version: 1.7.19
Version: 1.7.20
Release: 1%{?dist}
Summary: Repodata downloading library
@ -95,12 +95,14 @@ popd
%if %{with tests}
%check
pushd build
ctest -VV
#ctest -VV
make ARGS="-V" test
popd
%if %{with python3}
pushd build-py3
ctest -VV
#ctest -VV
make ARGS="-V" test
popd
%endif
%endif
@ -138,6 +140,10 @@ popd
%endif
%changelog
* Thu Aug 25 2016 Tomas Mlcoch <tmlcoch@redhat.com> - 1.7.20-1
- Tests: Disable test_download_packages_with_resume_02 test
- Update build utils to match new fedora spec schema
* Wed Aug 24 2016 Tomas Mlcoch <tmlcoch@redhat.com> - 1.7.19-1
- Add yumrecord substitution mechanism (mluscon)
- Fix a memory leak in signature verification (cwalters)

View File

@ -1 +1 @@
046f2624e1351e20021c6c7036d8fc7b librepo-1.7.19.tar.gz
f8889c14981a1f7338531cdad69856ec librepo-1.7.20.tar.gz