diff --git a/.gitignore b/.gitignore index 4d9ff69..7910096 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /librepo-a064e9a.tar.xz /librepo-116b875.tar.xz /librepo-8f931e8.tar.xz +/librepo-d970c44.tar.xz diff --git a/librepo.spec b/librepo.spec index 9b08259..8a825e0 100644 --- a/librepo.spec +++ b/librepo.spec @@ -1,4 +1,4 @@ -%global gitrev 8f931e8 +%global gitrev d970c44 # gitrev is output of: git rev-parse --short HEAD %if 0%{?rhel} != 0 && 0%{?rhel} <= 7 @@ -9,7 +9,7 @@ %endif Name: librepo -Version: 1.7.13 +Version: 1.7.14 Release: 1%{?dist} Summary: Repodata downloading library @@ -141,6 +141,23 @@ popd %endif %changelog +* Wed Feb 25 2015 Tomas Mlcoch - 1.7.14-2 +- compat: fix ck_assert_msg() segfault in rhel-7 + +* Wed Feb 25 2015 Tomas Mlcoch - 1.7.14-1 +- tests: Use g_assert_cmpuint instead of ck_assert_uint_eq (Pullrequest #43) +- Add LRO_OFFLINE +- Python: Handle: Raise ValueError instead of TypeError when an unknown option is specified +- Python: Result: Use ValueError instead of TypeError when an unknown option value is specified +- Add LR_VERSION constant with version string +- python: Import contants from C librepo module in a loop +- repoconf: Add support for failover and skip_if_unavailable options +- handle: Change of LRO_LOCAL causes invalidation of internal mirrorlist (related to RhBug: 1188600) +- Load local mirrorlists when LRO_LOCAL is on (related to RhBug: 1188600) +- util: Add lr_is_local_path() +- New module repoconf for reading *.repo files +- Add LRO_HTTPHEADER option (RhBug: 1181123) + * Fri Jan 23 2015 Tomas Mlcoch - 1.7.13-1 - Fix ABI compatibility (RhBug: 1185180) - fastestmirror: Add LRO_FASTESTMIRRORTIMEOUT option diff --git a/sources b/sources index b9804f6..2383a4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd05a2bddce873fc4272e80cdee64ba9 librepo-8f931e8.tar.xz +ce82834811a509f1f57fb57e7105b814 librepo-d970c44.tar.xz