From 20e39e30420bf397fbfa43d4e422e97287cc1ff9 Mon Sep 17 00:00:00 2001
From: Tomas Mlcoch <tmlcoch@redhat.com>
Date: Nov 19 2013 08:15:57 +0000
Subject: Update to 1.4.0


---

diff --git a/.gitignore b/.gitignore
index 19432bc..879c909 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /librepo-4a8f93b.tar.xz
 /librepo-bc2c8a5.tar.xz
 /librepo-09b3052.tar.xz
+/librepo-9ea2f0c.tar.xz
diff --git a/librepo.spec b/librepo.spec
index cf25a3f..2fc04e2 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -1,8 +1,8 @@
-%global gitrev 09b3052
+%global gitrev 9ea2f0c
 # gitrev is output of: git rev-parse --short HEAD
 
 Name:		librepo
-Version:	1.3.0
+Version:	1.4.0
 Release:	1%{?dist}
 Summary:	Repodata downloading library
 
@@ -118,6 +118,12 @@ popd
 %{python3_sitearch}/
 
 %changelog
+* Tue Nov  19 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.4.0-1
+- Add LRO_FASTESTMIRRORCB
+- Add LRO_LOWSPEEDTIME and LRO_LOWSPEEDLIMIT options. (RhBug: 1028444)
+- Default connection timeout changed to 30sec instead of 300sec.
+- unittests: Fix expired key (RhBug: 1031825)
+
 * Thu Oct  31 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.3.0-1
 - Some CURL error codes should be considered as fatal (RhBug: 1022994)
 - fastestmirror: Add support for cache - New options: LRO_FASTESTMIRRORCACHE
diff --git a/sources b/sources
index a63f0e4..bba515b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f6a1ebb89da8af05ec4145cbb536cf3c  librepo-09b3052.tar.xz
+a23c476df9fc6face76fdba5d6eaf931  librepo-9ea2f0c.tar.xz