[pkg-java] r16744 - trunk/hsqldb/debian/patches
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Mon May 27 10:34:20 UTC 2013
Author: ebourg-guest
Date: 2013-05-27 10:34:20 +0000 (Mon, 27 May 2013)
New Revision: 16744
Modified:
trunk/hsqldb/debian/patches/bitxor2.diff
trunk/hsqldb/debian/patches/hsqldb-demos.patch
trunk/hsqldb/debian/patches/hsqldb-init-restart.diff
trunk/hsqldb/debian/patches/i104901.patch
Log:
Added patch descriptions
Modified: trunk/hsqldb/debian/patches/bitxor2.diff
===================================================================
--- trunk/hsqldb/debian/patches/bitxor2.diff 2013-05-27 10:07:25 UTC (rev 16743)
+++ trunk/hsqldb/debian/patches/bitxor2.diff 2013-05-27 10:34:20 UTC (rev 16744)
@@ -1,7 +1,5 @@
-# This patch file was generated by NetBeans IDE
-# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
-# It uses platform neutral UTF-8 encoding.
-# Above lines and this line are ignored by the patching process.
+Description: Patch from OpenOffice (SQL BITXOR behaves as BITOR)
+Bug-Apache: https://issues.apache.org/ooo/show_bug.cgi?id=103528
--- hsqldb/src/org/hsqldb/Library.java
+++ hsqldb/src/org/hsqldb/Library.java
@@ -1957,7 +1957,7 @@
Modified: trunk/hsqldb/debian/patches/hsqldb-demos.patch
===================================================================
--- trunk/hsqldb/debian/patches/hsqldb-demos.patch 2013-05-27 10:07:25 UTC (rev 16743)
+++ trunk/hsqldb/debian/patches/hsqldb-demos.patch 2013-05-27 10:34:20 UTC (rev 16744)
@@ -1,4 +1,4 @@
-# Adjust the path to the hsqldb.jar file for the demo applications.
+Description: Adjust the path to the hsqldb.jar file for the demo applications.
--- hsqldb-1.8.0.0.orig/demo/localhost_clientserver.html
+++ hsqldb-1.8.0.0/demo/localhost_clientserver.html
@@ -2,7 +2,7 @@
Modified: trunk/hsqldb/debian/patches/hsqldb-init-restart.diff
===================================================================
--- trunk/hsqldb/debian/patches/hsqldb-init-restart.diff 2013-05-27 10:07:25 UTC (rev 16743)
+++ trunk/hsqldb/debian/patches/hsqldb-init-restart.diff 2013-05-27 10:34:20 UTC (rev 16744)
@@ -1,3 +1,4 @@
+Description: Add a force-reload command to the init.d script
--- hsqldb-1.8.0.10/bin/hsqldb-old 2009-08-17 21:03:33.000000000 +0200
+++ hsqldb-1.8.0.10/bin/hsqldb 2009-08-17 21:04:14.000000000 +0200
@@ -461,11 +461,11 @@
Modified: trunk/hsqldb/debian/patches/i104901.patch
===================================================================
--- trunk/hsqldb/debian/patches/i104901.patch 2013-05-27 10:07:25 UTC (rev 16743)
+++ trunk/hsqldb/debian/patches/i104901.patch 2013-05-27 10:34:20 UTC (rev 16744)
@@ -1,3 +1,6 @@
+Description: Patch from OpenOffice to fix autoincrement behaviour which
+ otherwise can cause database corruption
+Bug-Apache: https://issues.apache.org/ooo/show_bug.cgi?id=104901
--- hsqldb/src/org/hsqldb/Table.java 2007-10-19 23:59:07.000000000 +0200
+++ hsqldb/src/org/hsqldb/Table.java 2009-09-11 13:45:42.939231519 +0200
@@ -149,10 +149,10 @@
More information about the pkg-java-commits
mailing list