[datagrepper] 0.1.4

Ralph Bean ralph at fedoraproject.org
Fri May 17 16:39:56 UTC 2013


commit 51c551404e4304e32eacc22a1a3664d39e6a5658
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri May 17 12:39:48 2013 -0400

    0.1.4

 .gitignore                |    1 +
 datagrepper-typofix.patch |   25 -------------------------
 datagrepper.spec          |   12 ++++++++----
 sources                   |    2 +-
 4 files changed, 10 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 42f32c4..858b19b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /datagrepper-0.1.1.tar.gz
 /datagrepper-0.1.2.tar.gz
 /datagrepper-0.1.3.tar.gz
+/datagrepper-0.1.4.tar.gz
diff --git a/datagrepper.spec b/datagrepper.spec
index ad910be..701e64f 100644
--- a/datagrepper.spec
+++ b/datagrepper.spec
@@ -4,14 +4,13 @@
 %define eggname datagrepper
 
 Name:           datagrepper
-Version:        0.1.3
-Release:        2%{?dist}
+Version:        0.1.4
+Release:        1%{?dist}
 Summary:        A webapp to query fedmsg history
 
 License:        GPLv2+
 URL:            https://github.com/fedora-infra/datagrepper
 Source0:        https://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
-Patch0:         datagrepper-typofix.patch
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
@@ -57,7 +56,6 @@ bus.  It is a JSON api for the datanommer message store.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %if %{?rhel}%{!?rhel:0} >= 6
 # Make sure that epel/rhel picks up the correct version of webob
@@ -87,6 +85,12 @@ install -m 644 apache/%{modname}.cfg %{buildroot}%{_sysconfdir}/%{modname}/%{mod
 %{python_sitelib}/%{eggname}-%{version}-py%{python_version}.egg-info/
 
 %changelog
+* Fri May 17 2013 Ralph Bean <rbean at redhat.com> - 0.1.4-1
+- Latest upstream.
+- Ability to request an order for your results.
+- Ability to request metadata to be sent along with your results.
+- Ability to request the last N items regardless of time.
+
 * Mon May 13 2013 Ralph Bean <rbean at redhat.com> - 0.1.3-2
 - Apply a patch to fix a spelling typo in the main file.
 
diff --git a/sources b/sources
index 8ece3c9..57a180f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9620be940f796c9dcbe82fb0776fd069  datagrepper-0.1.3.tar.gz
+43e877b6ad194008ee1e86bd20e841d3  datagrepper-0.1.4.tar.gz


More information about the scm-commits mailing list