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

libgda-6_0-devel-6.0.0-bp156.4.12 RPM for x86_64

From OpenSuSE Leap 15.6 for x86_64

Name: libgda-6_0-devel Distribution: SUSE Linux Enterprise 15 SP6
Version: 6.0.0 Vendor: openSUSE
Release: bp156.4.12 Build date: Mon Jan 22 15:01:11 2024
Group: Development/Libraries/C and C++ Build host: i03-ch1b
Size: 6166312 Source RPM: libgda-6.0.0-bp156.4.12.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.gnome-db.org/
Summary: GNU Data Access (GDA) Library -- Development Files
GNU Data Access (GDA) is an attempt to provide uniform access to
different kinds of data sources (databases, information servers,
mail spools, etc). It is a complete architecture that provides
everything needed to access data.

This package contains all necessary include files and libraries needed
to develop applications that require these.

Provides

Requires

License

GPL-2.0-or-later AND LGPL-2.1-or-later

Changelog

* Wed Feb 02 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Add bebdffb4de586fb43fd07ac549121f4b22f6812d.patch: Fix
    CVE-2021-39359 by forcing TLS certificate validation
    (boo#1189849).
  - Add libgda-fix-meson-060.patch: Fix build with meson 0.61.0 and
    newer.
* Fri Nov 12 2021 Callum Farmer <gmbr3@opensuse.org>
  - Add missing library requires to devel package
  - Move unversioned report binaries to seperate package
* Mon Sep 06 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Add libgda-no-gtkdoc-markers.patch: Fix build with GNOME 41
    stack.
* Mon Jul 26 2021 Andreas Schwab <schwab@suse.de>
  - overflow-undefined-behavior.patch: Fix undefined behavior due to signed
    integer overflow
* Fri May 21 2021 Callum Farmer <gmbr3@opensuse.org>
  - Fix incorrect Requires tag in glade catalog
* Wed Feb 10 2021 Callum Farmer <gmbr3@opensuse.org>
  - Update to version 6.0.0:
    + MySQL: now supports version 8.0
    + PostgreSQL now support GdaText values, so take care because
      some SELECT operations concatenating strings return
      GdaText values instead of strings
    + Lot of memory leaks fixed
    + Added a new module named GdaDB to simplify DDL operations
    + Added database generation from an XML file
    + Updated internal SQLite3 version
    + Added "examples" directory as a target to be built
    + Numerous improvements in CI organization
    + Documentation reorganisation and porting to the new format
    + Code modernized for multiple objects
    + Added new API for GdaConnection object
    + Added uniform LOG_DOMAIN usage between translation units
    + Added Uniform debug code generation
    + Eliminated multiple static global variable
    + Improved code quality for libgda to use -Werror
    + Multiple code improvements, formation, and corrections
    + Batch parsing, should remove spacesa and enters before
      return next statement
    + Only PostgreSQL, MySQL and SQLite providers are supported
    + Improved Meson options name and behavior
  - Remove libgda-mysql-bool.patch: contained in upstream
  - Remove libgda-no-pg_config.patch: contained in upstream
* Wed Feb 03 2021 Callum Farmer <gmbr3@opensuse.org>
  - Update to version 5.2.10:
    + MySQL: initial support for JSON type
    + MySQL: test against 8.0
    + GdaParser: remove spaces and enters before next statement
    + GdauiSet: fix gdaui_set_source_get_ref_columns() return value
    + SqlParser: fix Vala bindings
    + Vala: added missing variadic methods to VAPI
    + Removing Python 2 support to use Python 3 by default
    + Glade catalog and pixmaps installation directory
      fixed for make distcheck
  - Add libgda-mysql-bool.patch: fixes conflicting types
* Wed Nov 25 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - Only conditionally build with firebird support, currently
    disabled (boo#1179203).
* 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.
* Thu Nov 15 2018 Dominique Leuenberger <dimstar@opensuse.org>
  - Update libgda-jre10.patch: Support current and future Java
    versions (up to 19).
* 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.
* Mon Feb 02 2015 mgorse@suse.com
  - Re-enable firebird for s390/s390x.

Files

/usr/bin/org.gnome.gda.Demoui
/usr/include/libgda-6.0
/usr/include/libgda-6.0/libgda
/usr/include/libgda-6.0/libgda-report
/usr/include/libgda-6.0/libgda-report/gda-report-document.h
/usr/include/libgda-6.0/libgda-report/libgda-report.h
/usr/include/libgda-6.0/libgda-ui
/usr/include/libgda-6.0/libgda-ui/gdaui-basic-form.h
/usr/include/libgda-6.0/libgda-ui/gdaui-cloud.h
/usr/include/libgda-6.0/libgda-ui/gdaui-combo.h
/usr/include/libgda-6.0/libgda-ui/gdaui-data-cell-renderer-util.h
/usr/include/libgda-6.0/libgda-ui/gdaui-data-entry.h
/usr/include/libgda-6.0/libgda-ui/gdaui-data-filter.h
/usr/include/libgda-6.0/libgda-ui/gdaui-data-proxy-info.h
/usr/include/libgda-6.0/libgda-ui/gdaui-data-proxy.h
/usr/include/libgda-6.0/libgda-ui/gdaui-data-selector.h
/usr/include/libgda-6.0/libgda-ui/gdaui-data-store.h
/usr/include/libgda-6.0/libgda-ui/gdaui-decl.h
/usr/include/libgda-6.0/libgda-ui/gdaui-easy.h
/usr/include/libgda-6.0/libgda-ui/gdaui-entry-shell.h
/usr/include/libgda-6.0/libgda-ui/gdaui-entry-wrapper.h
/usr/include/libgda-6.0/libgda-ui/gdaui-enums.h
/usr/include/libgda-6.0/libgda-ui/gdaui-form.h
/usr/include/libgda-6.0/libgda-ui/gdaui-grid.h
/usr/include/libgda-6.0/libgda-ui/gdaui-login.h
/usr/include/libgda-6.0/libgda-ui/gdaui-plugin.h
/usr/include/libgda-6.0/libgda-ui/gdaui-provider-selector.h
/usr/include/libgda-6.0/libgda-ui/gdaui-raw-form.h
/usr/include/libgda-6.0/libgda-ui/gdaui-raw-grid.h
/usr/include/libgda-6.0/libgda-ui/gdaui-rt-editor.h
/usr/include/libgda-6.0/libgda-ui/gdaui-server-operation.h
/usr/include/libgda-6.0/libgda-ui/gdaui-tree-store.h
/usr/include/libgda-6.0/libgda-ui/libgda-ui.h
/usr/include/libgda-6.0/libgda/gda-attributes-manager.h
/usr/include/libgda-6.0/libgda/gda-batch.h
/usr/include/libgda-6.0/libgda/gda-blob-op.h
/usr/include/libgda-6.0/libgda/gda-column.h
/usr/include/libgda-6.0/libgda/gda-config.h
/usr/include/libgda-6.0/libgda/gda-connection-event.h
/usr/include/libgda-6.0/libgda/gda-connection-private.h
/usr/include/libgda-6.0/libgda/gda-connection.h
/usr/include/libgda-6.0/libgda/gda-data-access-wrapper.h
/usr/include/libgda-6.0/libgda/gda-data-comparator.h
/usr/include/libgda-6.0/libgda/gda-data-handler.h
/usr/include/libgda-6.0/libgda/gda-data-model-array.h
/usr/include/libgda-6.0/libgda/gda-data-model-dir.h
/usr/include/libgda-6.0/libgda/gda-data-model-extra.h
/usr/include/libgda-6.0/libgda/gda-data-model-import.h
/usr/include/libgda-6.0/libgda/gda-data-model-iter-extra.h
/usr/include/libgda-6.0/libgda/gda-data-model-iter.h
/usr/include/libgda-6.0/libgda/gda-data-model-private.h
/usr/include/libgda-6.0/libgda/gda-data-model-select.h
/usr/include/libgda-6.0/libgda/gda-data-model.h
/usr/include/libgda-6.0/libgda/gda-data-pivot.h
/usr/include/libgda-6.0/libgda/gda-data-proxy.h
/usr/include/libgda-6.0/libgda/gda-data-select-private.h
/usr/include/libgda-6.0/libgda/gda-data-select.h
/usr/include/libgda-6.0/libgda/gda-db-base.h
/usr/include/libgda-6.0/libgda/gda-db-buildable.h
/usr/include/libgda-6.0/libgda/gda-db-catalog.h
/usr/include/libgda-6.0/libgda/gda-db-column-private.h
/usr/include/libgda-6.0/libgda/gda-db-column.h
/usr/include/libgda-6.0/libgda/gda-db-fkey-private.h
/usr/include/libgda-6.0/libgda/gda-db-fkey.h
/usr/include/libgda-6.0/libgda/gda-db-index-field.h
/usr/include/libgda-6.0/libgda/gda-db-index.h
/usr/include/libgda-6.0/libgda/gda-db-table.h
/usr/include/libgda-6.0/libgda/gda-db-view.h
/usr/include/libgda-6.0/libgda/gda-ddl-modifiable.h
/usr/include/libgda-6.0/libgda/gda-decl.h
/usr/include/libgda-6.0/libgda/gda-enums.h
/usr/include/libgda-6.0/libgda/gda-holder.h
/usr/include/libgda-6.0/libgda/gda-lockable.h
/usr/include/libgda-6.0/libgda/gda-log.h
/usr/include/libgda-6.0/libgda/gda-meta-store.h
/usr/include/libgda-6.0/libgda/gda-meta-struct.h
/usr/include/libgda-6.0/libgda/gda-provider-meta.h
/usr/include/libgda-6.0/libgda/gda-provider.h
/usr/include/libgda-6.0/libgda/gda-quark-list.h
/usr/include/libgda-6.0/libgda/gda-repetitive-statement.h
/usr/include/libgda-6.0/libgda/gda-row.h
/usr/include/libgda-6.0/libgda/gda-server-operation.h
/usr/include/libgda-6.0/libgda/gda-server-provider-extra.h
/usr/include/libgda-6.0/libgda/gda-server-provider-impl.h
/usr/include/libgda-6.0/libgda/gda-server-provider-private.h
/usr/include/libgda-6.0/libgda/gda-server-provider.h
/usr/include/libgda-6.0/libgda/gda-set.h
/usr/include/libgda-6.0/libgda/gda-sql-builder.h
/usr/include/libgda-6.0/libgda/gda-statement-extra.h
/usr/include/libgda-6.0/libgda/gda-statement.h
/usr/include/libgda-6.0/libgda/gda-transaction-status-private.h
/usr/include/libgda-6.0/libgda/gda-transaction-status.h
/usr/include/libgda-6.0/libgda/gda-tree-manager.h
/usr/include/libgda-6.0/libgda/gda-tree-mgr-columns.h
/usr/include/libgda-6.0/libgda/gda-tree-mgr-label.h
/usr/include/libgda-6.0/libgda/gda-tree-mgr-schemas.h
/usr/include/libgda-6.0/libgda/gda-tree-mgr-select.h
/usr/include/libgda-6.0/libgda/gda-tree-mgr-tables.h
/usr/include/libgda-6.0/libgda/gda-tree-node.h
/usr/include/libgda-6.0/libgda/gda-tree.h
/usr/include/libgda-6.0/libgda/gda-util.h
/usr/include/libgda-6.0/libgda/gda-value.h
/usr/include/libgda-6.0/libgda/gda-xa-transaction.h
/usr/include/libgda-6.0/libgda/handlers
/usr/include/libgda-6.0/libgda/handlers/gda-handler-bin.h
/usr/include/libgda-6.0/libgda/handlers/gda-handler-boolean.h
/usr/include/libgda-6.0/libgda/handlers/gda-handler-numerical.h
/usr/include/libgda-6.0/libgda/handlers/gda-handler-string.h
/usr/include/libgda-6.0/libgda/handlers/gda-handler-text.h
/usr/include/libgda-6.0/libgda/handlers/gda-handler-time.h
/usr/include/libgda-6.0/libgda/handlers/gda-handler-type.h
/usr/include/libgda-6.0/libgda/libgda.h
/usr/include/libgda-6.0/libgda/providers-support
/usr/include/libgda-6.0/libgda/providers-support/gda-data-select-priv.h
/usr/include/libgda-6.0/libgda/providers-support/gda-meta-column-types.h
/usr/include/libgda-6.0/libgda/providers-support/gda-pstmt.h
/usr/include/libgda-6.0/libgda/sql-parser
/usr/include/libgda-6.0/libgda/sql-parser/gda-sql-parser.h
/usr/include/libgda-6.0/libgda/sql-parser/gda-sql-statement.h
/usr/include/libgda-6.0/libgda/sql-parser/gda-statement-struct-compound.h
/usr/include/libgda-6.0/libgda/sql-parser/gda-statement-struct-decl.h
/usr/include/libgda-6.0/libgda/sql-parser/gda-statement-struct-delete.h
/usr/include/libgda-6.0/libgda/sql-parser/gda-statement-struct-insert.h
/usr/include/libgda-6.0/libgda/sql-parser/gda-statement-struct-parts.h
/usr/include/libgda-6.0/libgda/sql-parser/gda-statement-struct-pspec.h
/usr/include/libgda-6.0/libgda/sql-parser/gda-statement-struct-select.h
/usr/include/libgda-6.0/libgda/sql-parser/gda-statement-struct-trans.h
/usr/include/libgda-6.0/libgda/sql-parser/gda-statement-struct-unknown.h
/usr/include/libgda-6.0/libgda/sql-parser/gda-statement-struct-update.h
/usr/include/libgda-6.0/libgda/sql-parser/gda-statement-struct-util.h
/usr/include/libgda-6.0/libgda/sql-parser/gda-statement-struct.h
/usr/include/libgda-6.0/libgda/thread-wrapper
/usr/include/libgda-6.0/libgda/thread-wrapper/gda-connect.h
/usr/include/libgda-6.0/libgda/thread-wrapper/gda-worker.h
/usr/include/libgda-6.0/providers
/usr/include/libgda-6.0/providers/ldap
/usr/include/libgda-6.0/providers/ldap/gda-data-model-ldap.h
/usr/include/libgda-6.0/providers/ldap/gda-ldap-connection.h
/usr/include/libgda-6.0/providers/ldap/gda-tree-mgr-ldap.h
/usr/include/libgda-6.0/providers/sqlcipher
/usr/include/libgda-6.0/providers/sqlcipher/gda-sqlcipher-provider.h
/usr/lib64/libgda-6.0.so
/usr/lib64/libgda-report-6.0.so
/usr/lib64/libgda-ui-6.0.so
/usr/lib64/libgda-xslt-6.0.so
/usr/lib64/pkgconfig/libgda-6.0.pc
/usr/lib64/pkgconfig/libgda-capi-6.0.pc
/usr/lib64/pkgconfig/libgda-ldap-6.0.pc
/usr/lib64/pkgconfig/libgda-models-6.0.pc
/usr/lib64/pkgconfig/libgda-mysql-6.0.pc
/usr/lib64/pkgconfig/libgda-postgres-6.0.pc
/usr/lib64/pkgconfig/libgda-report-6.0.pc
/usr/lib64/pkgconfig/libgda-sqlcipher-6.0.pc
/usr/lib64/pkgconfig/libgda-sqlite-6.0.pc
/usr/lib64/pkgconfig/libgda-ui-6.0.pc
/usr/lib64/pkgconfig/libgda-xslt-6.0.pc
/usr/share/gir-1.0/Gda-6.0.gir
/usr/share/gir-1.0/Gdaui-6.0.gir
/usr/share/libgda-6.0/demo
/usr/share/libgda-6.0/demo/basic_form.c
/usr/share/libgda-6.0/demo/cloud.c
/usr/share/libgda-6.0/demo/combo.c
/usr/share/libgda-6.0/demo/custom_layout.xml
/usr/share/libgda-6.0/demo/data_model_dir.c
/usr/share/libgda-6.0/demo/ddl_queries.c
/usr/share/libgda-6.0/demo/demo_db.db
/usr/share/libgda-6.0/demo/form.c
/usr/share/libgda-6.0/demo/form_data_layout.c
/usr/share/libgda-6.0/demo/form_model_change.c
/usr/share/libgda-6.0/demo/form_pict.c
/usr/share/libgda-6.0/demo/form_rw.c
/usr/share/libgda-6.0/demo/grid.c
/usr/share/libgda-6.0/demo/grid_data_layout.c
/usr/share/libgda-6.0/demo/grid_model_change.c
/usr/share/libgda-6.0/demo/grid_pict.c
/usr/share/libgda-6.0/demo/grid_rw.c
/usr/share/libgda-6.0/demo/linked_grid_form.c
/usr/share/libgda-6.0/demo/linked_model_param.c
/usr/share/libgda-6.0/demo/login.c
/usr/share/libgda-6.0/demo/provider_sel.c
/usr/share/libgda-6.0/demo/tree.c
/usr/share/vala/vapi/libgda-6.0.deps
/usr/share/vala/vapi/libgda-6.0.vapi
/usr/share/vala/vapi/libgdaui-6.0.vapi


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:37:53 2024