From 496a45cf576c5f04802ddb5cdd832c3824c4a09f Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Jun 29 2015 06:31:50 +0000 Subject: Update to 1.7.16 --- diff --git a/.gitignore b/.gitignore index 8a408a2..e91e3af 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /librepo-116b875.tar.xz /librepo-8f931e8.tar.xz /librepo-d970c44.tar.xz +/librepo-d9bed0d.tar.xz diff --git a/librepo.spec b/librepo.spec index 8a825e0..d5582db 100644 --- a/librepo.spec +++ b/librepo.spec @@ -1,15 +1,18 @@ -%global gitrev d970c44 +%global gitrev d9bed0d # gitrev is output of: git rev-parse --short HEAD %if 0%{?rhel} != 0 && 0%{?rhel} <= 7 # Do not build bindings for python3 for RHEL <= 7 %bcond_with python3 +# python-flask is not in RHEL7 +%bcond_with tests %else %bcond_without python3 +%bcond_without tests %endif Name: librepo -Version: 1.7.14 +Version: 1.7.16 Release: 1%{?dist} Summary: Repodata downloading library @@ -56,8 +59,10 @@ Summary: Python bindings for the librepo library Group: Development/Languages BuildRequires: pygpgme BuildRequires: python2-devel +%if %{with tests} BuildRequires: python-flask BuildRequires: python-nose +%endif BuildRequires: python-sphinx BuildRequires: pyxattr Requires: %{name}%{?_isa} = %{version}-%{release} @@ -103,6 +108,7 @@ popd %endif %check +%if %{with tests} make ARGS="-V" test %if %{with python3} @@ -110,6 +116,7 @@ pushd py3 make ARGS="-V" test popd %endif +%endif %install make install DESTDIR=$RPM_BUILD_ROOT @@ -141,6 +148,31 @@ popd %endif %changelog +* Fri May 29 2015 Colin Walters - 1.7.16-1 +- Add LRI_LOWSPEEDTIME and LRI_LOWSPEEDLIMIT +- downloader: Don't consider CURLE_RECV_ERROR and CURLE_SEND_ERROR as fatal errors (RhBug: 1219817) +- test_repoconf: Fix SIGSEGV in repoconf_assert_na (RhBug: 1222471) +- repoconf: Proper handling of gint64 and guint64 types +- build: Be compatible with cmake 2.8 +- handle: Do not free temporary error msg if there is no one (RhBug: 1219822) +- utils/make_rpm.sh: Accept rpmbuild options as second argument (Issue #49) +- Python: call lr_global_init() during module initialization +- Add global function log_set_file that allow user to set a file where logs will be written (Issue #53) +- util: Honor RFC 3986 (Issue #55) + +* Tue May 12 2015 Colin Walters - 1.7.15-2 +- Disable tests and drop python-flask build dependency on RHEL7, as + it is not in the core + +* Tue Apr 14 2015 Tomas Mlcoch - 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 - 1.7.14-2 - compat: fix ck_assert_msg() segfault in rhel-7 diff --git a/sources b/sources index 2383a4a..e931ca5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce82834811a509f1f57fb57e7105b814 librepo-d970c44.tar.xz +cb11011a0f8197fd50643589bf738564 librepo-d9bed0d.tar.xz