[datagrepper] Latest upstream with some bugfixes for el6.

Ralph Bean ralph at fedoraproject.org
Mon May 13 17:20:11 UTC 2013


commit e52cbbd50c7fa3cd9df5a01f54c1ea5a008c0888
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon May 13 13:20:01 2013 -0400

    Latest upstream with some bugfixes for el6.

 .gitignore       |    1 +
 datagrepper.spec |    7 ++++++-
 sources          |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8bf5e7e..42f32c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /datagrepper-0.1.1.tar.gz
 /datagrepper-0.1.2.tar.gz
+/datagrepper-0.1.3.tar.gz
diff --git a/datagrepper.spec b/datagrepper.spec
index 6f4d4be..70c0133 100644
--- a/datagrepper.spec
+++ b/datagrepper.spec
@@ -4,7 +4,7 @@
 %define eggname datagrepper
 
 Name:           datagrepper
-Version:        0.1.2
+Version:        0.1.3
 Release:        1%{?dist}
 Summary:        A webapp to query fedmsg history
 
@@ -85,6 +85,11 @@ install -m 644 apache/%{modname}.cfg %{buildroot}%{_sysconfdir}/%{modname}/%{mod
 %{python_sitelib}/%{eggname}-%{version}-py%{python_version}.egg-info/
 
 %changelog
+* Mon May 13 2013 Ralph Bean <rbean at redhat.com> - 0.1.3-1
+- Fix to configurable base url.
+- Support old docutils and code-block directive.
+- Support a callback querystring argument to allow JSONP responses.
+
 * Fri May 10 2013 Ralph Bean <rbean at redhat.com> - 0.1.2-1
 - Added configurable base_url for docs.
 - Fix timedelta.total_seconds for python2.6.
diff --git a/sources b/sources
index 495df9c..8ece3c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-83331fb0057639c82ea8462b280e717f  datagrepper-0.1.2.tar.gz
+9620be940f796c9dcbe82fb0776fd069  datagrepper-0.1.3.tar.gz


More information about the scm-commits mailing list