Blame SOURCES/0004-httpdomain-bump-domain-data-version.patch

dd1d43
From 1f6c4251d23ba6117943440bc1e3f43fe691da3a Mon Sep 17 00:00:00 2001
dd1d43
From: Dan Callaghan <dcallagh@redhat.com>
dd1d43
Date: Sun, 27 Sep 2015 20:21:49 +1000
dd1d43
Subject: [PATCH 4/4] httpdomain: bump domain data version
dd1d43
dd1d43
Upstream should have bumped this to 1 (or something greater than 0) for
dd1d43
the 1.4.0 release since the expected contents of the data dict changed.
dd1d43
Using '0.1' here in Fedora with the expectation that it will be bumped
dd1d43
properly in a future upstream release.
dd1d43
---
dd1d43
 httpdomain/sphinxcontrib/httpdomain.py | 1 +
dd1d43
 1 file changed, 1 insertion(+)
dd1d43
dd1d43
diff --git a/httpdomain/sphinxcontrib/httpdomain.py b/httpdomain/sphinxcontrib/httpdomain.py
dd1d43
index faa50f2..27f5871 100644
dd1d43
--- a/httpdomain/sphinxcontrib/httpdomain.py
dd1d43
+++ b/httpdomain/sphinxcontrib/httpdomain.py
dd1d43
@@ -628,6 +628,7 @@ class HTTPDomain(Domain):
dd1d43
         'copy': {},
dd1d43
         'any': {}
dd1d43
     }
dd1d43
+    data_version = '0.1'
dd1d43
 
dd1d43
     indices = [HTTPIndex]
dd1d43
 
dd1d43
-- 
dd1d43
2.9.4
dd1d43