From 0e2fe369a1dff9ddd081548ee9b6d490acac82ca Mon Sep 17 00:00:00 2001
From: Robert Kuska <rkuska@redhat.com>
Date: Oct 14 2015 09:27:44 +0000
Subject: Rebuilt for Python3.5 rebuild


---

diff --git a/librepo.spec b/librepo.spec
index 855f824..4cfc607 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -13,7 +13,7 @@
 
 Name:           librepo
 Version:        1.7.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Repodata downloading library
 
 Group:          System Environment/Libraries
@@ -148,6 +148,9 @@ popd
 %endif
 
 %changelog
+* Wed Oct 14 2015 Robert Kuska <rkuska@redhat.com> - 1.7.17-2
+- Rebuilt for Python3.5 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)