File libgda3.changes of Package libgda3

-------------------------------------------------------------------
Thu Aug  9 11:49:34 UTC 2012 - dimstar@opensuse.org

- Add libgda-3_0 Requires to libgda-3_0-3: The main package
  contains data files (DTDs) that are required by the libraries.
  Fix identified in bnc#775189.

-------------------------------------------------------------------
Sun Nov 27 17:14:37 UTC 2011 - dimstar@opensuse.org

- Add libgda-glib.patch: Fix build with glib 2.31.

-------------------------------------------------------------------
Wed Sep 29 09:49:46 UTC 2010 - rhafer@novell.com

- Remove libdb-4_5-devel Requires from -devel package (redundant,
  we already require db-devel).

-------------------------------------------------------------------
Mon Sep 27 11:13:36 CEST 2010 - vuntz@opensuse.org

- Remove the sales_test.db database from package: it's just there
  as a test, and should not be in the package.
- Remove gda-bdb-test from package: this is just a test
  application, that is useless.
- This means the main package is now empty. So add libgda3
  Provides/Obsoletes to libgda-3_0-3, and move the lang package
  requirement there too, as a Recommends. Note that the lang
  package will still be installable thanks to the Provides.

-------------------------------------------------------------------
Mon Jun 22 10:02:58 CEST 2009 - coolo@novell.com

- Add libgda-fix-am111.patch to fix build with automake 1.11

-------------------------------------------------------------------
Tue Jun 16 15:29:18 CEST 2009 - vuntz@novell.com

- Drop libgda-vfsmonitor.patch: this is a feature patch that is not
  necessary since it only changes a dependency for another. Since
  this library is deprecated and the patch doesn't bring us
  anything (except maintenance issues), there's no point in keeping
  it.
- Remove gnome-vfs2-devel BuildRequires and add fam-devel
  BuildRequires.
- Update libgda-1.0.3-ncurses.patch and libgda-fix-soname.patch to
  not only patch configure.in but also configure. Those patches are
  small and won't break with potential updates. This also enables
  us to drop the autoreconf call.
- Drop gnome-common BuildRequires.

-------------------------------------------------------------------
Wed Apr 29 16:45:18 CEST 2009 - vuntz@novell.com

