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

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