Package Release Info

libgda-5.2.9-bp153.2.38

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libgda-5_0-4
libgda-5_0-4-lang
libgda-5_0-bdb
libgda-5_0-devel
libgda-5_0-doc
libgda-5_0-firebird
libgda-5_0-jdbc
libgda-5_0-ldap
libgda-5_0-mdb
libgda-5_0-mysql
libgda-5_0-postgres
libgda-5_0-sqlcipher
libgda-5_0-sqlite
libgda-5_0-tools
libgda-5_0-web
libgda-report-5_0-4
libgda-tools
libgda-ui-5_0-4
libgda-ui-5_0-plugins
libgda-ui-5_0-tools
libgda-xslt-5_0-4
typelib-1_0-Gda-5_0
typelib-1_0-Gdaui-5_0

Change Logs

* Sat Jan 25 2020 Dominique Leuenberger <dimstar@opensuse.org>
- No longer recommend -lang: supplements are in use
* Thu Sep 12 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 5.2.9:
  + Fix Sun JRE 1.8 detection.
  + Fix JDK 11.0 detection.
  + Drop unneeded JAVAH variable check.
  + Fix build for System Installed SQLite libs.
  + Non-Dates and Timestamps values returns 'NULL' string when
    converted.
  + Fix --with-ui, now UI is buildable when enabled.
- Drop patches fixed upstream:
  + libgda-jre18.patch.
  + libgda-jre9.patch.
  + libgda-jre10.patch.
  + libgda-5.2.4-nojavah.patch.
  + libgda-no-libgee.patch.
  + libgda-enable-gdaui-gi.patch: Fixed upstream.
