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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user