From a35685a7a793d7dfd24a74c6172f4b187f3d1209 Mon Sep 17 00:00:00 2001
From: Tomas Mlcoch <tmlcoch@redhat.com>
Date: Dec 19 2014 14:44:01 +0000
Subject: Update to 1.7.11


---

diff --git a/.gitignore b/.gitignore
index e7900a0..88814b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@
 /librepo-1639724.tar.xz
 /librepo-0c6d257.tar.xz
 /librepo-3108931.tar.xz
+/librepo-d9fb706.tar.xz
diff --git a/librepo.spec b/librepo.spec
index bca1330..5f591ad 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -1,4 +1,4 @@
-%global gitrev 3108931
+%global gitrev d9fb706
 # 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.10
+Version:        1.7.11
 Release:        1%{?dist}
 Summary:        Repodata downloading library
 
@@ -29,7 +29,7 @@ BuildRequires:  expat-devel
 BuildRequires:  glib2-devel >= 2.22.0
 BuildRequires:  gpgme-devel
 BuildRequires:  libattr-devel
-BuildRequires:  libcurl-devel
+BuildRequires:  libcurl-devel >= 7.19.0
 BuildRequires:  openssl-devel
 
 # prevent provides from nonstandard paths:
@@ -139,6 +139,18 @@ popd
 %endif
 
 %changelog
+* Fri Dec   19 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.11-1
+- Substitute vars in URL in the lr_downloadtarget_new()
+- New module repoconf for reading of *.repo files
+- Add LRE_VALUE code + LR_REPOCONF_ERROR error domain
+- Fail if gpgcheck enabled but repomd.xml signature is not available
+- Support for RHEL6
+- Add LRO_GNUPGHOMEDIR option
+- Refactoring to prevent RhBug: 1144741
+- fastest_mirror: Use <0.0 (-1.0) instead of DBL_MAX when a connection time wasn't measured
+- Add sanity checks in order to avoid bugs like: 1166533, 1160087
+- Refactoring
+
 * Mon Dec   1 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.10-1
 - repomd: Add error reporting support to lr_yum_repomd_get_highest_timestamp()
   (RhBug: 1149436)
diff --git a/sources b/sources
index bda3fcb..3485e69 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f47e6c2f5799d5601e7e86ed93efc1c8  librepo-3108931.tar.xz
+6aed5b52406635a51b40f0cbf68c63e5  librepo-d9fb706.tar.xz