- Update to version 3.1.5:
  + Fix build on windows (bgo#510739, bgo#503321).
- Changes from version 3.1.4:
  + GdaValue: Fixed memory leaks and potential crashes.
    (bgo#526748)
- Changes from version 3.1.3:
  + Change the default string escape for a single-quote char from
    backslash single-quote (\') to single-quote single-quote ('')
    so that SQLite will accept it
  + GdaQuery: gda_query_execute() Do not report an error when there
    is none.
  + Fix leaks.
  + PostgreSQL provider:
    - Fix a big inefficiency in discovering the primary key,
      introduced in 3.1.x. (bgo#513543)
    - Do not leak the GdaDataModelRow.
    - Prevent an access outside an array and prevent some string leaks.
  + Translation fixes. (bgo#494337)
  + Build:
    - Check for GnomeVFS >= 2.20. (bgo#498213)
    - Allow documentation build when the --without-bdb flag is
      used. (bgo#498836)
- Do not package .la files.
- Add libgda-fix-soname.patch to fix soname: upstream changed the
  age in the soname without changing the current number, which is
  wrong (both should have gone +1, or none). So just go back to
  what we had before. (this was done in svn commit 3015 upstream)

-------------------------------------------------------------------
Wed Feb 11 20:50:14 CET 2009 - ro@suse.de

- fixed requires for libgda-3_0-doc 

-------------------------------------------------------------------
Thu Feb  5 19:47:50 EST 2009 - hfiguiere@suse.de

- Fix the package names.

-------------------------------------------------------------------
Wed Feb 04 21:39:15 CEST 2009 - mboman@suse.de

- Rename package to libgda3

-------------------------------------------------------------------
Sun Oct 05 21:39:15 CEST 2008 - mboman@suse.de

- Backrev to version 3.1.2:
  + 3.99.3 is unstable and should not have gone in.

-------------------------------------------------------------------
Fri Sep 05 21:39:15 CEST 2008 - mboman@novell.com

- Update to version 3.99.3:
 - Lots of bug fixed, memory leaks fixes and general performance
   improvements. See NEWS for full details.
 - Bugs fixed: bgo#524837, bgo#525601, bgo#525877, bgo#526748,
   bgo#527892, bgo#527002, bgo#534805, bgo#536418, bgo#536971,
   bgo#537558, bgo#537117
- Removed libgda-return.patch. Source changed.
- Removed libgda-vfsmonitor.patch. Uses GIO now.

-------------------------------------------------------------------
Mon May  5 21:39:15 CEST 2008 - coolo@suse.de

- return values in non-void functions

-------------------------------------------------------------------
Fri Mar 14 09:11:29 CET 2008 - aj@suse.de

- Fix broken dependency.

-------------------------------------------------------------------
Mon Feb 18 21:22:13 CET 2008 - maw@suse.de

- Update to version 3.1.2:
  + Filtering based on an SQL expression is now possible in the
    GdaDataProxy data model
  + New XSL extension which uses Libgda
  + Documentation improvements and examples
  + Tools: improvements to the SQL console and new tool to list
    the possible server operations for each provider
  + Bug fixed: bgo#486017, and bgo#484112
  + Firebird database provider now almost fully working (BLOBs are
    not yet writable, no prepared statement used)
  + MS Access database provider reworked to support all the
    SQLite's SQL (don't depend on libmdbsql.so anymore for SQL
    processing)
  + LDAP provider has seen a first draft rework
  + Use of environment variables to specify debug ourput of
    commands and connection events
  + "LIMIT" and "OFFSET" keywords recognized, for bug bgo#488860
  + Enhanced the SQL console tool (allow multiple connections
    and virtual connections)
  + Many small corrections and improvements
  + Updated translations
- Remove libgda-1.0.3-lib64.patch, libgda-uninitialized.patch, and
  libgda-implicit-decl.patch, which have been upstreamed
- New subpackage: libgda-xslt-3_0-0.

-------------------------------------------------------------------
Tue Dec  4 15:03:40 CET 2007 - sbrabec@suse.cz

- Reduced BuildRequires.

-------------------------------------------------------------------
Fri Nov  2 14:26:34 CET 2007 - sbrabec@suse.cz

- Use packageand supplements for additional modules packages.

-------------------------------------------------------------------
Wed Oct 24 18:24:32 CEST 2007 - sbrabec@suse.cz

- Fixed devel package splitting (#336197).

-------------------------------------------------------------------
Sun Oct 21 14:06:21 CEST 2007 - coolo@suse.de

- correctly obsolete old version

-------------------------------------------------------------------
Fri Oct 19 13:35:10 CEST 2007 - sbrabec@suse.cz

- Split package according to library packaging policy.

-------------------------------------------------------------------
Tue Oct 16 18:48:09 CEST 2007 - sbrabec@suse.cz

- Fixed devel requires.

-------------------------------------------------------------------
Wed Oct  3 17:11:33 CEST 2007 - sbrabec@suse.cz

- Updated to version 3.1.1:
  * New major version, new API. See NEWS for details.

-------------------------------------------------------------------
Wed Aug  8 00:01:33 CEST 2007 - maw@suse.de

- Use %fdupes
- Split off a -lang subpackage
- s#%run_ldconfig#/sbin/ldconfig/ in %post and %postun.

-------------------------------------------------------------------
Tue Feb 13 11:50:51 CET 2007 - sbrabec@suse.cz

- Do not build unusable static libraries (#238552#c17).

-------------------------------------------------------------------
Thu Dec 14 19:01:13 CET 2006 - sbrabec@suse.cz

- Prefix changed to /usr.
- Spec file cleanup.
- Splitted libgda-doc from libgda-devel.

-------------------------------------------------------------------
Mon Apr  3 15:52:31 CEST 2006 - lmichnovic@suse.cz

- fixed wrong variable set [#159399] 

-------------------------------------------------------------------
Fri Feb 17 19:21:21 CET 2006 - danw@suse.de

- remove libgda-fam-gamin-dload.patch and add a new patch to do
  file notification via gnome-vfs (and update requires accordingly).
  Part of plan to get rid of gamin, #128037.

-------------------------------------------------------------------
Wed Jan 25 21:32:19 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Thu Jan  5 11:51:50 CET 2006 - sbrabec@suse.cz

- Use Enhances where appropriate.

-------------------------------------------------------------------
Tue Nov  8 20:46:05 CET 2005 - sbrabec@suse.cz

- Use sqlite3.
- Fix and build Berkeley DB module.

-------------------------------------------------------------------
Wed Oct 26 16:02:44 CEST 2005 - rodrigo@suse.de

- Added fix for syslog vulnerability (#130698)

-------------------------------------------------------------------
Tue Oct 25 15:25:35 CEST 2005 - rhafer@suse.de

- added LDAP_DEPRECATED to CFLAGS to build correctly with
  OpenLDAP 2.3

-------------------------------------------------------------------
Mon Oct  3 15:49:36 CEST 2005 - sbrabec@suse.cz

- Fixed name clash crash in fam/gamin patch (#116897).
- Fixed neededforbuild.

-------------------------------------------------------------------
Mon Sep  5 14:59:31 CEST 2005 - sbrabec@suse.cz

- Patch to pick one of fam/gamin libraries by dlopen().

-------------------------------------------------------------------
Wed Aug 10 14:08:34 CEST 2005 - rodrigo@suse.de

- Update to version 1.3.90, which fixes autobuild problems.

-------------------------------------------------------------------
Mon Aug  8 18:50:02 CEST 2005 - rodrigo@suse.de

- Update to version 1.3.90

-------------------------------------------------------------------
Fri Jul  8 23:09:32 CEST 2005 - gekker@suse.de

- Update to version 1.3.4
- Remove upstreamed patch 

-------------------------------------------------------------------
Wed Jun 29 13:06:11 CEST 2005 - sbrabec@suse.cz

- Fixed devel requirements.

-------------------------------------------------------------------
Tue Jun 28 21:46:47 CEST 2005 - ro@suse.de

- fix some more compiler warnings 

-------------------------------------------------------------------
Tue Jun 28 17:03:52 CEST 2005 - sbrabec@suse.cz

- Fixed devel requirements.
- Removed unneeded static modules and .la files for modules.

-------------------------------------------------------------------
Wed Jun  1 18:32:00 CEST 2005 - sbrabec@suse.cz

- Fixed devel requirements.

-------------------------------------------------------------------
Wed Jan 19 02:47:08 CET 2005 - ro@suse.de

- use prefix/lib/libgda in filelist

-------------------------------------------------------------------
Fri Jan 14 13:06:17 CET 2005 - ro@suse.de

- update to 1.2.0
- use sqlite2 for now 

-------------------------------------------------------------------
Tue Nov 23 00:48:21 CET 2004 - ro@suse.de

- don't create empty rpm for sqlite

-------------------------------------------------------------------
Fri Nov 19 16:16:05 CET 2004 - ro@suse.de

- sqlite is only available for 9.1 and newer

-------------------------------------------------------------------
Thu Nov 18 18:01:25 CET 2004 - ro@suse.de

- updated aclocal path 

-------------------------------------------------------------------
Mon Oct 25 12:14:31 CEST 2004 - ro@suse.de

- locale rename: no -> nb 

-------------------------------------------------------------------
Tue May 18 18:54:00 CEST 2004 - ro@suse.de

- fix some compiler warnings

-------------------------------------------------------------------
Mon Mar 15 14:40:20 CET 2004 - sbrabec@suse.cz

- FHS 2.3 fix (mandir, infodir, #35821).

-------------------------------------------------------------------
Wed Mar 10 10:53:08 CET 2004 - sbrabec@suse.cz

- Gzip man pages.

-------------------------------------------------------------------
Mon Mar  1 23:37:06 CET 2004 - ro@suse.de

- fix build on ppc64 and s390x

-------------------------------------------------------------------
Wed Feb 18 15:26:14 CET 2004 - sbrabec@suse.cz

- Split some providers to reduce dependences (bug #34668).

-------------------------------------------------------------------
Tue Feb 17 19:20:46 CET 2004 - sbrabec@suse.cz

- Updated to version 1.0.3.
- Turned on sqlite backend.

-------------------------------------------------------------------
Sat Jan 10 12:31:38 CET 2004 - adrian@suse.de

- add %run_ldconfig

-------------------------------------------------------------------
Thu Jan  8 18:36:27 CET 2004 - ro@suse.de

- updated neededforbuild:
  perl-XML-Parser needed for intltool
  expat needed for perl-XML-Parser 

-------------------------------------------------------------------
Mon Oct 27 15:51:29 CET 2003 - sbrabec@suse.cz

- Updated to version 1.0.1.

-------------------------------------------------------------------
Fri Aug 29 14:13:32 CEST 2003 - kukuk@suse.de

- libgda: Don't conflict with ourself
- libgda-devel: Requires libgda

-------------------------------------------------------------------
Tue Aug 26 16:59:28 CEST 2003 - sbrabec@suse.cz

- Updated to version 0.91.0.

-------------------------------------------------------------------
Mon Aug 18 18:29:26 CEST 2003 - sbrabec@suse.cz

- Package renamed (libgda2 -> libgda).
- Updated to version 0.12.1.

-------------------------------------------------------------------
Thu Jul 17 16:20:18 CEST 2003 - sbrabec@suse.cz

- GNOME prefix change to /opt/gnome.

-------------------------------------------------------------------
Tue Jul  1 02:28:31 CEST 2003 - ro@suse.de

- added gnome-filesystem to neededforbuild
- added directories to filelist

-------------------------------------------------------------------
Thu Jun  5 00:38:49 CEST 2003 - ro@suse.de

- run full autoreconf
- fix configure.in for lib64 platforms 

-------------------------------------------------------------------
Wed Jun 04 15:02:23 CEST 2003 - sbrabec@suse.cz

- Initial SuSE version of GNOME2 port.

openSUSE Build Service is sponsored by