Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory checked 
in at 2015-03-18 13:04:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iodbc (Old)
 and      /work/SRC/openSUSE:Factory/.iodbc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iodbc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iodbc/iodbc.changes      2015-01-23 
15:48:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.iodbc.new/iodbc.changes 2015-03-18 
13:04:10.000000000 +0100
@@ -1,0 +2,10 @@
+Fri Mar 13 13:25:55 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.52.10:
+  * Fixed issue with ~/Library/ODBC/odbc[inst].ini on Mac OS X
+  * Added build support for Mac OS X 10.10
+  * Updated iODBC Administrator
+  * Updated iODBC Demo
+  * Fixed string truncation in Unicode <-> Ansi conversion on some API calls
+
+-------------------------------------------------------------------

Old:
----
  libiodbc-3.52.9.tar.gz

New:
----
  libiodbc-3.52.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ iodbc.spec ++++++
--- /var/tmp/diff_new_pack.nN43Rf/_old  2015-03-18 13:04:11.000000000 +0100
+++ /var/tmp/diff_new_pack.nN43Rf/_new  2015-03-18 13:04:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iodbc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           iodbc
-Version:        3.52.9
+Version:        3.52.10
 Release:        0
 Summary:        ODBC compliant driver manager
 License:        LGPL-2.0 or BSD-3-Clause
@@ -26,13 +26,13 @@
 Source:         
http://sourceforge.net/projects/iodbc/files/iodbc/%{version}/libiodbc-%{version}.tar.gz
 Patch1:         fix-nonvoid-return.diff
 Patch2:         config-h.diff
+Requires:       libiodbc3 = %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1110
 BuildRequires:  pkgconfig(gtk+-2.0)
 %else
 BuildRequires:  gtk2-devel
 %endif
-Requires:       libiodbc3 = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The iODBC Driver Manager is a free implementation of the SAG CLI and
@@ -44,6 +44,7 @@
 Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
+Requires:       libiodbc3 = %{version}
 %if 0%{?suse_version} > 1110
 Requires:       pkgconfig(gtk+-2.0)
 %else
@@ -84,19 +85,22 @@
 %patch2
 
 %build
-  %configure --disable-static --disable-libodbc
-  # Don't use rpath!
-  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
libtool
-  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-  make
+%configure --disable-static --disable-libodbc
+# Don't use rpath!
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+make %{?_smp_mflags}
 
 %install
-  %makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n libiodbc3 -p /sbin/ldconfig
+
 %postun -n libiodbc3 -p /sbin/ldconfig
 
 %post   -n iodbc-admin -p /sbin/ldconfig
+
 %postun -n iodbc-admin -p /sbin/ldconfig
 
 %files
@@ -129,13 +133,9 @@
 %{_includedir}/sqlext.h
 %{_includedir}/sqltypes.h
 %{_includedir}/sqlucode.h
-%{_libdir}/libdrvproxy.la
 %{_libdir}/libdrvproxy.so
-%{_libdir}/libiodbc.la
 %{_libdir}/libiodbc.so
-%{_libdir}/libiodbcadm.la
 %{_libdir}/libiodbcadm.so
-%{_libdir}/libiodbcinst.la
 %{_libdir}/libiodbcinst.so
 %{_libdir}/pkgconfig/libiodbc.pc
 %{_mandir}/man1/iodbc-config.1*

++++++ libiodbc-3.52.9.tar.gz -> libiodbc-3.52.10.tar.gz ++++++
++++ 28735 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to