## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autochangelog ## END: Set by rpmautospec %bcond gui_related_parts 1 Name: unixODBC Version: 2.3.14 Release: 4%{?dist} # See README: Programs are GPL, libraries are LGPL # News Server library (Drivers/nn/yyparse.c) is GPLv3+ # (but that one is not compiled nor shipped) License: GPL-2.0-or-later AND LGPL-2.1-or-later Summary: A complete ODBC driver manager for Linux URL: http://www.unixODBC.org/ Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz Source1: odbcinst.ini Patch8: so-version-bump.patch Patch9: keep-typedefs.patch BuildRequires: make automake autoconf libtool libtool-ltdl-devel bison flex BuildRequires: readline-devel BuildRequires: multilib-rpm-config Conflicts: iodbc Suggests: mariadb-connector-odbc Suggests: mysql-connector-odbc Suggests: postgresql-odbc Suggests: unixODBC-gui-qt %description Install unixODBC if you want to access databases through ODBC. You will also need the mariadb-connector-odbc package if you want to access a MySQL or MariaDB database, and/or the postgresql-odbc package for PostgreSQL. %package devel Summary: Development files for programs which will use the unixODBC library Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The unixODBC package can be used to access databases through ODBC drivers. If you want to develop programs that will access data through ODBC, you need to install this package. %prep %setup -q %patch -P8 -p1 -b .soname-bump %patch -P9 -p1 autoreconf -vfi %build %configure \ --with-gnu-ld=yes \ --enable-threads=yes \ --enable-drivers=no \ %if %{with gui_related_parts} --enable-driver-config=yes %else --enable-driver-config=no %endif # Get rid of the rpaths sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %make_build %install %make_install install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir} %multilib_fix_c_header --file %{_includedir}/unixODBC/unixodbc_conf.h # Directory for ODBC connector/driver plugins mkdir $RPM_BUILD_ROOT%{_libdir}/%{name} # copy text driver documentation into main doc directory # currently disabled because upstream no longer includes text driver # mkdir -p doc/Drivers/txt # cp -pr Drivers/txt/doc/* doc/Drivers/txt # don't want to install doc Makefiles as docs find doc -name 'Makefile*' | xargs rm # we do not want to ship static libraries rm -f $RPM_BUILD_ROOT%{_libdir}/*.a # remove unpackaged files from the buildroot rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/libltdl.* rm -rf $RPM_BUILD_ROOT%{_datadir}/libtool # initialize lists of .so files find $RPM_BUILD_ROOT%{_libdir} -name "*.so.*" | sed "s|^$RPM_BUILD_ROOT||" > base-so-list find $RPM_BUILD_ROOT%{_libdir} -name "*.so" | sed "s|^$RPM_BUILD_ROOT||" > devel-so-list %files -f base-so-list %license COPYING %doc README AUTHORS ChangeLog %if %{with gui_related_parts} %doc doc %endif %config(noreplace) %{_sysconfdir}/odbc* %{_bindir}/odbcinst %{_bindir}/isql %{_bindir}/dltest %{_bindir}/iusql %{_bindir}/odbc_config %{_bindir}/slencheck %{_mandir}/man*/* # ODBC connector/driver plugins are placed here %dir %{_libdir}/unixODBC %files devel -f devel-so-list %{_includedir}/* %_libdir/pkgconfig/*.pc %changelog ## START: Generated by rpmautospec * Mon Mar 30 2026 Michal Schorm - 2.3.14-12 - Bump release for package rebuild * Mon Mar 30 2026 Michal Schorm - 2.3.14-11 - [bugfix] Update PostgreSQL driver path in odbcinst.ini * Mon Mar 30 2026 Michal Schorm - 2.3.14-10 - [workaround] Remove broken Setup/Setup64 entries from PostgreSQL driver config * Mon Mar 30 2026 Michal Schorm - 2.3.14-9 - [bugfix] Update MariaDB driver path in odbcinst.ini * Mon Mar 30 2026 Michal Schorm - 2.3.14-8 - [bugfix] Own %%{_libdir}/unixODBC/ directory for ODBC connector plugins * Mon Mar 30 2026 Michal Schorm - 2.3.14-7 - [cleanup] Drop obsolete MySQL-5 driver config from odbcinst.ini * Mon Mar 30 2026 Michal Schorm - 2.3.14-6 - [enhancement] Switch to %%autochangelog * Sat Jan 17 2026 Fedora Release Engineering - 2.3.14-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Jan 09 2026 Michal Schorm - 2.3.14-4 - Bump release to test Packit automation * Fri Jan 09 2026 Michal Schorm - 2.3.14-3 - Empty commit to test Packit automation * Fri Jan 09 2026 Michal Schorm - 2.3.14-2 - Fix the Packit config * Fri Jan 09 2026 Michal Schorm - 2.3.14-1 - Rebase to 2.3.14 * Fri Jul 25 2025 Fedora Release Engineering - 2.3.12-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sun Jan 19 2025 Fedora Release Engineering - 2.3.12-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sat Jul 20 2024 Fedora Release Engineering - 2.3.12-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Apr 27 2024 Michal Schorm - 2.3.12-18 - [SPECfile bugfix] bcond macros can't contain dashes * Thu Apr 25 2024 Michal Schorm - 2.3.12-17 - Remove the README.dist it doesn't contain any useful information anymore. * Thu Apr 25 2024 Michal Schorm - 2.3.12-16 - Stop packaging 'NEWS' file. It's purpose and content was moved to 'ChangeLog' file that we already pack. Furthermore, the 'NEWS' file isn't update anymore * Thu Apr 25 2024 Michal Schorm - 2.3.12-15 - Identify the GUI related parts and make them conitional * Thu Apr 25 2024 Michal Schorm - 2.3.12-14 - Use the correct way to disable building of the example drivers * Thu Apr 25 2024 Michal Schorm - 2.3.12-13 - no-op whitespace and intendation format update * Thu Apr 25 2024 Michal Schorm - 2.3.12-12 - Fully disable building of the old example drivers not suitable for production usage * Thu Apr 25 2024 Michal Schorm - 2.3.12-11 - [specfile enhancement] Use macros fro 'make build' / 'make install' * Thu Apr 25 2024 Michal Schorm - 2.3.12-10 - [specfile cleanup] The code seems to be aliasing safe now * Thu Apr 25 2024 Michal Schorm - 2.3.12-9 - [specfile cleanup] Remove no longer relevant bits * Thu Apr 25 2024 Michal Schorm - 2.3.12-8 - [rpmlint] Fix: UnixODBC.spec:268: W: non-break-space line 268, char 21 * Mon Jan 29 2024 Florian Weimer - 2.3.12-7 - Fix out-of-bounds stack write (GCC 14 compatibility) * Sat Jan 27 2024 Fedora Release Engineering - 2.3.12-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 15 2024 Miroslav Suchý - 2.3.12-5 - Correct SPDX license formula * Mon Jan 08 2024 Michal Schorm - 2.3.12-4 - [bugfix] Correctly mark the 'COPYING' file as a license * Mon Jan 08 2024 Honza Horak - 2.3.12-3 - SPDX migration * Mon Jan 08 2024 Michal Schorm - 2.3.12-2 - Fixes obsolete %%patchN macros * Mon Jan 08 2024 Packit - 2.3.12-1 - 2.3.12 upstream release * Mon Jan 08 2024 Michal Schorm - 2.3.11-5 - Add PACKIT configuration * Sat Jul 22 2023 Fedora Release Engineering - 2.3.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Apr 13 2023 Florian Weimer - 2.3.11-3 - Port to C99 * Sat Jan 21 2023 Fedora Release Engineering - 2.3.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Aug 16 2022 Michal Schorm - 2.3.11-1 - Rebase to 2.3.11 * Sat Jul 23 2022 Fedora Release Engineering - 2.3.9-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jan 22 2022 Fedora Release Engineering - 2.3.9-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 2.3.9-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jul 02 2021 Michal Schorm - 2.3.9-7 - Mention MariaDB driver comming from "mariadb-connector-odbc" package in the README * Fri Jul 02 2021 Michal Schorm - 2.3.9-6 - Fix the default configuration of MySQL driver comming from "mysql- connector-odbc" package This change is applicable for Fedora >= 34 * Wed Jan 27 2021 Fedora Release Engineering - 2.3.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Jan 09 2021 Tom Stellard - 2.3.9-4 - Add BuildRequires: make * Mon Nov 02 2020 Michal Schorm - 2.3.9-3 - Remove %%ldconfig_scriptlets macro * Mon Oct 12 2020 Ondrej Dubaj - 2.3.9-2 - Moved unversioned *.so shared libraries back to *-devel package. Moved unversioned *.so plugins to %%{_libdir}/unixODBC subdirectory accroding to packaging guidelines: * Thu Sep 10 2020 Ondrej Dubaj - 2.3.9-1 - rebased to version 2.3.9 * Wed Jul 29 2020 Fedora Release Engineering - 2.3.7-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jan 31 2020 Fedora Release Engineering - 2.3.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Jul 27 2019 Fedora Release Engineering - 2.3.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 17 2019 Igor Gnatenko - 2.3.7-7 - Rebuild for readline 8.0 * Sun Feb 03 2019 Fedora Release Engineering - 2.3.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 28 2019 Igor Gnatenko - 2.3.7-5 - Remove obsolete Group tag * Tue Jan 22 2019 Igor Gnatenko - 2.3.7-4 - Remove obsolete ldconfig scriptlets * Fri Nov 30 2018 Michal Schorm - 2.3.7-3 - Fix typo in changelog * Fri Nov 30 2018 Michal Schorm - 2.3.7-2 - Update configuration for mysql-connector-odbc * Sat Aug 11 2018 Pavel Raiskup - 2.3.7-1 - update to the latest upstream release * Sat Jul 14 2018 Fedora Release Engineering - 2.3.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon May 21 2018 Augusto Caringi - 2.3.6-3 - Update sources file (missed in commit 3e565d2aa579) * Thu May 10 2018 Michal Schorm - 2.3.6-2 - Fix default configuration. MariaDB does not have a setup driver. * Fri Apr 27 2018 Pavel Raiskup - 2.3.6-1 - update to 2.3.6 - per release notes on http://www.unixodbc.org/ - one patch is now upstream, per: https://github.com/lurcher/unixODBC/issues/8 * Wed Mar 07 2018 Honza Horak - 2.3.5-3 - Bump for a rebuild * Tue Feb 20 2018 Pavel Raiskup - 2.3.5-2 - fix multilib issues by cleaning up auto-hacks * Mon Feb 19 2018 Jan Staněk - 2.3.5-1 - Update to version 2.3.5 * Fri Feb 09 2018 Fedora Release Engineering - 2.3.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 03 2018 Honza Horak - 2.3.4-10 - Include mariadb-connector-odbc driver spec in the odbcinst.ini * Wed Jan 03 2018 Michal Schorm - 2.3.4-9 - Add MariaDB deafult configuration * Wed Aug 30 2017 Tomas Repik - 2.3.4-8 - Fdd FreeTDS support - provide libtdsS.so in the main package - add tds config to odbcinst.ini * Thu Aug 03 2017 Fedora Release Engineering - 2.3.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 2.3.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 2.3.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jan 12 2017 Igor Gnatenko - 2.3.4-4 - Rebuild for readline 7.x * Wed Jun 22 2016 Pavel Raiskup - 2.3.4-3 - multilib: delegate decisions to multilib-rpm-config * Fri Feb 05 2016 Fedora Release Engineering - 2.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Sep 01 2015 Jan Staněk - 2.3.4-1 - Update to version 2.3.4 * Tue Aug 25 2015 Jan Staněk - 2.3.3-1 - Update to version 2.3.3 - Removed patches and sources included upstream - Recreated so-version-bump.patch * Wed Aug 12 2015 Jan Staněk - 2.3.2-8 - Backported changes necessary for building with new autotools version. * Fri Jun 19 2015 Dennis Gilmore - 2.3.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Aug 18 2014 Peter Robinson - 2.3.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 08 2014 Dennis Gilmore - 2.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Feb 18 2014 Jan Staněk - 2.3.2-4 - Added manual pages for iusql, dltest, odbc_config * Fri Dec 06 2013 Jan Staněk - 2.3.2-3 - Renamed README.fedora to README.dist * Thu Oct 24 2013 Jan Staněk - 2.3.2-2 - Add man page describing enviromental variables (#991018) * Thu Oct 10 2013 Jan Staněk - 2.3.2-1 - Update to 2.3.2 version - Removed extra man-pages and patch already shipped by upstream * Sun Aug 04 2013 Dennis Gilmore - 2.3.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Jul 04 2013 Honza Horák - 2.3.1-8 - Provide man pages created by Jan Stanek * Thu Jul 04 2013 Honza Horák - 2.3.1-7 - Spec file clean-up * Thu Jul 04 2013 Honza Horák - 2.3.1-6 - Fix date in changelog * Thu Jul 04 2013 Honza Horák - 2.3.1-5 - Fix Coverity patch Resolves: #981060 * Tue Mar 19 2013 Tom Lane - 2.3.1-4 - Fix assorted small bugs found by Coverity * Fri Feb 15 2013 Dennis Gilmore - 2.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Jul 22 2012 Dennis Gilmore - 2.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jan 10 2012 Tom Lane - 2.3.1-1 - Update to version 2.3.1 * Tue Feb 08 2011 Dennis Gilmore - 2.2.14-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Aug 31 2010 Tom Lane - 2.2.14-14 - Fix isql crash at EOF with -b option. * Thu Jul 29 2010 Fedora Release Engineering - 2.2.14-13 - dist-git conversion * Mon May 03 2010 Tom Lane - 2.2.14-12 - Re-add accidentally-removed desktop icon for ODBCConfig, and remove no- longer-used DataManager.desktop from CVS. * Sat Mar 13 2010 Kevin Kofler - 2.2.14-11 - BR qt-assistant-adp-devel * Sat Dec 19 2009 Tom Lane - 2.2.14-10 - Fix bug preventing drivers from being selected in ODBCConfig * Wed Nov 25 2009 Bill Nottingham - 2.2.14-9 - Fix typo that causes a failure to update the common directory. (releng #2781) * Wed Nov 25 2009 Kevin Kofler - 2.2.14-8 - Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI) NOTE: Your package needs to be rebuilt IF AND ONLY IF it was built against Qt 4.6.0 Beta 1. This was in the buildroot ONLY for dist-f13 after F12 branched. Packages built against Qt 4.5.x or older do NOT need a rebuild for 4.6.x (backwards binary compatibility). I have a list of packages needing a rebuild and am going through it. This package is in my list, so I am rebuilding it. * Fri Oct 16 2009 Tom Lane - 2.2.14-7 - Clean up bogosity in multilib stub header support * Fri Aug 21 2009 Tom Lane - 2.2.14-6 - Switch to building against qt4; fix misdeclaration of SQLBIGINT and SQLUBIGINT. * Mon Jul 27 2009 Jesse Keating - 2.2.14-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Jun 09 2009 Peter Lemenkov - 2.2.14-4 - suppressed almost all rpmlint messages and added some fixes, mentioned in merge review * Sat Jun 06 2009 Dennis Gilmore - 2.2.14-3 - update the mulilib header file to support sparc arches * Wed Feb 25 2009 Jesse Keating - 2.2.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Feb 20 2009 Tom Lane - 2.2.14-1 - Update to unixODBC 2.2.14 * Tue Jul 29 2008 Tom Lane - 2.2.12-11 - Fix FTBFS problem occasioned by _default_patch_fuzz = 0 in rawhide * Fri Jun 13 2008 Tom Lane - 2.2.12-10 - Install icons in /usr/share/pixmaps, not /usr/share/icons * Fri Apr 04 2008 Tom Lane - 2.2.12-9 - Must BuildRequire qt3 now that Fedora has renamed qt4 to qt * Tue Feb 12 2008 Tom Lane - 2.2.12-8 - Move libodbcinst.so symlink into main package, per bug 204882 * Sun Dec 30 2007 Tom Lane - 2.2.12-7 - Add missing BuildRequires for flex * Mon Oct 15 2007 Bill Nottingham - 2.2.12-6 - makefile update to properly grab makefile.common * Thu Aug 02 2007 Tom Lane - 2.2.12-5 - Update License tag * Fri Apr 20 2007 Tom Lane - 2.2.12-4 - Make configure find correct Qt libraries when building on a multilib machine * Tue Apr 17 2007 Tom Lane - 2.2.12-3 - Drop BuildRequires for kdelibs-devel. Resolves: #152717 * Wed Dec 06 2006 Tom Lane - 2.2.12-2 - Apparently we need automake --add-missing. * Wed Dec 06 2006 Tom Lane - 2.2.12-1 - Update to unixODBC 2.2.12. * Wed Jul 12 2006 Jesse Keating - 2.2.11-11 - bumped for rebuild * Mon Mar 27 2006 Tom Lane - 2.2.11-10 - Fix minor problems in desktop files (bug #185764) * Sat Feb 11 2006 Jesse Keating - 2.2.11-9 - bump for bug in double-long on ppc(64) * Tue Feb 07 2006 Jesse Keating - 2.2.11-8 - bump for new gcc/glibc * Fri Dec 09 2005 Jesse Keating - 2.2.11-7 - gcc update bump * Mon Nov 21 2005 Tom Lane - 2.2.11-6 - Some more fixes to get it to build with the real modular X. * Mon Nov 07 2005 Tom Lane - 2.2.11-5 - Adjust BuildPrereq for modular X. * Sat Oct 15 2005 Florian La Roche - 2.2.11-4 - fix some unknown symbols * Thu Sep 29 2005 Tom Lane - 2.2.11-3 - Fixes for bz 161399, 162676. * Sat Sep 24 2005 Tom Lane - 2.2.11-2 - Remove Makefiles accidentally included in docs installation (bz #168819) * Fri Apr 08 2005 Tom Lane - 2.2.11-1 - Update to unixODBC 2.2.11. * Mon Mar 07 2005 Tom Lane - 2.2.10-3 - Rebuild with gcc4. * Wed Jan 12 2005 Tim Waugh - 2.2.10-2 - Rebuilt for new readline. * Thu Oct 28 2004 Tom Lane - 2.2.10-1 - Update to unixODBC 2.2.10. * Thu Sep 23 2004 Tom Lane - 2.2.9-1 - Update to unixODBC 2.2.9. * Thu Sep 09 2004 cvsdist - 2.2.8-3 - auto-import changelog data from unixODBC-2.2.8-6.src.rpm Tue Jun 15 2004 Elliot Lee - rebuilt * Thu Sep 09 2004 cvsdist - 2.2.8-2 - auto-import changelog data from unixODBC-2.2.8-5.src.rpm Sat May 08 2004 Tom Lane 2.2.8-5 - Backpatch fix for double-free error from upstream devel sources. - rebuilt Wed May 05 2004 Tom Lane 2.2.8-4 - Add dependency to ensure kde subpackage stays in sync with main (needed because we moved odbctest from one pkg to the other, cf bug #122478) - rebuilt * Thu Sep 09 2004 cvsdist - 2.2.8-1 - auto-import changelog data from unixODBC-2.2.8-3.src.rpm Wed Mar 10 2004 Tom Lane 2.2.8-3 - Use installed libltdl - rebuilt for Fedora Core 2 Tue Mar 09 2004 Tom Lane 2.2.8-2 - Rename lo_xxx() to odbc_lo_xxx() (bug #117211) (temporary until 2.2.9) - rebuilt Tue Mar 02 2004 Elliot Lee - rebuilt Mon Mar 01 2004 Tom Lane - Update to 2.2.8 - rebuilt Fri Feb 13 2004 Elliot Lee - rebuilt * Thu Sep 09 2004 cvsdist - 2.2.5-2 - auto-import changelog data from unixODBC-2.2.5-10.src.rpm Thu Dec 04 2003 Joe Orton 2.2.5-10 - rebuild to restore sqltypes.h after #111195 * Thu Sep 09 2004 cvsdist - 2.2.5-1 - auto-import changelog data from unixODBC-2.2.5-9.src.rpm Thu Oct 16 2003 Fernando Nasser 2.2.5-9 - Add comments to the /etc/odbcinst.ini file regarding the proper setup for MySQL and the origin of each library needed. Tue Oct 14 2003 Fernando Nasser 2.2.5-8 - Move libodbcmyS.so to the main package as well. It is used the same way as libodbcpsqlS.so. Tue Oct 14 2003 Fernando Nasser 2.2.5-7 - Bumped the version so it rebuilds. Tue Oct 14 2003 Fernando Nasser 2.2.5-4 - Revert previous change and special case libodbcpsql.so and libodbcpsqlS.so instead. Here is the explanation (from Elliot Lee): ".so files are only used at link time for normal dynamic libraries. The libraries referred to here are being used as dynamically loaded modules, so I guess moving those particular .so files back to the main package would make sense, but the other .so files should stay in the devel subpackage." Fri Oct 10 2003 Fernando Nasser 2.2.5-3 - Moved all the shared library symlinks to the main package. They were deliberatedly being added to the devel package for unknown reasons but this was forcing users to install the devel package always. - No need to special-case libodbc.so anymore Fri Sep 05 2003 Elliot Lee 2.2.5-2 - Run auto* so it rebuilds. Mon Jul 07 2003 Fernando Nasser 2.2.5-1 - Moved odbctest to the kde package to remove require on Qt stuff from the main package. - Removed stray "\" from doc/Makefile.am - Applied libtool fix (provided by Alex Oliva) so that it build with cross-compilers (which are used by 64 bit systems) - Updated sources to the 2.2.5 community release - Changed the included libtool to the 1.5-3 one so that it properly link the libraries with the newly generated ones and not with the ones installed on the build system (or give an error if an old version is not installed (# 91110) - Added new files for executable DataManagerII and icons LinuxODBC.xpm and odbc.xpm Wed Jun 04 2003 Elliot Lee - rebuilt * Thu Sep 09 2004 cvsdist - 2.2.3-2 - auto-import changelog data from unixODBC-2.2.3-6.src.rpm Wed Jan 22 2003 Tim Powers - rebuilt Thu Jan 09 2003 Bill Nottingham 2.2.3-5 - debloat Tue Dec 17 2002 Elliot Lee 2.2.3-4 - Run libtoolize etc. Thu Dec 12 2002 Elliot Lee 2.2.3-3 - Rebuild to fix filelist errors...? * Thu Sep 09 2004 cvsdist - 2.2.3-1 - auto-import changelog data from unixODBC-2.2.3-2.src.rpm Fri Nov 29 2002 Tim Powers 2.2.3-2 - remove unpackaged files from the buildroot Tue Nov 19 2002 Elliot Lee 2.2.3-1 - Rebuild, update to 2.2.3 * Thu Sep 09 2004 cvsdist - 2.2.2-3 - auto-import changelog data from unixODBC-2.2.2-3.src.rpm Mon Aug 26 2002 Trond Eivind Glomsr�d 2.2.2-3 - Move libodbc.so to the main package, so programs dlopening it don't break (#72653) * Thu Sep 09 2004 cvsdist - 2.2.2-2 - auto-import changelog data from unixODBC-2.2.2-2.src.rpm Sat Aug 10 2002 Elliot Lee - rebuilt with gcc-3.2 (we hope) * Thu Sep 09 2004 cvsdist - 2.2.2-1 - auto-import changelog data from unixODBC-2.2.2-1.src.rpm Mon Jul 22 2002 Trond Eivind Glomsr�d 2.2.2-1 - 2.2.2 - desktop file changes (# 69371) Fri Jun 21 2002 Tim Powers - automated rebuild Sun May 26 2002 Tim Powers - automated rebuild Mon May 20 2002 Trond Eivind Glomsr�d 2.2.1-1 - 2.2.1 - Reenable other archs, as this should now build on 64 bit archs Sun May 19 2002 Florian La Roche - add at least mainframe; should this really be a i386-only rpm? * Thu Sep 09 2004 cvsdist - 2.2.0-4 - auto-import unixODBC-2.2.0-5a from unixODBC-2.2.0-5a.src.rpm * Thu Sep 09 2004 cvsdist - 2.2.0-3 - auto-import changelog data from unixODBC-2.2.0-5.src.rpm Wed Apr 17 2002 Bernhard Rosenkraenzer 2.2.0-5 - rebuild * Thu Sep 09 2004 cvsdist - 2.2.0-2 - auto-import changelog data from unixODBC-2.2.0-4.src.rpm Fri Apr 05 2002 Trond Eivind Glomsr�d 2.2.0-4 - Avoid having files in more than one package (#62755) Tue Mar 26 2002 Trond Eivind Glomsr�d 2.2.0-3 - Don't include kde plugin .so as a devel symlink (#61039) * Thu Sep 09 2004 cvsdist - 2.2.0-1 - auto-import changelog data from unixODBC-2.2.0-2.src.rpm Fri Mar 08 2002 Bernhard Rosenkraenzer 2.2.0-2 - Rebuild with KDE 3.x Tue Feb 26 2002 Trond Eivind Glomsr�d 2.2.0-1 - Just build on i386 now, there are 64 bit oddities - 2.2.0 Fri Jan 11 2002 Trond Eivind Glomsr�d 2.1.1-2 - move libodbcinstQ* to the kde subpackage Fri Jan 11 2002 Trond Eivind Glomsr�d 2.1.1-1 - 2.1.1 - minor cleanups Fri Dec 14 2001 Trond Eivind Glomsr�d 2.0.7-5 - Rebuild * Thu Sep 09 2004 cvsdist - 2.0.7-3 - auto-import changelog data from unixODBC-2.0.7-4.src.rpm Wed Sep 12 2001 Tim Powers - rebuild with new gcc and binutils * Thu Sep 09 2004 cvsdist - 2.0.7-2 - auto-import changelog data from unixODBC-2.0.7-3.src.rpm Sun Jun 24 2001 Than Ngo - rebuild against qt-2.3.1, kde-2.1.x * Thu Sep 09 2004 cvsdist - 2.0.7-1 - auto-import changelog data from unixODBC-2.0.7-2.src.rpm Fri Jun 15 2001 Trond Eivind Glomsr�d - Better default odbcinst.ini - Minor cleanups Wed Jun 06 2001 Trond Eivind Glomsr�d - 2.0.7 * Thu Sep 09 2004 cvsdist - 1.8.13-3 - auto-import changelog data from unixODBC-1.8.13-3.src.rpm Fri Apr 27 2001 Bill Nottingham - rebuild for C++ exception handling on ia64 * Thu Sep 09 2004 cvsdist - 1.8.13-2 - auto-import changelog data from unixODBC-1.8.13-2.src.rpm Wed Feb 28 2001 Trond Eivind Glomsr�d - rebuild Tue Nov 28 2000 Trond Eivind Glomsr�d - 1.8.13 Tue Oct 10 2000 Trond Eivind Glomsr�d - enable GUI now that we have KDE compiled with the standard compiler - move the applnk entries to the KDE package * Thu Sep 09 2004 cvsdist - auto-import changelog data from unixODBC-1.8.12-2.src.rpm Thu Aug 24 2000 Nalin Dahyabhai - add the missing shared libs to the non-devel package Wed Aug 23 2000 Preston Brown - 1.8.12 fixes problems with the postgresql driver Mon Jul 31 2000 Trond Eivind Glomsr�d - disable KDE subpackage to avoid the mess that is C++ binary compatibility Wed Jul 12 2000 Prospector - automatic rebuild Fri Jun 30 2000 Florian La Roche - improved QTDIR detection Wed Jun 28 2000 Trond Eivind Glomsr�d - 1.8.10 - use %%{_tmppath} - update URL - including two missing libraries Tue Jun 13 2000 Preston Brown - 1.8.9 Fri Jun 09 2000 Preston Brown - adopted for Winston, changed to Red Hat packaging standards Tue Apr 18 2000 Murray Todd Williams - added a unixODBC-devel RPM to the group, added KDE links and icons to system - all of which came from recommendations from Fredrick Meunier - Mon Apr 17 2000 Murray Todd Williams - unixODBC-1.8.7 - moved install to $RPM_BUILD_ROOT so it didn't overrun existing files. ## END: Generated by rpmautospec