From 16eaba62434f887a224677415409bdfaf5bd8641 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Dec 01 2014 15:33:02 +0000 Subject: Bump to 1.7.10 --- diff --git a/.gitignore b/.gitignore index 27307c3..3b6f312 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /librepo-9226730.tar.xz /librepo-8f10101.tar.xz /librepo-f9ca1a4.tar.xz +/librepo-3108931.tar.xz diff --git a/librepo.spec b/librepo.spec index 7d8edfc..bca1330 100644 --- a/librepo.spec +++ b/librepo.spec @@ -1,4 +1,4 @@ -%global gitrev f9ca1a4 +%global gitrev 3108931 # gitrev is output of: git rev-parse --short HEAD %if 0%{?rhel} != 0 && 0%{?rhel} <= 7 @@ -9,8 +9,8 @@ %endif Name: librepo -Version: 1.7.5 -Release: 2%{?dist} +Version: 1.7.10 +Release: 1%{?dist} Summary: Repodata downloading library Group: System Environment/Libraries @@ -139,8 +139,25 @@ popd %endif %changelog -* Sun Aug 17 2014 Fedora Release Engineering - 1.7.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild +* Mon Dec 1 2014 Tomas Mlcoch - 1.7.10-1 +- repomd: Add error reporting support to lr_yum_repomd_get_highest_timestamp() + (RhBug: 1149436) + +* Thu Nov 20 2014 Tomas Mlcoch - 1.7.9-1 +- handle: Fix memory leak when looking for local metalink/mirrorlist (Issue #33) +- Return -1 for LRR_YUM_TIMESTAMP if no repomd is available +- Use CURLOPT_ERRORBUFFER to get more useful error messages +- repoutil_yum: lr_repoutil_yum_check_repo: fix path handling + +* Wed Sep 24 2014 Tomas Mlcoch - 1.7.7-1 +- Initialize struct sigaction vars correctly (RhBug: 1145656 ) + +* Tue Aug 12 2014 Tomas Mlcoch - 1.7.6-1 +- New option LRO_ADAPTIVEMIRRORSORTING +- Increase limits to make librepo more robust (RhBug: 1124349) +- New option LRO_ALLOWEDMIRRORFAILURES +- Refactoring +- Default value of LRO_MAXDOWNLOADSPERMIRROR changed from 2 to 3 * Tue Jul 8 2014 Tomas Mlcoch - 1.7.5-1 - accepts unicoded destination as UTF-8 string (Related: RhBug:1108908) diff --git a/sources b/sources index e8ad388..bda3fcb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f6e490fa938cae1cb1d99a6a48cdbe13 librepo-f9ca1a4.tar.xz +f47e6c2f5799d5601e7e86ed93efc1c8 librepo-3108931.tar.xz