This commit is contained in:
345
unixODBC.changes
Normal file
345
unixODBC.changes
Normal file
@@ -0,0 +1,345 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 12:02:13 CEST 2006 - anosek@suse.cz
|
||||
|
||||
- updated to version 2.2.12
|
||||
* Add missing SQLSetStmtOptionA and SQLSetStmtOptionW
|
||||
* The config string being passed into ConfigDsn was wrong,
|
||||
removed semicolon, and added terminating double null
|
||||
* Add help help to isql
|
||||
* Alter odbctest FullConnect to use SQLDriverConnect
|
||||
* Replace a missed flag for true 64 bit operation
|
||||
* Add ODBC3<->ODBC2 type mapping in SQLSetParam
|
||||
* Tidy up the search for GUI lib code in SQLManageDatasource
|
||||
* Fix possible exit from SQLConnect without having closed
|
||||
in the driver
|
||||
* Alter args to SQLParamOptions
|
||||
* Fix bug preventing attribute length from being returned from
|
||||
SQLDrivers
|
||||
* Fixed broken iusql
|
||||
- dropped obsolete unixODBC-2.2.12.patch unixODBC-qt-dirs.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 15:31:15 CEST 2006 - mmarek@suse.cz
|
||||
|
||||
- moved %{_libdir}/unixODBC/*.so to main package, so that libfoo.so
|
||||
and libfooS.so can be used in driver configuration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 10:06:51 CEST 2006 - mmarek@suse.cz
|
||||
|
||||
- updated distributed libltdl to make autoconf happy
|
||||
- dropped unixODBC-gui-gtk
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 27 17:21:34 CEST 2006 - mmarek@suse.cz
|
||||
|
||||
- fixed some uninitialized variables reported by David Binderman
|
||||
[#160570] (uninitialized.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 31 17:32:52 CET 2006 - mmarek@suse.cz
|
||||
|
||||
- fixed txt driver
|
||||
[#146507] (sqp.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:42:27 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 20 01:26:05 CET 2006 - ro@suse.de
|
||||
|
||||
- split gui packages to own specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 15:57:16 CET 2006 - sbrabec@suse.cz
|
||||
|
||||
- Remove unneeded libunicode from neededforbuild.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 16:06:47 CET 2005 - mmarek@suse.cz
|
||||
|
||||
- fix build with flex-2.5.31
|
||||
(flex.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 1 15:44:32 CET 2005 - mmarek@suse.cz
|
||||
|
||||
- add libtool and libinilc symbols to odbcinst/odbcinst.exp
|
||||
(#131175)
|
||||
- disable unixODBC-2.2.11-dm.patch since it's probably no more
|
||||
needed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 20 16:38:38 CEST 2005 - mmarek@suse.cz
|
||||
|
||||
- remove LT_GLOBAL flag from libtool to enable dlopen()ing libodbc.so
|
||||
(#96312)
|
||||
- remove headers for compatibility with qt3 (no longer needed)
|
||||
- added norootforbuild
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 11:21:59 CEST 2005 - mmarek@suse.cz
|
||||
|
||||
- compile with --disable-stats to prevent DoS [#118547]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 16:14:53 CEST 2005 - mmarek@suse.cz
|
||||
|
||||
- fix gcc warnings about implicit function declarations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 11:38:56 CEST 2005 - ltinkl@suse.cz
|
||||
|
||||
- updated to 2.2.11
|
||||
- fix build with gcc4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 12 22:56:40 CEST 2005 - ro@suse.de
|
||||
|
||||
- added audiofile-devel to neededforbuild
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 11 18:36:52 CET 2005 - ltinkl@suse.cz
|
||||
|
||||
- update to 2.2.10, adapt patches
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 10 18:21:25 CET 2004 - ro@suse.de
|
||||
|
||||
- reduced neededforbuild
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 11:32:50 CEST 2004 - ltinkl@suse.cz
|
||||
|
||||
- put the .desktop file in the right package (#44790)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 27 00:18:51 CEST 2004 - ro@suse.de
|
||||
|
||||
- fix some compiler warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 19 13:12:23 CEST 2004 - ltinkl@suse.cz
|
||||
|
||||
- update to 2.2.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 24 14:34:54 CEST 2004 - ro@suse.de
|
||||
|
||||
- fix some compiler warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 23 12:32:00 CET 2004 - ltinkl@suse.cz
|
||||
|
||||
- don't package generated files (#36304)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 26 13:52:57 CET 2004 - kukuk@suse.de
|
||||
|
||||
- Obsolete libiodbc-devel instead of conflicting with it.
|
||||
- provide 64bit libodbcinst.so/libobdc.so on all 64bit
|
||||
architectures.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 25 11:47:52 CET 2004 - schwab@suse.de
|
||||
|
||||
- Provide libodbcinst.so()(64bit), libodbc.so()(64bit) on ia64 for
|
||||
BEAJava2 [#29515].
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 12:00:06 CET 2004 - ltinkl@suse.cz
|
||||
|
||||
- update to 2.2.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 18:07:04 CET 2004 - ltinkl@suse.cz
|
||||
|
||||
- added patch to fix SQL results
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 03 12:08:02 CET 2003 - ltinkl@suse.cz
|
||||
|
||||
- update to 2.2.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 05 09:23:42 CEST 2003 - ltinkl@suse.cz
|
||||
|
||||
- fix #29515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 01 15:23:49 CEST 2003 - ltinkl@suse.cz
|
||||
|
||||
- created patch unixODBC-odbctest.patch to fix #29639
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 15 16:56:36 CEST 2003 - adrian@suse.de
|
||||
|
||||
- add desktop file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 30 17:01:22 CEST 2003 - ro@suse.de
|
||||
|
||||
- fix gODBCconfig configure.in for autoreconf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 30 16:01:00 CEST 2003 - ltinkl@suse.de
|
||||
|
||||
- update to version 2.2.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 29 22:54:52 CEST 2003 - ro@suse.de
|
||||
|
||||
- remove traces of buildroot from installed files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 18 15:04:23 CEST 2003 - sbrabec@suse.cz
|
||||
|
||||
- GNOME prefix change to /opt/gnome.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 14 16:55:08 CEST 2003 - sbrabec@suse.cz
|
||||
|
||||
- Added gnome-filesystem to neededforbuild.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 18:49:25 CEST 2003 - ro@suse.de
|
||||
|
||||
- fix for current automake
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 27 18:56:56 CET 2002 - prehak@suse.cz
|
||||
|
||||
- temporarily added two header files from Qt which make it build with Qt-3.1.1
|
||||
(remove them when they won't be needed to build)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 15:51:30 CET 2002 - ro@suse.de
|
||||
|
||||
- add AM_GNU_GETTEXT_VERSION
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 17 22:04:04 CET 2002 - prehak@suse.cz
|
||||
|
||||
- fixed to build with autoconf 2.56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 15:43:44 CET 2002 - tcrhak@suse.cz
|
||||
|
||||
- fixed for bison 1.75: end rules with semicolons
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 01 15:19:08 CEST 2002 - prehak@suse.cz
|
||||
|
||||
- updated to version 2.2.3
|
||||
- libodbcinstQ.{so,la} moved from unixODBC-devel to unixODBC-gui-qt
|
||||
[#19743]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 14:35:56 CEST 2002 - ro@suse.de
|
||||
|
||||
- Added alsa alsa-devel to neededforbuild (esound)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 16:27:41 CEST 2002 - meissner@suse.de
|
||||
|
||||
- Use qt3 instead of qt2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 18 14:27:27 CEST 2002 - prehak@suse.cz
|
||||
|
||||
- fixed segfaulting isql when using SAPDB driver
|
||||
(created unixODBC-segfault.dif)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 13:55:53 CEST 2002 - schwab@suse.de
|
||||
|
||||
- Fix configure script.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 27 13:07:48 CEST 2002 - adrian@suse.de
|
||||
|
||||
- fix neededforbuild
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 15:33:13 CEST 2002 - prehak@suse.de
|
||||
|
||||
- updated to version 2.2.2 (mainly bugfixes, some unicode changes)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 17:44:47 CEST 2002 - prehak@suse.cz
|
||||
|
||||
- updated to version 2.2.1 (mainly bugfixes)
|
||||
- changed group to Productivity/Databases/Tools
|
||||
- changed path for .ini files to /etc/unixODBC/
|
||||
and path for drivers to /usr/lib/unixODBC/
|
||||
- removed sample odbcinst.ini (TXT driver is not used so freqvently)
|
||||
- created patch to apply %{_lib} macro
|
||||
- added new configure feature --with-odbc-libs in gODBCConfig
|
||||
- moved *.so files to devel package
|
||||
- created README.SuSE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 12:26:10 CEST 2002 - ro@suse.de
|
||||
|
||||
- use libdir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 5 01:16:42 CEST 2002 - ro@suse.de
|
||||
|
||||
- build with current autoconf/automake/gettext
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 19:34:37 CET 2002 - poeml@suse.de
|
||||
|
||||
- don't include the (empty anyway) .ini files to the package, to
|
||||
avoid a file conflict with the libiodbc package. The .ini files
|
||||
are now packed as %ghost and touched in %post in both packages.
|
||||
- rewrote %post to not use absolute paths.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 17:52:57 CET 2002 - ro@suse.de
|
||||
|
||||
- help libtool with RPM_BUILD_ROOT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 4 17:22:55 CET 2002 - poeml@suse.de
|
||||
|
||||
- update to 2.1.1 (bugfixes, 64 bit fixes, support for FILEDSN's,
|
||||
changes to ODBCConfig. See http://www.unixodbc.org/ for the
|
||||
changelog.)
|
||||
- add new libodbcinstQ.so* to filelist
|
||||
- remove libodbccr.so* from filelist (not to be installed)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 9 01:47:39 CET 2001 - ro@suse.de
|
||||
|
||||
- use qt-devel-packages in neededforbuild
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 10:53:21 CEST 2001 - rbarn@suse.de
|
||||
|
||||
- update to version 2.0.9
|
||||
- Fix small bug in postgres driver
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 13 18:20:03 CEST 2001 - schwab@suse.de
|
||||
|
||||
- Fix missing declarations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 9 14:16:55 CEST 2001 - poeml@suse.de
|
||||
|
||||
- bzip2 sources
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 11:45:16 CEST 2001 - ro@suse.de
|
||||
|
||||
- hack for new gettext
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 1 18:04:04 CEST 2001 - mfrueh@suse.de
|
||||
|
||||
- created initial package
|
||||
|
||||
Reference in New Issue
Block a user