Update to 1.7.17

This commit is contained in:
Tomas Mlcoch 2015-09-25 15:20:31 +02:00
parent 38f323b94e
commit 3c7e370b7b
3 changed files with 23 additions and 8 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@
/librepo-d970c44.tar.xz
/librepo-6f8e5b0.tar.xz
/librepo-d9bed0d.tar.xz
/librepo-7ba0722.tar.xz

View File

@ -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 <rel-eng@lists.fedoraproject.org> - 1.7.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Fri Sep 25 2015 Tomas Mlcoch <tmlcoch@redhat.com> - 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 <tmlcoch@redhat.com> - 1.7.16-1
* Fri May 29 2015 Tomas Mlcoch <tmlcoch@redhat.com> - 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)

View File

@ -1 +1 @@
cb11011a0f8197fd50643589bf738564 librepo-d9bed0d.tar.xz
238957e17cbd81d904b67e678d491588 librepo-7ba0722.tar.xz