From 3e565d2aa579cd9e170959de33d4050c0b59b768 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 27 Apr 2018 12:53:12 +0200 Subject: [PATCH] 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 --- export-symbols.patch | 40 ---------------------------------------- unixODBC.spec | 10 ++++++---- 2 files changed, 6 insertions(+), 44 deletions(-) delete mode 100644 export-symbols.patch diff --git a/export-symbols.patch b/export-symbols.patch deleted file mode 100644 index 9ea9d06..0000000 --- a/export-symbols.patch +++ /dev/null @@ -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 \ diff --git a/unixODBC.spec b/unixODBC.spec index d7e4cc3..9e35a07 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,7 +1,7 @@ Summary: A complete ODBC driver manager for Linux Name: unixODBC -Version: 2.3.5 -Release: 3%{?dist} +Version: 2.3.6 +Release: 1%{?dist} Group: System Environment/Libraries URL: http://www.unixODBC.org/ # 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 Source5: README.dist -Patch6: export-symbols.patch Patch8: so-version-bump.patch Patch9: keep-typedefs.patch @@ -38,7 +37,6 @@ ODBC, you need to install this package. %prep %setup -q -%patch6 -p1 %patch8 -p1 -b .soname-bump %patch9 -p1 @@ -120,11 +118,15 @@ done %files devel -f devel-so-list %{_includedir}/* +%_libdir/pkgconfig/*.pc %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %changelog +* Fri Apr 27 2018 Pavel Raiskup - 2.3.6-1 +- update to version 2.3.6 + * Wed Mar 07 2018 Honza Horak - 2.3.5-3 - Bump for a rebuild