File mdbtools.changes of Package mdbtools
-------------------------------------------------------------------
Tue Jan 4 22:58:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.0.0:
* Install `libmdbodbc.so` and `libmdbodbcW.so` into ${libdir}/odbc
* Do not install `mdb-sql` if SQL support was not built
* Do not install `libmdbsql.pc` if SQL support was not built
* Simplify `--cflags` for libmdb
* Provide correct `--cflags` for libmdbsql
* Copy date formats when cloning handles
* Fix incorrect reading of double values
* Fix accidental reads of non-index data
* New `mdb_set_repid_fmt()` for setting the format of Rep IDs (UUIDs)
* New case-insensitive, Unicode-aware `ILIKE` operator
* New `<>` (not equal) operator
* Improved support for comparing floating-point values to integers
* Improved support for floating point literals with no fractional digits (e.g. "3.")
* Add support for querying Rep IDs
* Format boolean values correctly as `SQL_C_CHAR`
* Add support for the `SQL_C_WCHAR` (UTF-16) return type
* The Unicode driver (`libmdbodbcW.so`) no longer uses iconv
* Add support for older iODBC installations lacking `odbcinst.h`
* Convert table names to lower case when exporting to PostgreSQL
* Use `CREATE IF NOT EXISTS` when exporting to PostgreSQL
* Fix issue where byte columns with values > 127 were exported as negative numbers
* Deprecate tool
-------------------------------------------------------------------
Wed May 19 06:23:00 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
- Switch to new upstream url
- Update to version 0.9.3 - see NEWS for detailed list of changes
-------------------------------------------------------------------
Sat May 19 01:23:54 UTC 2018 - bjorn.lie@gmail.com
- No longer build gui sub-package:
+ Drop gnome-common, gtk-doc, libglade2-devel, libgnomeui-devel
and scrollkeeper.
- Following the above drop gmdb2.desktop, and no longer pass
--enable-sql and --enable-gtk-doc to configure, nor handle
desktop_database_post(un) for the now dropped sub-package. and
drop gnome_prefix and gnome_datadir defines, no longer used.
- Add explicit --disable-gmdb2 --disable-gtk-doc calls.
- Add pkgconfig(glib-2.0) BuildRequires, new dependency previously
autoamaticly pulled in.
- Run spec-cleaner, modernize spec.
-------------------------------------------------------------------
Wed Aug 5 08:12:58 UTC 2015 - mpluskal@suse.com
- Enable building of man pages
-------------------------------------------------------------------
Fri Jul 31 12:57:56 UTC 2015 - mpluskal@suse.com
- Update to 0.7.1
* no upstream changelog available
- Cleanup spec file with spec-cleaner
- Use macros for desktop files
- Add explicit dependencies on automake/conf and pkg-config
- Stop building man pages as this depends on txt2man which
is not available in openSUSE
- Build gnome documentation
- Split libraries to separeate packages
-------------------------------------------------------------------
Thu Jan 22 09:57:12 UTC 2015 - dimstar@opensuse.org
- Disable parallel build: currently broken with bison 3.0.
-------------------------------------------------------------------
Mon Apr 29 14:22:02 UTC 2013 - mhrusecky@suse.com
- migrated to the new upstream version 0.7
https://github.com/brianb/mdbtools
- no detailed changelog
-------------------------------------------------------------------
Wed Nov 23 09:28:36 UTC 2011 - coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Mon Jun 7 06:09:42 UTC 2010 - coolo@novell.com
- fix parallel build
-------------------------------------------------------------------
Wed Dec 2 18:57:47 UTC 2009 - coolo@novell.com
- updated patches, fix build
-------------------------------------------------------------------
Fri Jan 9 04:38:41 CET 2009 - crrodriguez@suse.de
- remove static libraries and "la" files
-------------------------------------------------------------------
Mon Oct 13 17:29:02 CEST 2008 - pth@suse.de
- Add provides so that 0.6pre1 is newer than 20070410cvs.
-------------------------------------------------------------------
Thu Sep 25 15:38:24 CEST 2008 - ro@suse.de
- call autoreconf -f -i for new libtool
-------------------------------------------------------------------
Mon Aug 18 19:23:25 CEST 2008 - pth@suse.de
- Update to latest cvs version.
- Remove the use of run_ldconfig
- Mark help files as %doc
- Remove duplicate requires
- Clean up the code.
-------------------------------------------------------------------
Fri Jun 22 17:08:52 CEST 2007 - pth@suse.de
- Fix dependencies.
-------------------------------------------------------------------
Tue Apr 10 16:20:59 CEST 2007 - uli@suse.de
- update -> 20071004cvs (can read GameBase databases)
-------------------------------------------------------------------
Fri Mar 30 15:07:08 CEST 2007 - rguenther@suse.de
- Add bison and flex BuildRequires
-------------------------------------------------------------------
Thu Feb 16 17:29:55 CET 2006 - pth@suse.de
- Fix off by one bug (Bugzilla #151484)
-------------------------------------------------------------------
Wed Jan 25 21:38:13 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Dec 8 16:40:18 CET 2005 - pth@suse.de
- Fix type-punning
-------------------------------------------------------------------
Sun Jan 11 10:44:08 CET 2004 - adrian@suse.de
- build as user
-------------------------------------------------------------------
Sun Aug 17 00:33:56 CEST 2003 - adrian@suse.de
- added desktop file
-------------------------------------------------------------------
Mon Jul 14 16:48:16 CEST 2003 - sbrabec@suse.cz
- GNOME prefix change to /opt/gnome.
-------------------------------------------------------------------
Fri Jun 27 09:32:57 CEST 2003 - pthomas@suse.de
- Actually apply the included patches.
- Add directory to file list.
-------------------------------------------------------------------
Wed Jun 25 12:17:26 CEST 2003 - pthomas@suse.de
- Initial package creation.