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 Version: 2.3.6-1
This commit is contained in:
parent
717c590d2a
commit
3e565d2aa5
@ -1,40 +0,0 @@
|
|||||||
Fix some unknown symbols. (This patch was originally for 2.2.11,
|
|
||||||
do we still need it?)
|
|
||||||
|
|
||||||
|
|
||||||
diff -Naur unixODBC-2.2.14.orig/DriverManager/DriverManager.exp unixODBC-2.2.14/DriverManager/DriverManager.exp
|
|
||||||
--- unixODBC-2.2.14.orig/DriverManager/DriverManager.exp 2008-05-22 05:10:54.000000000 -0400
|
|
||||||
+++ unixODBC-2.2.14/DriverManager/DriverManager.exp 2009-02-15 18:44:46.000000000 -0500
|
|
||||||
@@ -153,6 +153,8 @@
|
|
||||||
SQLTablesA
|
|
||||||
SQLTransact
|
|
||||||
ODBCSharedTraceFlag
|
|
||||||
+dm_log_write
|
|
||||||
+__post_internal_error
|
|
||||||
uodbc_open_stats
|
|
||||||
uodbc_close_stats
|
|
||||||
uodbc_get_stats
|
|
||||||
diff -Naur unixODBC-2.2.14.orig/cur/Makefile.am unixODBC-2.2.14/cur/Makefile.am
|
|
||||||
--- unixODBC-2.2.14.orig/cur/Makefile.am 2008-06-17 06:18:39.000000000 -0400
|
|
||||||
+++ unixODBC-2.2.14/cur/Makefile.am 2009-02-15 18:44:46.000000000 -0500
|
|
||||||
@@ -10,7 +10,7 @@
|
|
||||||
libodbccr_la_LDFLAGS = \
|
|
||||||
-no-undefined \
|
|
||||||
-version-info @LIB_VERSION@ \
|
|
||||||
- -export-symbols @srcdir@/cur.exp -export-dynamic
|
|
||||||
+ -export-symbols @srcdir@/cur.exp -export-dynamic ../DriverManager/libodbc.la
|
|
||||||
|
|
||||||
libodbccr_la_SOURCES = \
|
|
||||||
SQLAllocHandle.c \
|
|
||||||
diff -Naur unixODBC-2.2.14.orig/cur/Makefile.in unixODBC-2.2.14/cur/Makefile.in
|
|
||||||
--- unixODBC-2.2.14.orig/cur/Makefile.in 2008-11-19 11:11:15.000000000 -0500
|
|
||||||
+++ unixODBC-2.2.14/cur/Makefile.in 2009-02-15 18:44:46.000000000 -0500
|
|
||||||
@@ -272,7 +272,7 @@
|
|
||||||
libodbccr_la_LDFLAGS = \
|
|
||||||
-no-undefined \
|
|
||||||
-version-info @LIB_VERSION@ \
|
|
||||||
- -export-symbols @srcdir@/cur.exp -export-dynamic
|
|
||||||
+ -export-symbols @srcdir@/cur.exp -export-dynamic ../DriverManager/libodbc.la
|
|
||||||
|
|
||||||
libodbccr_la_SOURCES = \
|
|
||||||
SQLAllocHandle.c \
|
|
@ -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.5
|
Version: 2.3.6
|
||||||
Release: 3%{?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.
|
||||||
@ -11,7 +11,6 @@ Source: http://www.unixODBC.org/%{name}-%{version}.tar.gz
|
|||||||
Source1: odbcinst.ini
|
Source1: odbcinst.ini
|
||||||
Source5: README.dist
|
Source5: README.dist
|
||||||
|
|
||||||
Patch6: export-symbols.patch
|
|
||||||
Patch8: so-version-bump.patch
|
Patch8: so-version-bump.patch
|
||||||
Patch9: keep-typedefs.patch
|
Patch9: keep-typedefs.patch
|
||||||
|
|
||||||
@ -38,7 +37,6 @@ ODBC, you need to install this package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch6 -p1
|
|
||||||
%patch8 -p1 -b .soname-bump
|
%patch8 -p1 -b .soname-bump
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
|
|
||||||
@ -120,11 +118,15 @@ done
|
|||||||
|
|
||||||
%files devel -f devel-so-list
|
%files devel -f devel-so-list
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
%_libdir/pkgconfig/*.pc
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 27 2018 Pavel Raiskup <praiskup@redhat.com> - 2.3.6-1
|
||||||
|
- update to version 2.3.6
|
||||||
|
|
||||||
* Wed Mar 07 2018 Honza Horak <hhorak@redhat.com> - 2.3.5-3
|
* Wed Mar 07 2018 Honza Horak <hhorak@redhat.com> - 2.3.5-3
|
||||||
- Bump for a rebuild
|
- Bump for a rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user