From 85a467b10b2a3ddaa7a706900fe3f4109c0836cde37e991e6db46f6de4cb2df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 28 Jan 2015 13:32:02 +0000 Subject: [PATCH] Accepting request 281708 from home:posophe:branches:Java:packages Update OBS-URL: https://build.opensuse.org/request/show/281708 OBS-URL: https://build.opensuse.org/package/show/Java:packages/hsqldb?expand=0&rev=16 --- hsqldb-2.2.9.zip | 3 -- hsqldb-2.2.9.pom => hsqldb-2.3.2.pom | 62 ++++++++++++++++------------ hsqldb-2.3.2.zip | 3 ++ hsqldb.changes | 23 +++++++++++ hsqldb.spec | 8 ++-- 5 files changed, 66 insertions(+), 33 deletions(-) delete mode 100644 hsqldb-2.2.9.zip rename hsqldb-2.2.9.pom => hsqldb-2.3.2.pom (76%) create mode 100644 hsqldb-2.3.2.zip diff --git a/hsqldb-2.2.9.zip b/hsqldb-2.2.9.zip deleted file mode 100644 index 6e06940..0000000 --- a/hsqldb-2.2.9.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b60decdb59513f52b915abed2223e287ba19360fa77fc8141c4fc6af90c5e72 -size 7450194 diff --git a/hsqldb-2.2.9.pom b/hsqldb-2.3.2.pom similarity index 76% rename from hsqldb-2.2.9.pom rename to hsqldb-2.3.2.pom index 372dac5..c2e9724 100644 --- a/hsqldb-2.2.9.pom +++ b/hsqldb-2.3.2.pom @@ -1,27 +1,35 @@ - - - 4.0.0 - org.hsqldb - hsqldb - 2.2.9 - HyperSQL Database - HSQLDB - Lightweight 100% Java SQL Database Engine - http://hsqldb.org - 2001 - - The HSQL Development Group - http://hsqldb.org - - - - HSQLDB License, a BSD open source license - http://hsqldb.org/web/hsqlLicense.html - repo - - - - scm:svn:http://hsqldb.svn.sourceforge.net/svnroot/hsqldb/base - http://hsqldb.svn.sourceforge.net/viewvc/hsqldb/base/trunk - - + + + 4.0.0 + org.hsqldb + hsqldb + 2.3.2 + HyperSQL Database + HSQLDB - Lightweight 100% Java SQL Database Engine + http://hsqldb.org + 2001 + + The HSQL Development Group + http://hsqldb.org + + + + HSQLDB License, a BSD open source license + http://hsqldb.org/web/hsqlLicense.html + repo + + + + + unsaved + Blaine Simpson + blaine.simpson@admc.com + + + + scm:svn:http://hsqldb.svn.sourceforge.net/svnroot/hsqldb/base + 2.3.2 + http://hsqldb.svn.sourceforge.net/viewvc/hsqldb/base/tags/2.3.2 + + diff --git a/hsqldb-2.3.2.zip b/hsqldb-2.3.2.zip new file mode 100644 index 0000000..b25f266 --- /dev/null +++ b/hsqldb-2.3.2.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573082ab3f1c8f02c1f496b9aae15b74f1b5aedf3812ef300e90ead3047e5fb0 +size 7734168 diff --git a/hsqldb.changes b/hsqldb.changes index dabe8f9..57ff08e 100644 --- a/hsqldb.changes +++ b/hsqldb.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Jan 18 23:42:53 UTC 2015 - p.drouand@gmail.com + +- Update to version 2.3.2 + * fixed several minor issues + * fixed bug with incomplete rollback of MVCC transaction that + inserts and updates the same row + * fixed issue with parsing of long BIT strings in SQL + * fixed issue with SQL triggers when columns were added or dropped + from a table with SQL triggers + * fixed issue with an index added to a TEMP table with ON COMMIT + PRESERVE ROWS and containing data + * added URL property hsqldb.digest which can be used with alternative + secure hash algorithms for passwords + * changed the class used for offline backup and restore to + org.hsqldb.lib.tar.DbBackupMain + * extended the scope of SET DATABASE SQL REFERENCES TRUE to catch + ambiguity with identical table aliases + * extended support for the DEFAULT keyword used in INSERT and UPDATE + to apply to columns with no default + * improved support for recursive queries + * improved ORA and MYS syntax compatibility modes + ------------------------------------------------------------------- Mon Sep 9 11:05:43 UTC 2013 - tchvatal@suse.com diff --git a/hsqldb.spec b/hsqldb.spec index 091d4f2..18ff8e5 100644 --- a/hsqldb.spec +++ b/hsqldb.spec @@ -1,7 +1,7 @@ # # spec file for package hsqldb # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: hsqldb -Version: 2.2.9 +Version: 2.3.2 Release: 0 Summary: HyperSQL Database Engine License: BSD-3-Clause @@ -28,7 +28,9 @@ Source1: hsqldb-1.8.0-standard.cfg Source2: hsqldb-1.8.0-standard-server.properties Source3: hsqldb-1.8.0-standard-webserver.properties Source4: hsqldb-1.8.0-standard-sqltool.rc -Source5: http://www.hsqldb.org/repos/org/hsqldb/hsqldb/%{version}/hsqldb-%{version}.pom +#Source5: http://www.hsqldb.org/repos/org/hsqldb/hsqldb/%{version}/hsqldb-%{version}.pom +# The maven pom file related to 2.3.2 version is not yet released +Source5: hsqldb-%{version}.pom # Custom systemd files - talking with upstream about incorporating them, see # http://sourceforge.net/projects/hsqldb/forums/forum/73673/topic/5367103