[Osaas-commits] r64 - in trunk: . packaging/rpm

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 15 14:30:04 CET 2010


Author: sholl
Date: 2010-02-15 14:30:03 +0100 (Mon, 15 Feb 2010)
New Revision: 64

Modified:
   trunk/ChangeLog
   trunk/packaging/rpm/osaas-suse10.3-gp.spec
Log:
* packaging/rpm/osaas-suse10.3-gp.spec: Updated to a new minor
revision which reflects the Changes of geospatial/issue30. The
resulting package is osaas-server-1.0.0-4+gp.i586.rpm



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-01-14 13:48:51 UTC (rev 63)
+++ trunk/ChangeLog	2010-02-15 13:30:03 UTC (rev 64)
@@ -1,3 +1,9 @@
+2010-02-15  Stephan Holl  <stephan.holl at intevation.de>
+
+	* packaging/rpm/osaas-suse10.3-gp.spec: Updated to a new minor
+	revision which reflects the Changes of geospatial/issue30. The
+	resulting package is osaas-server-1.0.0-4+gp.i586.rpm
+
 2010-01-14  Bernhard Herzog  <bh at intevation.de>
 
 	Make error handling in the db backend more robust.  This should

Modified: trunk/packaging/rpm/osaas-suse10.3-gp.spec
===================================================================
--- trunk/packaging/rpm/osaas-suse10.3-gp.spec	2010-01-14 13:48:51 UTC (rev 63)
+++ trunk/packaging/rpm/osaas-suse10.3-gp.spec	2010-02-15 13:30:03 UTC (rev 64)
@@ -1,6 +1,6 @@
 %define PACKAGE_NAME osaas-server
 %define PACKAGE_VERSION 1.0.0
-%define release 3+gp
+%define release 4+gp
 %define DIST opensuse-10.3
 %define _prefix /opt/gispatcher
 %define osaasdir %{_prefix}/osaas-server  
@@ -12,7 +12,7 @@
 Release: %{release}
 Distribution: %{DIST}
 Source: %{PACKAGE_NAME}-%{PACKAGE_VERSION}.tar.gz
-Patch0: osaas-server-path-correction.patch
+#Patch0: osaas-server-path-correction.patch
 License: See GPL.txt
 Group: Application/Development
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@@ -31,7 +31,7 @@
 
 %prep
 %setup -q
-%patch0
+#%patch0
 
 %build
 
@@ -120,6 +120,10 @@
 %exclude  %{osaasdir}/server/test
 
 %changelog
+* Mon Feb 10 2010 Stephan Holl <stephan.holl at intevation.de>
+- fixes geospatial/issue30: Reconnecting to postgreSQL when
+  postgreSQL-Server dies.
+- deactivated the patch since this is already done upstream.
 * Wed Dec 03 2008 Stephan Holl <stephan.holl at intevation.de>
 + set the config-files as noreplace
 * Fri Nov 21 2008 Stephan Holl <stephan.holl at intevation.de>



More information about the Osaas-commits mailing list