69c96c
Summary: A complete ODBC driver manager for Linux
69c96c
Name: unixODBC
69c96c
Version: 2.3.7
69c96c
Release: 1%{?dist}
69c96c
Group: System Environment/Libraries
69c96c
URL: http://www.unixODBC.org/
69c96c
# Programs are GPL, libraries are LGPL, except News Server library is GPL.
69c96c
License: GPLv2+ and LGPLv2+
69c96c
69c96c
Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
69c96c
Source1: odbcinst.ini
69c96c
Source5: README.dist
69c96c
69c96c
Patch8: so-version-bump.patch
69c96c
Patch9: keep-typedefs.patch
69c96c
69c96c
Conflicts: iodbc
69c96c
69c96c
BuildRequires: automake autoconf libtool libtool-ltdl-devel bison flex
69c96c
BuildRequires: readline-devel
69c96c
BuildRequires: multilib-rpm-config
69c96c
69c96c
%description
69c96c
Install unixODBC if you want to access databases through ODBC.
69c96c
You will also need the mariadb-connector-odbc package if you want to access
69c96c
a MySQL or MariaDB database, and/or the postgresql-odbc package for PostgreSQL.
69c96c
69c96c
%package devel
69c96c
Summary: Development files for programs which will use the unixODBC library
69c96c
Group: Development/Libraries
69c96c
Requires: %{name}%{?_isa} = %{version}-%{release}
69c96c
69c96c
%description devel
69c96c
The unixODBC package can be used to access databases through ODBC
69c96c
drivers. If you want to develop programs that will access data through
69c96c
ODBC, you need to install this package.
69c96c
69c96c
%prep
69c96c
%setup -q
69c96c
%patch8 -p1 -b .soname-bump
69c96c
%patch9 -p1
69c96c
69c96c
chmod 0644 Drivers/MiniSQL/*.c
69c96c
chmod 0644 Drivers/nn/*.c
69c96c
chmod 0644 Drivers/template/*.c
69c96c
chmod 0644 doc/ProgrammerManual/Tutorial/*.html
69c96c
chmod 0644 doc/lst/*
69c96c
chmod 0644 include/odbcinst.h
69c96c
69c96c
autoreconf -vfi
69c96c
69c96c
69c96c
%build
69c96c
# unixODBC 2.2.14 is not aliasing-safe
69c96c
CFLAGS="%{optflags} -fno-strict-aliasing"
69c96c
CXXFLAGS="$CFLAGS"
69c96c
export CFLAGS CXXFLAGS
69c96c
69c96c
%configure --with-gnu-ld=yes --enable-threads=yes \
69c96c
	--enable-drivers=yes --enable-driverc=yes
69c96c
69c96c
# Get rid of the rpaths
69c96c
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
69c96c
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
69c96c
69c96c
make all
69c96c
69c96c
%install
69c96c
make DESTDIR=$RPM_BUILD_ROOT install
69c96c
install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
69c96c
%multilib_fix_c_header --file %{_includedir}/unixodbc_conf.h
69c96c
69c96c
# add some explanatory documentation
69c96c
cp %{SOURCE5} README.dist
69c96c
69c96c
# remove obsolete Postgres drivers from the package (but not the setup code)
69c96c
rm -f $RPM_BUILD_ROOT%{_libdir}/libodbcpsql.so*
69c96c
69c96c
# copy text driver documentation into main doc directory
69c96c
# currently disabled because upstream no longer includes text driver
69c96c
# mkdir -p doc/Drivers/txt
69c96c
# cp -pr Drivers/txt/doc/* doc/Drivers/txt
69c96c
69c96c
# don't want to install doc Makefiles as docs
69c96c
find doc -name 'Makefile*' | xargs rm
69c96c
69c96c
# we do not want to ship static libraries
69c96c
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
69c96c
69c96c
# remove unpackaged files from the buildroot
69c96c
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
69c96c
rm -f $RPM_BUILD_ROOT%{_libdir}/libltdl.*
69c96c
rm -rf $RPM_BUILD_ROOT%{_datadir}/libtool
69c96c
69c96c
# initialize lists of .so files
69c96c
find $RPM_BUILD_ROOT%{_libdir} -name "*.so.*" | sed "s|^$RPM_BUILD_ROOT||" > base-so-list
69c96c
find $RPM_BUILD_ROOT%{_libdir} -name "*.so"   | sed "s|^$RPM_BUILD_ROOT||" > devel-so-list
69c96c
69c96c
# move these to main package, they're often dlopened...
69c96c
for lib in libodbc.so libodbcinst.so libodbcpsqlS.so libodbcmyS.so libtdsS.so
69c96c
do
69c96c
    echo "%{_libdir}/$lib" >> base-so-list
69c96c
    grep -v "/$lib$" devel-so-list > devel-so-list.x
69c96c
    mv -f devel-so-list.x devel-so-list
69c96c
done
69c96c
69c96c
%files -f base-so-list
69c96c
%doc README COPYING AUTHORS ChangeLog NEWS doc
69c96c
%doc README.dist
69c96c
%config(noreplace) %{_sysconfdir}/odbc*
69c96c
%{_bindir}/odbcinst
69c96c
%{_bindir}/isql
69c96c
%{_bindir}/dltest
69c96c
%{_bindir}/iusql
69c96c
%{_bindir}/odbc_config
69c96c
%{_bindir}/slencheck
69c96c
%{_mandir}/man*/*
69c96c
69c96c
%files devel -f devel-so-list
69c96c
%{_includedir}/*
69c96c
%_libdir/pkgconfig/*.pc
69c96c
69c96c
%post -p /sbin/ldconfig
69c96c
%postun -p /sbin/ldconfig
69c96c
69c96c
%changelog
69c96c
* Sat Aug 11 2018 Pavel Raiskup <praiskup@redhat.com> - 2.3.7-1
69c96c
- update to version 2.3.7
69c96c
69c96c
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.6-2
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
69c96c
69c96c
* Fri Apr 27 2018 Pavel Raiskup <praiskup@redhat.com> - 2.3.6-1
69c96c
- update to version 2.3.6
69c96c
69c96c
* Wed Mar 07 2018 Honza Horak <hhorak@redhat.com> - 2.3.5-3
69c96c
- Bump for a rebuild
69c96c
69c96c
* Tue Feb 20 2018 Pavel Raiskup <praiskup@redhat.com> - 2.3.5-2
69c96c
- cleanup autotool hacks
69c96c
69c96c
* Mon Feb 19 2018 Jan Staněk <jstanek@redhat.com> - 2.3.5-1
69c96c
- Update to version 2.3.5
69c96c
69c96c
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-10
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
69c96c
69c96c
* Wed Jan 03 2018 Honza Horak <hhorak@redhat.com> - 2.3.4-9
69c96c
- Include mariadb-connector-odbc driver spec in the odbcinst.ini
69c96c
69c96c
* Wed Aug 30 2017 Tomas Repik <trepik@redhat.com> - 2.3.4-8
69c96c
- move libtdsS.so to the main package and add tds config to odbcinst.ini
69c96c
- rhbz#1448890
69c96c
69c96c
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-7
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
69c96c
69c96c
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-6
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
69c96c
69c96c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-5
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
69c96c
69c96c
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.3.4-4
69c96c
- Rebuild for readline 7.x
69c96c
69c96c
* Wed Jun 22 2016 Pavel Raiskup <praiskup@redhat.com> - 2.3.4-3
69c96c
- delegate multilib hacks to multilib-rpm-config package
69c96c
69c96c
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-2
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
69c96c
69c96c
* Tue Sep 01 2015 Jan Stanek <jstanek@redhat.com> - 2.3.4-1
69c96c
- Update to version 2.3.4
69c96c
69c96c
* Tue Aug 25 2015 Jan Stanek <jstanek@redhat.com> - 2.3.3-1
69c96c
- Update to version 2.3.3
69c96c
- Removed patches and sources included upstream
69c96c
- Recreated so-version-bump.patch
69c96c
69c96c
* Wed Aug 12 2015 Jan Stanek <jstanek@redhat.com> - 2.3.2-8
69c96c
- Backported changes necessary for building with new autotools version.
69c96c
69c96c
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-7
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
69c96c
69c96c
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-6
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
69c96c
69c96c
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-5
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
69c96c
69c96c
* Tue Feb 18 2014 Jan Stanek <jstanek@redhat.com> - 2.3.2-4
69c96c
- Added manual pages for iusql, dltest, odbc_config
69c96c
69c96c
* Fri Dec 06 2013 Jan Stanek <jstanek@redhat.com> - 2.3.2-3
69c96c
- Renamed README.fedora to README.dist
69c96c
69c96c
* Thu Oct 24 2013 Jan Stanek <jstanek@redhat.com> - 2.3.2-2
69c96c
- Add man page describing enviromental variables (#991018)
69c96c
69c96c
* Thu Oct 10 2013 Jan Stanek <jstanek@redhat.com> - 2.3.2-1
69c96c
- Update to 2.3.2 version
69c96c
- Removed extra man-pages and patch already shipped by upstream
69c96c
69c96c
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-7
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
69c96c
69c96c
* Thu Jul  4 2013 Honza Horak <hhorak@redhat.com> 2.3.1-6
69c96c
- Spec file clean-up
69c96c
- Provide man pages created by Jan Stanek
69c96c
69c96c
* Thu Jul  4 2013 Honza Horak <hhorak@redhat.com> 2.3.1-5
69c96c
- Fix Coverity patch
69c96c
  Resolves: #981060
69c96c
69c96c
* Tue Mar 19 2013 Tom Lane <tgl@redhat.com> 2.3.1-4
69c96c
- Fix assorted small bugs found by Coverity
69c96c
Related: #760877
69c96c
69c96c
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-3
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
69c96c
69c96c
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-2
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
69c96c
69c96c
* Tue Jan 10 2012 Tom Lane <tgl@redhat.com> 2.3.1-1
69c96c
- Update to version 2.3.1.  The main externally-visible change is that the
69c96c
  GUI programs are not part of the unixODBC tarball anymore, so they are no
69c96c
  longer in this package, and the unixODBC-kde sub-RPM has disappeared.
69c96c
  There is a separate package unixODBC-gui-qt that now provides those programs.
69c96c
69c96c
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.14-13
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
69c96c
69c96c
* Tue Aug 31 2010 Tom Lane <tgl@redhat.com> 2.2.14-12
69c96c
- Fix isql crash at EOF with -b option
69c96c
Resolves: #628909
69c96c
69c96c
* Mon May  3 2010 Tom Lane <tgl@redhat.com> 2.2.14-11
69c96c
- Re-add accidentally-removed desktop icon for ODBCConfig
69c96c
Related: #587933
69c96c
69c96c
* Sat Mar 13 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> 2.2.14-10
69c96c
- BR qt-assistant-adp-devel
69c96c
69c96c
* Sat Dec 19 2009 Tom Lane <tgl@redhat.com> 2.2.14-9
69c96c
- Fix bug preventing drivers from being selected in ODBCConfig
69c96c
Resolves: #544852
69c96c
69c96c
* Wed Nov 25 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 2.2.14-8
69c96c
- Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
69c96c
69c96c
* Thu Oct 15 2009 Tom Lane <tgl@redhat.com> 2.2.14-7
69c96c
- Clean up bogosity in multilib stub header support: ia64 should not be
69c96c
  listed (it's not multilib), sparcv9 isn't a possible uname -i output
69c96c
69c96c
* Fri Aug 21 2009 Tom Lane <tgl@redhat.com> 2.2.14-6
69c96c
- Switch to building against qt4, not qt3.  This means the DataManager,
69c96c
  DataManagerII, and odbctest applications are gone.
69c96c
Resolves: #514064
69c96c
- Use Driver64/Setup64 to eliminate need for hand-adjustment of odbcinst.ini
69c96c
Resolves: #514688
69c96c
- Fix misdeclaration of SQLBIGINT and SQLUBIGINT in generated header files
69c96c
Resolves: #518623
69c96c
69c96c
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.14-5
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
69c96c
69c96c
* Tue Jun  9 2009 Peter Lemenkov <lemenkov@gmail.com> - 2.2.14-4
69c96c
- Properly install *.desktop files
69c96c
- No need to ship INSTALL in docs
69c96c
- Use macros instead of hardcoded /usr/share and /usr/include
69c96c
- fixed permissions on some doc- and src-files
69c96c
- Almost all rpmlint messages are gone now
69c96c
69c96c
* Sat Jun 06 2009 Dennis Gilmore <dennis@ausil.us> - 2.2.14-3
69c96c
- add sparc support to the multilib includes header
69c96c
69c96c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.14-2
69c96c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
69c96c
69c96c
* Fri Feb 20 2009 Tom Lane <tgl@redhat.com> 2.2.14-1
69c96c
- Update to unixODBC 2.2.14.  Note this involves an ABI break and a consequent
69c96c
  soname version bump, because upstream fixed some mistakes in the widths of
69c96c
  some API datatypes for 64-bit platforms.  Also, the formerly embedded
69c96c
  mysql, postgresql, and text drivers have been removed.  (For mysql and
69c96c
  postgresql, use the separate mysql-connector-odbc and postgresql-odbc
69c96c
  packages, which are far more up to date.  The text driver is not currently
69c96c
  shipped by upstream at all, but might get revived as a separate SRPM later.)
69c96c
- Stop shipping .a library files, per distro policy.
69c96c
- Fixes for libtool 2.2.
69c96c
69c96c
* Mon Jul 28 2008 Tom Lane <tgl@redhat.com> 2.2.12-9
69c96c
- Fix build failure caused by new default patch fuzz = 0 policy in rawhide.
69c96c
69c96c
* Fri Jun 13 2008 Tom Lane <tgl@redhat.com> 2.2.12-8
69c96c
- Install icons in /usr/share/pixmaps, not /usr/share/icons as this package
69c96c
  has historically done; the former is considered correct.
69c96c
69c96c
* Fri Apr  4 2008 Tom Lane <tgl@redhat.com> 2.2.12-7
69c96c
- Must BuildRequire qt3 now that Fedora has renamed qt4 to qt
69c96c
Resolves: #440798
69c96c
69c96c
* Mon Feb 11 2008 Tom Lane <tgl@redhat.com> 2.2.12-6
69c96c
- Move libodbcinst.so symlink into main package, since it's often dlopen'd
69c96c
Related: #204882
69c96c
- Clean up specfile's ugly coding for making base-vs-devel decisions
69c96c
69c96c
* Sun Dec 30 2007 Tom Lane <tgl@redhat.com> 2.2.12-5
69c96c
- Add missing BuildRequires for flex.
69c96c
Resolves: #427063
69c96c
69c96c
* Thu Aug  2 2007 Tom Lane <tgl@redhat.com> 2.2.12-4
69c96c
- Update License tag to match code.
69c96c
69c96c
* Fri Apr 20 2007 Tom Lane <tgl@redhat.com> 2.2.12-3
69c96c
- Make configure find correct Qt libraries when building on a multilib machine
69c96c
69c96c
* Mon Apr 16 2007 Tom Lane <tgl@redhat.com> 2.2.12-2
69c96c
- Drop BuildRequires for kdelibs-devel
69c96c
Resolves: #152717
69c96c
- Clean up a few rpmlint complaints
69c96c
69c96c
* Wed Dec  6 2006 Tom Lane <tgl@redhat.com> 2.2.12-1
69c96c
- Update to unixODBC 2.2.12.
69c96c
- Add missing BuildPrereq for bison.
69c96c
Resolves: #190427
69c96c
69c96c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.2.11-7.1
69c96c
- rebuild
69c96c
69c96c
* Mon Mar 27 2006 Tom Lane <tgl@redhat.com> 2.2.11-7
69c96c
- Fix minor problems in desktop files (bug #185764)
69c96c
69c96c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2.11-6.2.1
69c96c
- bump again for double-long bug on ppc(64)
69c96c
69c96c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2.11-6.2
69c96c
- rebuilt for new gcc4.1 snapshot and glibc changes
69c96c
69c96c
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
69c96c
- rebuilt
69c96c
69c96c
* Mon Nov 21 2005 Tom Lane <tgl@redhat.com> 2.2.11-6
69c96c
- Patch NO-vs-no discrepancy between aclocal/acinclude and recent autoconf
69c96c
  versions (not sure if this has been broken for a long time, or was just
69c96c
  exposed by modular X changeover).
69c96c
- Apparently need to require libXt-devel too for modular X.
69c96c
69c96c
* Mon Nov  7 2005 Tom Lane <tgl@redhat.com> 2.2.11-5
69c96c
- Adjust BuildPrereq for modular X.
69c96c
69c96c
* Sun Oct 16 2005 Florian La Roche <laroche@redhat.com> 2.2.11-4
69c96c
- link against dependent libs
69c96c
- fix some bugs to resolve unknown symbols ;-(
69c96c
69c96c
* Thu Sep 29 2005 Tom Lane <tgl@redhat.com> 2.2.11-3
69c96c
- Force update of yac.h because the copy in the distributed tarball does not
69c96c
  match bison 2.0's numbering of symbols (bz #162676)
69c96c
- Include documentation of text-file driver
69c96c
- Use private libltdl so we can omit RTLD_GLOBAL from dlopen flags (bz #161399)
69c96c
69c96c
* Sat Sep 24 2005 Tom Lane <tgl@redhat.com> 2.2.11-2
69c96c
- Remove Makefiles accidentally included in docs installation (bz #168819)
69c96c
- Updates to keep newer libtool code from installing itself as part of package
69c96c
69c96c
* Fri Apr  8 2005 Tom Lane <tgl@redhat.com> 2.2.11-1
69c96c
- Update to unixODBC 2.2.11
69c96c
69c96c
* Mon Mar  7 2005 Tom Lane <tgl@redhat.com> 2.2.10-3
69c96c
- Rebuild with gcc4.
69c96c
69c96c
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 2.2.10-2
69c96c
- Rebuilt for new readline.
69c96c
69c96c
* Thu Oct 28 2004 Tom Lane <tgl@redhat.com> 2.2.10-1
69c96c
- Update to unixODBC 2.2.10
69c96c
69c96c
* Wed Sep 22 2004 Tom Lane <tgl@redhat.com> 2.2.9-1
69c96c
- Update to unixODBC 2.2.9
69c96c
69c96c
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
69c96c
- rebuilt
69c96c
69c96c
* Sat May  8 2004 Tom Lane <tgl@redhat.com> 2.2.8-5
69c96c
- Backpatch fix for double-free error from upstream devel sources.
69c96c
- rebuilt
69c96c
69c96c
* Wed May  5 2004 Tom Lane <tgl@redhat.com> 2.2.8-4
69c96c
- Add dependency to ensure kde subpackage stays in sync with main
69c96c
  (needed because we moved odbctest from one pkg to the other,
69c96c
  cf bug #122478)
69c96c
- rebuilt
69c96c
69c96c
* Wed Mar 10 2004 Tom Lane <tgl@redhat.com> 2.2.8-3
69c96c
- Use installed libltdl
69c96c
- rebuilt for Fedora Core 2
69c96c
69c96c
* Tue Mar  9 2004 Tom Lane <tgl@redhat.com> 2.2.8-2
69c96c
- Rename lo_xxx() to odbc_lo_xxx() (bug #117211) (temporary until 2.2.9)
69c96c
- rebuilt
69c96c
69c96c
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
69c96c
- rebuilt
69c96c
69c96c
* Mon Mar  1 2004 Tom Lane <tgl@redhat.com>
69c96c
- Update to 2.2.8
69c96c
- rebuilt
69c96c
69c96c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
69c96c
- rebuilt
69c96c
69c96c
* Thu Dec  4 2003 Joe Orton <jorton@redhat.com> 2.2.5-10
69c96c
- rebuild to restore sqltypes.h after #111195
69c96c
69c96c
* Thu Oct 16 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-9
69c96c
- Add XFree86-devel to the list of BuildPrereq.  Did not bump
69c96c
  release as there is no need to rebuild.
69c96c
69c96c
* Thu Oct 16 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-9
69c96c
- Add comments to the /etc/odbcinst.ini file regarding the proper
69c96c
  setup for MySQL and the origin of each library needed.
69c96c
69c96c
* Tue Oct 14 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-8
69c96c
- Move libodbcmyS.so to the main package as well.  It is used the
69c96c
  same way as libodbcpsqlS.so.
69c96c
69c96c
* Tue Oct 14 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-7
69c96c
- Bumped the version so it rebuilds.
69c96c
69c96c
* Tue Oct 14 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-4
69c96c
- Revert previous change and special case libodbcpsql.so and
69c96c
  libodbcpsqlS.so instead.  Here is the explanation (from Elliot
69c96c
  Lee):
69c96c
  ".so files are only used at link time for normal dynamic libraries.
69c96c
   The libraries referred to here are being used as dynamically loaded
69c96c
   modules, so I guess moving those particular .so files back to the
69c96c
   main package would make sense, but the other .so files should stay
69c96c
   in the devel subpackage."
69c96c
69c96c
* Fri Oct 10 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-3
69c96c
- Moved all the shared library symlinks to the main package.
69c96c
  They were deliberatedly being added to the devel package for
69c96c
  unknown reasons but this was forcing users to install the
69c96c
  devel package always.
69c96c
- No need to special-case libodbc.so anymore
69c96c
69c96c
* Fri Sep 05 2003 Elliot Lee <sopwith@redhat.com> 2.2.5-2
69c96c
- Run auto* so it rebuilds.
69c96c
69c96c
* Mon Jul 07 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-1
69c96c
- Moved odbctest to the kde package to remove require on Qt stuff
69c96c
  from the main package.
69c96c
- Removed stray "\" from doc/Makefile.am
69c96c
- Applied libtool fix (provided by Alex Oliva) so that it build
69c96c
 with cross-compilers (which are used by 64 bit systems)
69c96c
- Updated sources to the 2.2.5 community release
69c96c
- Changed the included libtool to the 1.5-3 one so that
69c96c
  it properly link the libraries with the newly generated ones
69c96c
  and not with the ones installed on the build system (or give
69c96c
  an error if an old version is not installed (# 91110)
69c96c
- Added new files for executable DataManagerII and icons LinuxODBC.xpm
69c96c
  and odbc.xpm
69c96c
69c96c
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
69c96c
- rebuilt
69c96c
69c96c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
69c96c
- rebuilt
69c96c
69c96c
* Thu Jan  9 2003 Bill Nottingham <notting@redhat.com> 2.2.3-5
69c96c
- debloat
69c96c
69c96c
* Tue Dec 17 2002 Elliot Lee <sopwith@redhat.com> 2.2.3-4
69c96c
- Run libtoolize etc.
69c96c
69c96c
* Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 2.2.3-3
69c96c
- Rebuild to fix filelist errors...?
69c96c
69c96c
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 2.2.3-2
69c96c
- remove unpackaged files from the buildroot
69c96c
69c96c
* Tue Nov 19 2002 Elliot Lee <sopwith@redhat.com> 2.2.3-1
69c96c
- Rebuild, update to 2.2.3
69c96c
69c96c
* Mon Aug 26 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.2-3
69c96c
- Move libodbc.so to the main package, so programs dlopening
69c96c
  it don't break (#72653)
69c96c
69c96c
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
69c96c
- rebuilt with gcc-3.2 (we hope)
69c96c
69c96c
* Mon Jul 22 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.2-1
69c96c
- 2.2.2
69c96c
- desktop file changes (# 69371)
69c96c
69c96c
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
69c96c
- automated rebuild
69c96c
69c96c
* Sun May 26 2002 Tim Powers <timp@redhat.com>
69c96c
- automated rebuild
69c96c
69c96c
* Mon May 20 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.1-1
69c96c
- 2.2.1
69c96c
- Reenable other archs, as this should now build on 64 bit archs
69c96c
69c96c
* Sun May 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
69c96c
- add at least mainframe; should this really be a i386-only rpm?
69c96c
69c96c
* Wed Apr 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.2.0-5
69c96c
- rebuild
69c96c
69c96c
* Fri Apr  5 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.0-4
69c96c
- Avoid having files in more than one package (#62755)
69c96c
69c96c
* Tue Mar 26 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.0-3
69c96c
- Don't include kde plugin .so as a devel symlink (#61039)
69c96c
69c96c
* Fri Mar  8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.2.0-2
69c96c
- Rebuild with KDE 3.x
69c96c
69c96c
* Tue Feb 26 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.0-1
69c96c
- Just build on i386 now, there are 64 bit oddities
69c96c
- 2.2.0
69c96c
69c96c
* Fri Jan 11 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.1.1-2
69c96c
- move libodbcinstQ* to the kde subpackage
69c96c
69c96c
* Fri Jan 11 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.1.1-1
69c96c
- 2.1.1
69c96c
- minor cleanups
69c96c
69c96c
* Fri Dec 14 2001 Trond Eivind Glomsrd <teg@redhat.com> 2.0.7-5
69c96c
- Rebuild
69c96c
69c96c
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
69c96c
- rebuild with new gcc and binutils
69c96c
69c96c
* Sun Jun 24 2001 Than Ngo <than@redhat.com>
69c96c
- rebuild against qt-2.3.1, kde-2.1.x
69c96c
69c96c
* Fri Jun 15 2001 Trond Eivind Glomsrd <teg@redhat.com>
69c96c
- Better default odbcinst.ini
69c96c
- Minor cleanups
69c96c
69c96c
* Wed Jun  6 2001 Trond Eivind Glomsrd <teg@redhat.com>
69c96c
- 2.0.7
69c96c
69c96c
* Wed Apr 25 2001 Trond Eivind Glomsrd <teg@redhat.com>
69c96c
- Fix for isql segfault on EOF/ctrl-d exit
69c96c
69c96c
* Fri Apr 20 2001 Trond Eivind Glomsrd <teg@redhat.com>
69c96c
- 2.0.6
69c96c
- add patch for 64 bit archs (dword shouldn't be "long int")
69c96c
69c96c
* Wed Feb 28 2001 Trond Eivind Glomsrd <teg@redhat.com>
69c96c
- rebuild
69c96c
69c96c
* Tue Nov 28 2000 Trond Eivind Glomsrd <teg@redhat.com>
69c96c
- 1.8.13
69c96c
69c96c
* Tue Oct 10 2000 Trond Eivind Glomsrd <teg@redhat.com>
69c96c
- enable GUI now that we have KDE compiled with the standard
69c96c
  compiler
69c96c
- move the applnk entries to the KDE package
69c96c
69c96c
* Thu Aug 24 2000 Nalin Dahyabhai <nalin@redhat.com>
69c96c
- add the missing shared libs to the non-devel package
69c96c
69c96c
* Wed Aug 23 2000 Preston Brown <pbrown@redhat.com>
69c96c
- 1.8.12 fixes problems with the postgresql driver
69c96c
69c96c
* Mon Jul 31 2000 Trond Eivind Glomsrd <teg@redhat.com>
69c96c
- disable KDE subpackage to avoid the mess that is C++ binary
69c96c
  compatibility
69c96c
69c96c
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
69c96c
- automatic rebuild
69c96c
69c96c
* Fri Jun 30 2000 Florian La Roche <laroche@redhat.com>
69c96c
- improved QTDIR detection
69c96c
69c96c
* Wed Jun 28 2000 Trond Eivind Glomsrd <teg@redhat.com>
69c96c
- 1.8.10
69c96c
- use %%{_tmppath}
69c96c
- update URL
69c96c
- including two missing libraries
69c96c
69c96c
* Tue Jun 13 2000 Preston Brown <pbrown@redhat.com>
69c96c
- 1.8.9
69c96c
69c96c
* Fri Jun 09 2000 Preston Brown <pbrown@redhat.com>
69c96c
- adopted for Winston, changed to Red Hat packaging standards
69c96c
69c96c
* Tue Apr 18 2000 Murray Todd Williams <murray@codingapes.com>
69c96c
- added a unixODBC-devel RPM to the group, added KDE links and icons to system
69c96c
- all of which came from recommendations from Fredrick Meunier
69c96c
- <Fredrick.Meunier@computershare.com.au>
69c96c
69c96c
* Mon Apr 17 2000 Murray Todd Williams <murray@codingapes.com>
69c96c
- unixODBC-1.8.7
69c96c
- moved install to $RPM_BUILD_ROOT so it didn't overrun existing files.