summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--server/rteval-parser.spec10
2 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 47cf3e7..7419fc1 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ XSLSRC := rteval/rteval_dmi.xsl \
CONFSRC := rteval/rteval.conf
# XML-RPC related files
-XMLRPCVER := 1.3
+XMLRPCVER := 1.4
XMLRPCDIR := server
DESTDIR :=
diff --git a/server/rteval-parser.spec b/server/rteval-parser.spec
index 3e6dac8..66c8d9d 100644
--- a/server/rteval-parser.spec
+++ b/server/rteval-parser.spec
@@ -1,6 +1,6 @@
Name: rteval-parser
-Version: 1.3
-%define sqlschemaver 1.2
+Version: 1.4
+%define sqlschemaver 1.3
Release: 1%{?dist}
Summary: Report parser daemon for rteval XML-RPC
%define pkgname rteval-xmlrpc-%{version}
@@ -12,7 +12,7 @@ Source0: %{pkgname}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: postgresql-devel libxml2-devel libxslt-devel
-Requires: postgresql httpd mod_python
+Requires: postgresql httpd mod_wsgi
Requires(post): chkconfig
Requires(preun): chkconfig
Requires(preun): /sbin/service
@@ -87,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Feb 4 2011 David Sommerseth <dazo@users.sourceforge.net> - 1.4-1
+- Added support for mod_wsgi
+- Updated SQL schema, to add rteval annotations to an explicit database column
+
* Fri Apr 9 2010 David Sommerseth <davids@redhat.com> - 1.3-1
- Updated XML-RPC server, added Hello method