Update to version 2.3.5
This commit is contained in:
parent
70942a6c42
commit
faf59870af
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/unixODBC-2.3.2.tar.gz
|
/unixODBC-2.3.2.tar.gz
|
||||||
/unixODBC-2.3.3.tar.gz
|
/unixODBC-2.3.3.tar.gz
|
||||||
/unixODBC-2.3.4.tar.gz
|
/unixODBC-2.3.4.tar.gz
|
||||||
|
/unixODBC-2.3.5.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
bd25d261ca1808c947cb687e2034be81 unixODBC-2.3.4.tar.gz
|
SHA512 (unixODBC-2.3.5.tar.gz) = 94b5ebb887571f4fa801ae4305cd6cb4eb0d03682fac1eb0422cdd13b046b077e60bff8286c578b0b5e291cfbc0bc8695495e39c3713858d2eeb7b38459397d5
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A complete ODBC driver manager for Linux
|
Summary: A complete ODBC driver manager for Linux
|
||||||
Name: unixODBC
|
Name: unixODBC
|
||||||
Version: 2.3.4
|
Version: 2.3.5
|
||||||
Release: 10%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.unixODBC.org/
|
URL: http://www.unixODBC.org/
|
||||||
# Programs are GPL, libraries are LGPL, except News Server library is GPL.
|
# Programs are GPL, libraries are LGPL, except News Server library is GPL.
|
||||||
@ -51,7 +51,7 @@ chmod 0644 include/odbcinst.h
|
|||||||
|
|
||||||
# Blow away the embedded libtool and replace with build system's libtool.
|
# Blow away the embedded libtool and replace with build system's libtool.
|
||||||
# (We will use the installed libtool anyway, but this makes sure they match.)
|
# (We will use the installed libtool anyway, but this makes sure they match.)
|
||||||
rm -rf config.guess config.sub install-sh ltmain.sh libltdl depcomp missing
|
rm -rf config.guess config.sub install-sh ltmain.sh libltdl depcomp missing compile
|
||||||
# this hack is so we can build with either libtool 2.2 or 1.5
|
# this hack is so we can build with either libtool 2.2 or 1.5
|
||||||
libtoolize --install --copy || libtoolize --copy
|
libtoolize --install --copy || libtoolize --copy
|
||||||
|
|
||||||
@ -134,6 +134,9 @@ done
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 19 2018 Jan Staněk <jstanek@redhat.com> - 2.3.5-1
|
||||||
|
- Update to version 2.3.5
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-10
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
@ -434,8 +437,8 @@ Resolves: #190427
|
|||||||
* Fri Oct 10 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-3
|
* Fri Oct 10 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-3
|
||||||
- Moved all the shared library symlinks to the main package.
|
- Moved all the shared library symlinks to the main package.
|
||||||
They were deliberatedly being added to the devel package for
|
They were deliberatedly being added to the devel package for
|
||||||
unknown reasons but this was forcing users to install the
|
unknown reasons but this was forcing users to install the
|
||||||
devel package always.
|
devel package always.
|
||||||
- No need to special-case libodbc.so anymore
|
- No need to special-case libodbc.so anymore
|
||||||
|
|
||||||
* Fri Sep 05 2003 Elliot Lee <sopwith@redhat.com> 2.2.5-2
|
* Fri Sep 05 2003 Elliot Lee <sopwith@redhat.com> 2.2.5-2
|
||||||
@ -477,7 +480,7 @@ Resolves: #190427
|
|||||||
- Rebuild, update to 2.2.3
|
- Rebuild, update to 2.2.3
|
||||||
|
|
||||||
* Mon Aug 26 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.2-3
|
* Mon Aug 26 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.2-3
|
||||||
- Move libodbc.so to the main package, so programs dlopening
|
- Move libodbc.so to the main package, so programs dlopening
|
||||||
it don't break (#72653)
|
it don't break (#72653)
|
||||||
|
|
||||||
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
|
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
|
||||||
@ -513,7 +516,7 @@ Resolves: #190427
|
|||||||
- Rebuild with KDE 3.x
|
- Rebuild with KDE 3.x
|
||||||
|
|
||||||
* Tue Feb 26 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.0-1
|
* Tue Feb 26 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.2.0-1
|
||||||
- Just build on i386 now, there are 64 bit oddities
|
- Just build on i386 now, there are 64 bit oddities
|
||||||
- 2.2.0
|
- 2.2.0
|
||||||
|
|
||||||
* Fri Jan 11 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.1.1-2
|
* Fri Jan 11 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.1.1-2
|
||||||
@ -565,7 +568,7 @@ Resolves: #190427
|
|||||||
|
|
||||||
* Mon Jul 31 2000 Trond Eivind Glomsrd <teg@redhat.com>
|
* Mon Jul 31 2000 Trond Eivind Glomsrd <teg@redhat.com>
|
||||||
- disable KDE subpackage to avoid the mess that is C++ binary
|
- disable KDE subpackage to avoid the mess that is C++ binary
|
||||||
compatibility
|
compatibility
|
||||||
|
|
||||||
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||||||
- automatic rebuild
|
- automatic rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user