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

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