OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Jun-2008 18:03:11
Branch: HEAD Handle: 2008061817030603
Modified files:
openpkg-src/drupal drupal.patch drupal.spec
Log:
fix another module which is broken under PostgreSQL because the author
just did a blind syntax guess
Summary:
Revision Changes Path
1.25 +23 -1 openpkg-src/drupal/drupal.patch
1.283 +1 -1 openpkg-src/drupal/drupal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/drupal/drupal.patch
============================================================================
$ cvs diff -u -r1.24 -r1.25 drupal.patch
--- openpkg-src/drupal/drupal.patch 16 Jun 2008 16:11:13 -0000 1.24
+++ openpkg-src/drupal/drupal.patch 18 Jun 2008 16:03:06 -0000 1.25
@@ -330,7 +330,7 @@
--- /dev/null 2008-05-02 21:08:21 +0200
+++ sites/all/modules/img_assist/img_assist_popup.js 2008-05-02 21:05:56
+0200
@@ -0,0 +1,20 @@
-+/* $Id: drupal.patch,v 1.24 2008/06/16 16:11:13 rse Exp $ */
++/* $Id: drupal.patch,v 1.25 2008/06/18 16:03:06 rse Exp $ */
+
+function launch_popup(nid, mw, mh) {
+ var ox = mw;
@@ -844,3 +844,25 @@
+ }
+ return $array;
+}
+
+-----------------------------------------------------------------------------
+
+Fix PostgreSQL usage.
+
+Index: sites/all/modules/nodeupdates/nodeupdates.install
+--- sites/all/modules/nodeupdates/nodeupdates.install.orig 2007-12-31
15:11:57 +0100
++++ sites/all/modules/nodeupdates/nodeupdates.install 2008-06-18
18:00:08 +0200
+@@ -15,10 +15,10 @@
+
+ case 'pgsql':
+ db_query("CREATE TABLE {nodeupdates} (
+- nid integer(10) NOT NULL default '0',
++ nid integer NOT NULL default '0',
+ title varchar(128) NOT NULL default '',
+- message longtext NOT NULL default '',
+- timestamp integer(11) NOT NULL default '0'
++ message text NOT NULL default '',
++ timestamp integer NOT NULL default '0'
+ )");
+ break;
+ }
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/drupal/drupal.spec
============================================================================
$ cvs diff -u -r1.282 -r1.283 drupal.spec
--- openpkg-src/drupal/drupal.spec 16 Jun 2008 17:38:23 -0000 1.282
+++ openpkg-src/drupal/drupal.spec 18 Jun 2008 16:03:09 -0000 1.283
@@ -225,7 +225,7 @@
Group: CMS
License: GPL
Version: %{V_drupal}
-Release: 20080616
+Release: 20080618
# package options
%option with_mysql yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]