[datagrepper] 0.5.0-1

Ralph Bean ralph at fedoraproject.org
Tue Sep 9 01:15:24 UTC 2014


commit 31b80c42d553c0ee2d6032274ab476cd7daac0f9
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Sep 8 21:15:11 2014 -0400

    0.5.0-1

 .gitignore       |    1 +
 datagrepper.spec |    8 +++++++-
 sources          |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac539c6..8944540 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /datagrepper-0.4.0.tar.gz
 /datagrepper-0.4.1.tar.gz
 /datagrepper-0.4.2.tar.gz
+/datagrepper-0.5.0.tar.gz
diff --git a/datagrepper.spec b/datagrepper.spec
index 43bb021..c27afaf 100644
--- a/datagrepper.spec
+++ b/datagrepper.spec
@@ -4,7 +4,7 @@
 %define eggname datagrepper
 
 Name:           datagrepper
-Version:        0.4.2
+Version:        0.5.0
 Release:        1%{?dist}
 Summary:        A webapp to query fedmsg history
 
@@ -37,6 +37,7 @@ BuildRequires:  python-lockfile
 BuildRequires:  python-kitchen
 BuildRequires:  python-arrow
 BuildRequires:  python-fedmsg-meta-fedora-infrastructure
+BuildRequires:  python-pygal
 
 %if 0%{?rhel} && 0%{?rhel} <= 6
 Requires:  python-sqlalchemy0.7
@@ -56,6 +57,7 @@ Requires:  python-lockfile
 Requires:  python-kitchen
 Requires:  python-arrow
 Requires:  python-fedmsg-meta-fedora-infrastructure
+Requires:  python-pygal
 
 
 %if %{?rhel}%{!?rhel:0} == 7
@@ -103,6 +105,10 @@ install -m 644 apache/%{modname}.cfg %{buildroot}%{_sysconfdir}/%{modname}/%{mod
 %{python_sitelib}/%{eggname}-%{version}-py%{python_version}.egg-info/
 
 %changelog
+* Mon Sep 08 2014 Ralph Bean <rbean at redhat.com> - 0.5.0-1
+- Latest upstream.
+- New dep on python-pygal.
+
 * Wed Aug 06 2014 Ralph Bean <rbean at redhat.com> - 0.4.2-1
 - Latest bugfix release with css and javascript fixes.
 - Remove patch.
diff --git a/sources b/sources
index a8316d5..2cd12e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c4873d289d00d5cd9096200cda88b37  datagrepper-0.4.2.tar.gz
+e29b5afa25b6b94986fbe6b2756c17fe  datagrepper-0.5.0.tar.gz


More information about the scm-commits mailing list