From 3c7e370b7bba1ea7825e6db80d02c79ac7c0f55d Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Fri, 25 Sep 2015 15:20:31 +0200 Subject: [PATCH] Update to 1.7.17 --- .gitignore | 1 + librepo.spec | 28 +++++++++++++++++++++------- sources | 2 +- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a92275e..cb8b343 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /librepo-d970c44.tar.xz /librepo-6f8e5b0.tar.xz /librepo-d9bed0d.tar.xz +/librepo-7ba0722.tar.xz diff --git a/librepo.spec b/librepo.spec index 8756ff9..855f824 100644 --- a/librepo.spec +++ b/librepo.spec @@ -1,4 +1,4 @@ -%global gitrev d9bed0d +%{!?gitrev: %global gitrev 7ba0722} # gitrev is output of: git rev-parse --short HEAD %if 0%{?rhel} != 0 && 0%{?rhel} <= 7 @@ -12,8 +12,8 @@ %endif Name: librepo -Version: 1.7.16 -Release: 2%{?dist} +Version: 1.7.17 +Release: 1%{?dist} Summary: Repodata downloading library Group: System Environment/Libraries @@ -29,7 +29,7 @@ BuildRequires: check-devel BuildRequires: cmake BuildRequires: doxygen BuildRequires: expat-devel -BuildRequires: glib2-devel >= 2.22.0 +BuildRequires: glib2-devel >= 2.26.0 BuildRequires: gpgme-devel BuildRequires: libattr-devel BuildRequires: libcurl-devel >= 7.19.0 @@ -148,10 +148,24 @@ popd %endif %changelog -* Wed Jun 17 2015 Fedora Release Engineering - 1.7.16-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild +* Fri Sep 25 2015 Tomas Mlcoch - 1.7.17-1 +- Bump minimal required version of glib to 2.26 because of g_date_time_format() +- Tests: Fix test_download_with_offline_enabled_04 (Issue #64) +- Python: Add timestamps into log messages loged to a file set by log_set_file (Issue #62) +- Util: Add a new function lr_log_librepo_summary() +- Doc: Add log_set_file and log_remove_handler into python doc +- cleanup: Add _cleanup_date_time_unref_ attribute +- CMake: Add dep on libcrypto (Issue #65) +- Add new options LRO_HTTPAUTHMETHODS and LRO_PROXYAUTHMETHODS (Issue #67) +- Use bytestring in xattr.setxattr() for python3-xattr (Issue #73) +- make_rpm.sh: Add --srpm-only and --rpmbuild-options and --help options (Issue #69) +- tests: Skip the relevant tests if extended attributes are not supported +- Switch `command -v` for `which` in nosetest check +- tests: Skip the relevant tests if extended attributes are not supported (Issue #70) +- Refactoring: Spelling fixes +- Support redefining %{gitrev} RPM macro from command line for utils/make_rpm.sh -* Fri May 29 2015 Colin Walters - 1.7.16-1 +* Fri May 29 2015 Tomas Mlcoch - 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) diff --git a/sources b/sources index e931ca5..426c290 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb11011a0f8197fd50643589bf738564 librepo-d9bed0d.tar.xz +238957e17cbd81d904b67e678d491588 librepo-7ba0722.tar.xz