Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

hsqldb-1.8.0.9-0.0.9mdv2008.0 RPM for i586

From Mandriva 2008.0 for i586 / media / main / testing

Name: hsqldb Distribution: Mandriva Linux
Version: 1.8.0.9 Vendor: Mandriva
Release: 0.0.9mdv2008.0 Build date: Fri Jan 11 17:17:46 2008
Group: Development/Java Build host: n5.mandriva.com
Size: 3702389 Source RPM: hsqldb-1.8.0.9-0.0.9mdv2008.0.src.rpm
Packager: Marcelo Ricardo Leitner <mrl@mandriva.com>
Url: http://hsqldb.sourceforge.net/
Summary: Hsqldb Database Engine
HSQLdb is a relational database engine written in JavaTM , with a JDBC
driver, supporting a subset of ANSI-92 SQL. It offers a small (about
100k), fast database engine which offers both in memory and disk based
tables. Embedded and server modes are available. Additionally, it
includes tools such as a minimal web server, in-memory query and
management tools (can be run as applets or servlets, too) and a number
of demonstration examples.
Downloaded code should be regarded as being of production quality. The
product is currently being used as a database and persistence engine in
many Open Source Software projects and even in commercial projects and
products! In it's current version it is extremely stable and reliable.
It is best known for its small size, ability to execute completely in
memory and its speed. Yet it is a completely functional relational
database management system that is completely free under the Modified
BSD License. Yes, that's right, completely free of cost or restrictions!

Provides

Requires

Copyright

BSD

Signatures

internal MD5: f228fe8b59608c89d7a7c0574f30af3c
GPG

Changelog

* Fri Jan 11 2008 Marcelo Ricardo Leitner <mrl@mandriva.com> 1.8.0.9-0.0.9mdv2008.0
  + Revision: 148024
  - Protect java-rpmbuild buildrequires to mdkversion >= 200810, so we can easily
    backport this package to 2008.0.
* Fri Jan 04 2008 David Walluck <walluck@mandriva.org> 1:1.8.0.9-0.0.9mdv2008.1
  + Revision: 145272
  - silence commands in %post
* Fri Jan 04 2008 David Walluck <walluck@mandriva.org> 1:1.8.0.9-0.0.8mdv2008.1
  + Revision: 144825
  - rebuild
* Thu Jan 03 2008 David Walluck <walluck@mandriva.org> 1:1.8.0.9-0.0.7mdv2008.1
  + Revision: 143483
  - bump release
  - fix patch name in spec
  - hsqldb user needs a shell or the service can't start
  - patch initscript so that restart works even when no server is currently running
* Thu Jan 03 2008 Anssi Hannula <anssi@mandriva.org> 1:1.8.0.9-0.0.6mdv2008.1
  + Revision: 142848
  - remove macros from comments causing %pre errors (Oden)
* Thu Jan 03 2008 David Walluck <walluck@mandriva.org> 1:1.8.0.9-0.0.5mdv2008.1
  + Revision: 141139
  - spec cleanup
  
    + Anssi Hannula <anssi@mandriva.org>
      - fix hsqldb user creation
  
    + Olivier Blin <oblin@mandriva.com>
      - restore BuildRoot
* Mon Dec 31 2007 David Walluck <walluck@mandriva.org> 1:1.8.0.9-0.0.4mdv2008.1
  + Revision: 139941
  - fix JAVA_HOME, JAVACMD, and jar locations hsqldb-1.8.0-standard.cfg
  - build with GCJ (1.5.0) for now due to JDBC API changes in 1.7.0
  
    + Anssi Hannula <anssi@mandriva.org>
      - post requires jpackage-utils for build-classpath
      - buildrequire java-rpmbuild, i.e. build with icedtea on x86(_64)
  
    + Thierry Vignaud <tvignaud@mandriva.com>
      - kill re-definition of %buildroot on Pixel's request
* Sun Dec 09 2007 David Walluck <walluck@mandriva.org> 1:1.8.0.9-0.0.1mdv2008.1
  + Revision: 116615
  - 1.8.0.9
* Sun Sep 16 2007 Anssi Hannula <anssi@mandriva.org> 1:1.8.0.8-1.0.2mdv2008.0
  + Revision: 87386
  - rebuild to filter out autorequires of GCJ AOT objects
  - remove unnecessary Requires(post) on java-gcj-compat
* Tue Sep 04 2007 David Walluck <walluck@mandriva.org> 1:1.8.0.8-1.0.1mdv2008.0
  + Revision: 78860
  - 1.8.0.8
* Wed Apr 18 2007 David Walluck <walluck@mandriva.org> 1:1.8.0.7-2.1mdv2008.0
  + Revision: 14164
  - Import hsqldb
* Fri Feb 02 2007 David Walluck <walluck@mandriva.org> 1:1.8.0.7-2.1mdv2007.1
  - release
* Mon Jan 22 2007 Deepak Bhole <dbhole@redhat.com> 1:1.8.0.7-2jpp
  - Update copyright date
* Thu Jan 11 2007 Deepak Bhole <dbhole@redhat.com> 1.8.0.7-1jpp
  - Updgrade to 1.8.0.7
* Wed Nov 29 2006 Deepak Bhole <dbhole@redhat.com> 1.8.0.4-4jpp
  - Added missing entries to the files section
  - From fnasser@redhat.com:
    - Add post requires for servletapi5 to ensure installation order
  - From sgrubb@redhat.com:
    - Apply patch correcting tmp file usage
* Tue Aug 22 2006 Deepak Bhole <dbhole@redhat.com> 1:1.8.0.4-3jpp
  - Add missing postun section.
* Sat Aug 05 2006 Deepak Bhole <dbhole@redhat.com> 1:1.8.0.4-2jpp
  - Add missing requirements.
  - Merge with fc spec.
    - From gbenson@redhat.com:
      - Change /etc/init.d to /etc/rc.d/init.d.
      - Create hsqldb user and group with low IDs (RH bz #165670).
      - Do not remove hsqldb user and group on uninstall.
      - Build with servletapi5.
    - From ashah@redhat.com:
      - Change hsqldb user shell to /sbin/nologin.
    - From notting@redhat.com
      - use an assigned user/group id
* Sat Apr 29 2006 Fernando Nasser <fnasser@redhat.com> 1:1.8.0.4-1jpp
  - First JPP 1.7 build
  - Upgrade to 1.8.0.4
* Wed Jul 27 2005 Fernando Nasser <fnasser@redhat.com> 0:1.80.1-1jpp
  - Upgrade to 1.8.0.1
* Mon Mar 07 2005 Fernando Nasser <fnasser@redhat.com> 0:1.73.3-1jpp
  - Upgrade to 1.7.3.3
* Wed Mar 02 2005 Fernando Nasser <fnasser@redhat.com> 0:1.73.0-1jpp
  - Upgrade to 1.7.3.0

Files

h‡G



Generated by rpm2html 1.8.1

Daniel Veillard, Sat Jan 3 04:47:40 2009