|
@@ -1,5 +1,5 @@
|
|
Name: unixODBC
|
|
Name: unixODBC
|
|
-Version: 2.3.4
|
|
|
|
|
|
+Version: 2.3.5
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: A complete ODBC Driver Manager for Linux
|
|
Summary: A complete ODBC Driver Manager for Linux
|
|
Summary(ja): Linux 用 ODBC ドライバマネージャー
|
|
Summary(ja): Linux 用 ODBC ドライバマネージャー
|
|
@@ -56,16 +56,8 @@ chmod 0644 doc/ProgrammerManual/Tutorial/*.html
|
|
chmod 0644 doc/lst/*
|
|
chmod 0644 doc/lst/*
|
|
chmod 0644 include/odbcinst.h
|
|
chmod 0644 include/odbcinst.h
|
|
|
|
|
|
-# 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.)
|
|
|
|
-rm -rf config.guess config.sub install-sh ltmain.sh libltdl
|
|
|
|
-# this hack is so we can build with either libtool 2.2 or 1.5
|
|
|
|
-libtoolize --install || libtoolize
|
|
|
|
-
|
|
|
|
%build
|
|
%build
|
|
-aclocal
|
|
|
|
-automake --add-missing
|
|
|
|
-autoconf
|
|
|
|
|
|
+autoreconf -ivf
|
|
|
|
|
|
# unixODBC 2.2.14 is not aliasing-safe
|
|
# unixODBC 2.2.14 is not aliasing-safe
|
|
CFLAGS="%{optflags} -fno-strict-aliasing"
|
|
CFLAGS="%{optflags} -fno-strict-aliasing"
|
|
@@ -156,6 +148,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 20 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.5-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Tue Jan 5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.4-1
|
|
* Tue Jan 5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.4-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|