* Wed Apr 10 2019 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 5.2.8 (bsc#1128934):
  + Fix a typo on sv translation
  + Please note: releases 5.2.6 and 5.2.7 were unable to be
    published at downdload.gnome.org
- Changes from version 5.2.4:
  + SQLite provider uses system installed one by default
  + Revome build's date from documentation
  + introspection: removed system install in favor of --prefix
  + Fixed compilation on MacOS
  + All Vala bindings and Vala extensions are built by default
    using --enable-vala, added --disable* switch to disable some or
    all of them
  + Fixes on outdated unit tests
  + Removed unused Vala extensions
  + GdaConnection has removed the use of g_object_weak_*, improving
    multi-threading behaviour
  + Prepared statements now use GWeakRef for weak references
  + GdaDataPivot use instance providers and locking
  + GdaVConnectionDataModel use GRecMutex
  + Updated SQLite to 3.8.11.1
  + Fix SQLCipher build by embedding source code for 3.4.2 version
  + Fix SQLCipher disabling
  + Updated GObject Introspection annotations
  + Fix Doc generation
  + Bugs corrected: #787685 #789382 #761560 #761529 #760420 #761424
    [#754263] #754208
  + Corrected HTML output containing <SCRIPT> tag
  + Correct some truncated help strings
  + Don't use (deprecated) g_thread_supported()
  + MySQL meta data: fixed case where schema is incomplete in MySQL
    database
  + Allow introspection for gda_sql_builder_add_cond_v()
  + SQLite: handle WITHOUT ROWID without any error
  + Updated translations.
- Rebase libgda-5.2.4-nojavah.patch: most of it was merged in time
  for 5.2.8, except one chunk.
- Drop libgda-utf.patch: no longer required.
- Add libgda-no-libgee.patch: do not require libgee, taken from
  upstream git.
- Add libgda-enable-gdaui-gi.patch: Fix configure handling of
  - -enable-gdaui-gi, taken from git.
- Add libgda-no-pg_config.patch: Don't use pg_config, but rather
  pkgconfig: libgda does not build a postgresql server module.
- Pass --with-postgres to configure: ensure to build pgsql support.
Version: 5.2.4-bp151.3.2
* Thu Nov 15 2018 Dominique Leuenberger <dimstar@opensuse.org>
- Update libgda-jre10.patch: Support current and future Java
  versions (up to 19).
Version: 5.2.4-bp150.1.3
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Mon Jan 08 2018 fstrba@suse.com
- Added patches:
  * libgda-jre10.patch: detect JRE 10's version string.
  * libgda-5.2.4-nojavah.patch: instead of javah invocation, use
    javac's -h option; this bumps build requirement to
    java-devel >= 1.8
- Modified patches:
  * libgda-jre18.patch
  * libgda-jre9.patch
    + Don't patch generated configure, but the source java.m4 file
- Run spec cleaner and add dependency on autoconf, automake and
  libtool in order to regenearate the configure and Makefile.in
  files.
* Tue Dec 05 2017 dimstar@opensuse.org
- Build against openSSL 1.0 for now:
  + Add libopenssl-1_0_0-devel BuildRequires.
  + BuilgIgnore openssl (the helper programs): they are not needed
    and the build dep would pull in version 1.1, conflicting with
    openssl 1.0 devel packages.
* Mon Nov 06 2017 dimstar@opensuse.org
- Update libgda-jre9.patch: be compatible with Java 9.*;
  javac -version strips trailing 0, so 9.0 is reported as 9,
  whereas 9.0.1 is reported as 9.0.1.
* Tue Oct 03 2017 fstrba@suse.com
- Remove leftover dependency on gcc-java
* Wed Sep 27 2017 dimstar@opensuse.org
- Update libgda-jre9.patch: with the release of JRE 9.0.0, the
  version identifier was changed from 9-internal to 9. Change the
  patch to accept both variants.
* Thu Sep 14 2017 dimstar@opensuse.org
- Fix build with JRE 9:
  + Add libgda-jre9.patch: detect JRE 9's version string.
- Do not run fdupes across default partition boundaries.
- Run spec-cleaner.
* Tue Sep 12 2017 dimstar@opensuse.org
- Add libgda-utf.patch: Do not use UTF-8 chars in headers parsed
  by glib-mkenums. In the build root, this fails otherwise.
* Sat Dec 10 2016 dimstar@opensuse.org
- Automatically find the current version of VALA and pass the
  correct string to --enable-vala VALA_API_VERSION=. This allows us
  not having to change the .spec every 6 months.
* Thu Sep 15 2016 dimstar@opensuse.org
- Build using Vala 0.34: pass --enable-vala VALA_API_VERSION=0.34
  to configure (instead of --enable-vala VALA_API_VERSION=0.32).
* Tue Jul 19 2016 dimstar@opensuse.org
- Drop pkgconfig(fbembed) BuildRequires: pkgconfig(fbclient) is
  sufficient (and fbembed no longer exists).
* Fri Apr 15 2016 mgorse@suse.com
- Update to GNOME 3.20  Fate#318572
* Wed Mar 30 2016 dvaleev@suse.com
- Now with Java 1.8, on ppc64le set java arch to ppc64 only
  if we build with java 1.5 or 1.6
* Tue Feb 09 2016 dimstar@opensuse.org
- Pass VALA_API_VERSION=0.32 (instead of 0.30) to configure,
  following the switch to vala 0.31.x/0.32 tree.
* Fri Sep 04 2015 dimstar@opensuse.org
- Pass VALA_API_VERSION=0.30 (instead of 0.28) to configure.
* Mon Aug 31 2015 normand@linux.vnet.ibm.com
- disable getspARCH change for ppc64le when still using jre 1.7
  (required for Leap 42.1)
* Fri Aug 14 2015 dimstar@opensuse.org
- Own %{_datadir}/appdata (Fix build on Leap).
* Mon Jul 20 2015 zaitor@opensuse.org
- Add libgda-jre18.patch: Fix build with JRE 1.8.
* Fri Jul 03 2015 snuxoll@linux.com
- Development package now includes vapi files, add vala
  BuildRequies and pass --enabl vala to configure.
* Fri Jun 12 2015 zaitor@opensuse.org
- Update to version 5.2.4:
  + Added missing file in distributed tarball (bgo#750891).
- Changes from version 5.2.3:
  + Improved Vala and introspection.
  + Misc bugs fixed.
  + Bugs fixed: bgo#722531, bgo#722773, bgo#730813, bgo# 742312,
    bgo#750191.
  + Updated translations.