commit iodbc for openSUSE:Factory

2011-10-12 Thread h_root

Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory
checked in at Thu Oct 13 00:09:27 CEST 2011.




--- openSUSE:Factory/iodbc/iodbc.changes2011-09-23 02:03:37.0 
+0200
+++ /mounts/work_src_done/STABLE/iodbc/iodbc.changes2011-10-07 
19:29:47.0 +0200
@@ -3,0 +4,6 @@
+- Split doc package (fix for RPMLINT warning)
+- Cleaned up spec file formatting
+
+---
+Mon Jun 27 14:39:41 UTC 2011 - toddrme2...@gmail.com
+

calling whatdependson for head-i586




Other differences:
--
++ iodbc.spec ++
--- /var/tmp/diff_new_pack.VGZgYz/_old  2011-10-13 00:09:23.0 +0200
+++ /var/tmp/diff_new_pack.VGZgYz/_new  2011-10-13 00:09:23.0 +0200
@@ -15,19 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   iodbc
-Url:http://www.iodbc.org/
-License:LGPLv2.1+
-Group:  Development/Libraries/C and C++
-Summary:ODBC compliant driver manager
-BuildRequires:  gtk2-devel
 Version:3.52.7
 Release:2
+License:LGPLv2.1+
+Summary:ODBC compliant driver manager
+Url:http://www.iodbc.org/
+Group:  Development/Libraries/C and C++
 Source: libiodbc-%{version}.tar.bz2
 Patch1: fix-nonvoid-return.diff
 Patch2: config-h.diff
+BuildRequires:  pkgconfig(gtk+-2.0)
 Requires:   libiodbc3 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -37,36 +35,20 @@
 compliant applications that can connect to various databases using
 appropriate backend drivers.
 
-
-
-Authors:
-
-Ke Jin
-OpenLink Software
-
 %package -n libiodbc-devel
-License:LGPLv2.1+
-Group:  Development/Libraries/C and C++
 Summary:Include Files and Libraries mandatory for Development
-Requires:   libiodbc3 = %version
-Requires:   %name = %version
-Requires:   gtk2-devel
+Group:  Development/Libraries/C and C++
+Requires:   %{name} = %{version}
+Requires:   pkgconfig(gtk+-2.0)
 
 %description -n libiodbc-devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
-
-Ke Jin 
-Patrick van Kleef 
-
 %package -n libiodbc3
 License:BSD3c ; LGPLv2.1+
-Group:  Development/Libraries/C and C++
 Summary:Libraries needed to run iODBC
+Group:  Development/Libraries/C and C++
 
 %description -n libiodbc3
 The iODBC Driver Manager is a free implementation of the SAG CLI and
@@ -76,19 +58,12 @@
 
 This package provides the shared libraries needed by iODBC
 
-
-
-Authors:
-
-Ke Jin
-OpenLink Software
-
-%package -n iodbc-admin
+%package admin
 License:BSD3c ; LGPLv2.1+
-Group:  Development/Libraries/C and C++
 Summary:Administration tools for iODBC
+Group:  Development/Libraries/C and C++
 
-%description -n iodbc-admin
+%description admin
 The iODBC Driver Manager is a free implementation of the SAG CLI and
 ODBC compliant driver manager which allows developers to write ODBC
 compliant applications that can connect to various databases using
@@ -96,15 +71,8 @@
 
 This package provides tools for configuring and administering iODBC 
 
-
-
-Authors:
-
-Ke Jin
-OpenLink Software
-
 %prep
-%setup -q -n libiodbc-%version
+%setup -q -n libiodbc-%{version}
 %patch1
 %patch2
 
@@ -113,32 +81,27 @@
   # 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 %{?jobs:-j%jobs}
   make
 
 %install
-  %makeinstall
+  %make_install
 
 %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
 %defattr(-,root,root)
-%doc AUTHORS LICENSE LICENSE.LGPL LICENSE.BSD ChangeLog NEWS README README.CVS
 %{_bindir}/iodbctest
 %{_bindir}/iodbctestw
 %{_mandir}/man1/iodbctest.1*
 %{_mandir}/man1/iodbctestw.1*
-#%config /etc/odbc.ini
-#%config /etc/odbcinst.ini
 
 %files -n libiodbc3
 %defattr(-,root,root)
+%doc AUTHORS LICENSE LICENSE.LGPL LICENSE.BSD ChangeLog NEWS README README.CVS
 %{_libdir}/libiodbc.so.*
 %{_libdir}/libiodbcinst.so.*
 
@@ -146,34 +109,31 @@
 %defattr(-,root,root)
 %doc etc/odbc.ini.sample
 %doc etc/odbcinst.ini.sample
+%{_bindir}/iodbc-config
+%{_datadir}/libiodbc
 %{_includedir}/iodbcext.h
 %{_includedir}/iodbcinst.h
 %{_includedir}/iodbcunix.h
-%{_includedir}/isqlext.h
 %{_includedir}/isql.h
+%{_includedir}/isqlext.h
 %{_includedir}/isqltypes.h
+%{_includedir}/odbcinst.h
 %{_includedir}/sql.h
+%{_includedir}/sqlext.h
 %{_includedir}/sqltypes.h
 %{_includedir}/sqlucode.h
-%{_includedir}/sqlex

commit iodbc for openSUSE:Factory

2011-07-04 Thread h_root

Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory
checked in at Mon Jul 4 15:25:10 CEST 2011.




--- iodbc/iodbc.changes 2011-02-26 20:21:26.0 +0100
+++ /mounts/work_src_done/STABLE/iodbc/iodbc.changes2011-06-27 
14:39:50.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 27 14:39:41 UTC 2011 - toddrme2...@gmail.com
+
+- Various RPMLINT fixes
+- Clarified summaries and descriptions
+
+---

calling whatdependson for head-i586




Other differences:
--
++ iodbc.spec ++
--- /var/tmp/diff_new_pack.keucpE/_old  2011-07-04 15:24:19.0 +0200
+++ /var/tmp/diff_new_pack.keucpE/_new  2011-07-04 15:24:19.0 +0200
@@ -21,10 +21,10 @@
 Url:http://www.iodbc.org/
 License:LGPLv2.1+
 Group:  Development/Libraries/C and C++
-Summary:The iODBC Driver Manager
+Summary:ODBC compliant driver manager
 BuildRequires:  gtk2-devel
 Version:3.52.7
-Release:1
+Release:2
 Source: libiodbc-%{version}.tar.bz2
 Patch1: fix-nonvoid-return.diff
 Patch2: config-h.diff
@@ -47,7 +47,7 @@
 %package -n libiodbc-devel
 License:LGPLv2.1+
 Group:  Development/Libraries/C and C++
-Summary:Include Files and Libraries mandatory for Development.
+Summary:Include Files and Libraries mandatory for Development
 Requires:   libiodbc3 = %version
 Requires:   %name = %version
 Requires:   gtk2-devel
@@ -66,7 +66,7 @@
 %package -n libiodbc3
 License:BSD3c ; LGPLv2.1+
 Group:  Development/Libraries/C and C++
-Summary:The iODBC Driver Manager
+Summary:Libraries needed to run iODBC
 
 %description -n libiodbc3
 The iODBC Driver Manager is a free implementation of the SAG CLI and
@@ -74,6 +74,8 @@
 compliant applications that can connect to various databases using
 appropriate backend drivers.
 
+This package provides the shared libraries needed by iODBC
+
 
 
 Authors:
@@ -84,7 +86,7 @@
 %package -n iodbc-admin
 License:BSD3c ; LGPLv2.1+
 Group:  Development/Libraries/C and C++
-Summary:The iODBC Driver Manager
+Summary:Administration tools for iODBC
 
 %description -n iodbc-admin
 The iODBC Driver Manager is a free implementation of the SAG CLI and
@@ -92,6 +94,8 @@
 compliant applications that can connect to various databases using
 appropriate backend drivers.
 
+This package provides tools for configuring and administering iODBC 
+
 
 
 Authors:






Remember to have fun...

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



commit iodbc for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory
checked in at Wed Mar 9 17:35:29 CET 2011.




--- iodbc/iodbc.changes 2009-05-28 20:41:10.0 +0200
+++ /mounts/work_src_done/STABLE/iodbc/iodbc.changes2011-02-26 
20:21:26.0 +0100
@@ -1,0 +2,17 @@
+Sat Feb 26 14:21:15 UTC 2011 - toddrme2...@gmail.com
+
+ - Update to 3.52.7
+  * Added iODBC CFM Bridge
+  * Added resizable windows and dialogs for GTK+
+  * Added option in tracefile for sequence number ($S)
+  * Added additional translations between ANSI and Unicode
+  * Fixed if tracefile gets too big, continue in new tracefile
+  * Fixed unload bug due to wrong pointer deref
+  * Fixed Connection Pooling UI
+  * Fixed checking odbc_ver on connect handle
+  * Fixed packaging of runtime only libraries
+  * Fixed porting issues
+  * Fixed documentation
+
+
+---

calling whatdependson for head-i586


Old:

  libiodbc-3.52.6.tar.bz2

New:

  libiodbc-3.52.7.tar.bz2



Other differences:
--
++ iodbc.spec ++
--- /var/tmp/diff_new_pack.ZXhEEi/_old  2011-03-09 17:34:41.0 +0100
+++ /var/tmp/diff_new_pack.ZXhEEi/_new  2011-03-09 17:34:41.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package iodbc (Version 3.52.6)
+# spec file for package iodbc
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 
 Name:   iodbc
 Url:http://www.iodbc.org/
-License:BSD3c ; LGPLv2.1+
+License:LGPLv2.1+
 Group:  Development/Libraries/C and C++
 Summary:The iODBC Driver Manager
 BuildRequires:  gtk2-devel
-Version:3.52.6
-Release:4
+Version:3.52.7
+Release:1
 Source: libiodbc-%{version}.tar.bz2
 Patch1: fix-nonvoid-return.diff
 Patch2: config-h.diff

++ libiodbc-3.52.6.tar.bz2 -> libiodbc-3.52.7.tar.bz2 ++
 134691 lines of diff (skipped)






Remember to have fun...

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



commit iodbc for openSUSE:Factory

2013-06-28 Thread h_root
Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory checked 
in at 2013-06-28 12:05:31

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  2012-11-21 
17:01:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.iodbc.new/iodbc.changes 2013-06-28 
12:05:33.0 +0200
@@ -1,0 +2,5 @@
+Sat Jun 22 05:28:45 UTC 2013 - jeng...@inai.de
+
+- Set proper extension for tar archive
+
+---

Old:

  libiodbc-3.52.8.tar.bz2

New:

  libiodbc-3.52.8.tar.gz



Other differences:
--
++ iodbc.spec ++
--- /var/tmp/diff_new_pack.Ja04Ko/_old  2013-06-28 12:05:34.0 +0200
+++ /var/tmp/diff_new_pack.Ja04Ko/_new  2013-06-28 12:05:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iodbc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:LGPL-2.0 or BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:http://www.iodbc.org/
-Source: libiodbc-%{version}.tar.bz2
+Source: libiodbc-%{version}.tar.gz
 Patch1: fix-nonvoid-return.diff
 Patch2: config-h.diff
 %if 0%{?suse_version} > 1110

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



commit iodbc for openSUSE:Factory

2012-08-09 Thread h_root
Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory checked 
in at 2012-08-09 16:49:23

Comparing /work/SRC/openSUSE:Factory/iodbc (Old)
 and  /work/SRC/openSUSE:Factory/.iodbc.new (New)


Package is "iodbc", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/iodbc/iodbc.changes  2011-10-13 
00:13:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.iodbc.new/iodbc.changes 2012-08-09 
16:49:24.0 +0200
@@ -1,0 +2,10 @@
+Tue Jun 26 20:28:11 UTC 2012 - sco...@free.fr
+
+- fix requirement of the devel package for SLE 11 
+
+---
+Mon Jun 25 21:15:03 UTC 2012 - sco...@free.fr
+
+- fix build on SLE 11 
+
+---



Other differences:
--
++ iodbc.spec ++
--- /var/tmp/diff_new_pack.wPi3iA/_old  2012-08-09 16:49:25.0 +0200
+++ /var/tmp/diff_new_pack.wPi3iA/_new  2012-08-09 16:49:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iodbc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   iodbc
 Version:3.52.7
-Release:2
-License:LGPL-2.1+
+Release:0
 Summary:ODBC compliant driver manager
-Url:http://www.iodbc.org/
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
+Url:http://www.iodbc.org/
 Source: libiodbc-%{version}.tar.bz2
 Patch1: fix-nonvoid-return.diff
 Patch2: config-h.diff
+%if 0%{?suse_version} > 1110
 BuildRequires:  pkgconfig(gtk+-2.0)
+%else
+BuildRequires:  gtk2-devel
+%endif
 Requires:   libiodbc3 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -37,17 +42,22 @@
 
 %package -n libiodbc-devel
 Summary:Include Files and Libraries mandatory for Development
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
+%if 0%{?suse_version} > 1110
 Requires:   pkgconfig(gtk+-2.0)
+%else
+Requires:   gtk2-devel
+%endif
 
 %description -n libiodbc-devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
 %package -n libiodbc3
-License:BSD-3-Clause ; LGPL-2.1+
 Summary:Libraries needed to run iODBC
+License:BSD-3-Clause ; LGPL-2.1+
 Group:  Development/Libraries/C and C++
 
 %description -n libiodbc3
@@ -59,8 +69,8 @@
 This package provides the shared libraries needed by iODBC
 
 %package admin
-License:BSD-3-Clause ; LGPL-2.1+
 Summary:Administration tools for iODBC
+License:BSD-3-Clause ; LGPL-2.1+
 Group:  Development/Libraries/C and C++
 
 %description admin
@@ -84,7 +94,7 @@
   make
 
 %install
-  %make_install
+  %makeinstall
 
 %post   -n libiodbc3 -p /sbin/ldconfig
 %postun -n libiodbc3 -p /sbin/ldconfig

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



commit iodbc for openSUSE:Factory

2012-09-05 Thread h_root
Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory checked 
in at 2012-09-06 08:47:56

Comparing /work/SRC/openSUSE:Factory/iodbc (Old)
 and  /work/SRC/openSUSE:Factory/.iodbc.new (New)


Package is "iodbc", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/iodbc/iodbc.changes  2012-08-09 
16:49:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.iodbc.new/iodbc.changes 2012-09-06 
08:47:58.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 14:47:10 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.0 or BSD-3-Clause
+  See COPYING file. Note that the only valid version of the LGPL for iodbc
+  is the original ^library gpl^ - not version 2.1
+
+---



Other differences:
--
++ iodbc.spec ++
--- /var/tmp/diff_new_pack.MFdOg9/_old  2012-09-06 08:47:59.0 +0200
+++ /var/tmp/diff_new_pack.MFdOg9/_new  2012-09-06 08:47:59.0 +0200
@@ -20,7 +20,7 @@
 Version:3.52.7
 Release:0
 Summary:ODBC compliant driver manager
-License:LGPL-2.1+
+License:LGPL-2.0 or BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:http://www.iodbc.org/
 Source: libiodbc-%{version}.tar.bz2
@@ -42,7 +42,7 @@
 
 %package -n libiodbc-devel
 Summary:Include Files and Libraries mandatory for Development
-License:LGPL-2.1+
+License:LGPL-2.0 or BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 %if 0%{?suse_version} > 1110
@@ -57,7 +57,7 @@
 
 %package -n libiodbc3
 Summary:Libraries needed to run iODBC
-License:BSD-3-Clause ; LGPL-2.1+
+License:LGPL-2.0 or BSD-3-Clause
 Group:  Development/Libraries/C and C++
 
 %description -n libiodbc3
@@ -70,7 +70,7 @@
 
 %package admin
 Summary:Administration tools for iODBC
-License:BSD-3-Clause ; LGPL-2.1+
+License:LGPL-2.0 or BSD-3-Clause
 Group:  Development/Libraries/C and C++
 
 %description admin

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



commit iodbc for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory checked 
in at 2012-11-21 17:01:40

Comparing /work/SRC/openSUSE:Factory/iodbc (Old)
 and  /work/SRC/openSUSE:Factory/.iodbc.new (New)


Package is "iodbc", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/iodbc/iodbc.changes  2012-09-06 
08:47:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.iodbc.new/iodbc.changes 2012-11-21 
17:01:42.0 +0100
@@ -1,0 +2,13 @@
+Tue Nov 20 22:06:43 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 3.52.8
+* Fixed issue with using buffer after free
+* Fixed use ssize_t where appropriate
+* Fixed issue with strlen if param can be NULL
+* Fixed use ssize_t for length of string
+* Fixed tracing SQLGetData using multiple chunks
+* Fixed problem tracing on big-endian machines
+* Fixed wrong type label
+* Fixed compiler warnings
+
+---

Old:

  libiodbc-3.52.7.tar.bz2

New:

  libiodbc-3.52.8.tar.bz2



Other differences:
--
++ iodbc.spec ++
--- /var/tmp/diff_new_pack.V1s3IB/_old  2012-11-21 17:01:44.0 +0100
+++ /var/tmp/diff_new_pack.V1s3IB/_new  2012-11-21 17:01:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   iodbc
-Version:3.52.7
+Version:3.52.8
 Release:0
 Summary:ODBC compliant driver manager
 License:LGPL-2.0 or BSD-3-Clause
@@ -42,7 +42,6 @@
 
 %package -n libiodbc-devel
 Summary:Include Files and Libraries mandatory for Development
-License:LGPL-2.0 or BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 %if 0%{?suse_version} > 1110
@@ -57,7 +56,6 @@
 
 %package -n libiodbc3
 Summary:Libraries needed to run iODBC
-License:LGPL-2.0 or BSD-3-Clause
 Group:  Development/Libraries/C and C++
 
 %description -n libiodbc3
@@ -70,7 +68,6 @@
 
 %package admin
 Summary:Administration tools for iODBC
-License:LGPL-2.0 or BSD-3-Clause
 Group:  Development/Libraries/C and C++
 
 %description admin
@@ -83,7 +80,7 @@
 
 %prep
 %setup -q -n libiodbc-%{version}
-%patch1
+%patch1 -p1
 %patch2
 
 %build

++ fix-nonvoid-return.diff ++
--- /var/tmp/diff_new_pack.V1s3IB/_old  2012-11-21 17:01:44.0 +0100
+++ /var/tmp/diff_new_pack.V1s3IB/_new  2012-11-21 17:01:44.0 +0100
@@ -1,6 +1,8 @@
 iodbcadm/gtk/confirm.c.sav 2007-02-02 12:58:14.0 +0100
-+++ iodbcadm/gtk/confirm.c 2009-05-07 12:02:03.0 +0200
-@@ -269,4 +269,5 @@ create_confirmw (HWND hwnd, LPCWSTR dsn,
+diff --git a/iodbcadm/gtk/confirm.c b/iodbcadm/gtk/confirm.c
+index 35b4394..5f26b8f 100644
+--- a/iodbcadm/gtk/confirm.c
 b/iodbcadm/gtk/confirm.c
+@@ -266,4 +266,5 @@ create_confirmw (HWND hwnd, LPCWSTR dsn, LPCWSTR text)
  free(_dsn);
if (_text)
  free(_text);

++ libiodbc-3.52.7.tar.bz2 -> libiodbc-3.52.8.tar.bz2 ++
 180904 lines of diff (skipped)

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



commit iodbc for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory checked 
in at 2011-12-06 18:19:32

Comparing /work/SRC/openSUSE:Factory/iodbc (Old)
 and  /work/SRC/openSUSE:Factory/.iodbc.new (New)


Package is "iodbc", Maintainer is "kde-maintain...@suse.de"

Changes:




Other differences:
--
++ iodbc.spec ++
--- /var/tmp/diff_new_pack.Ma5QHu/_old  2011-12-06 18:34:00.0 +0100
+++ /var/tmp/diff_new_pack.Ma5QHu/_new  2011-12-06 18:34:00.0 +0100
@@ -18,7 +18,7 @@
 Name:   iodbc
 Version:3.52.7
 Release:2
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:ODBC compliant driver manager
 Url:http://www.iodbc.org/
 Group:  Development/Libraries/C and C++
@@ -46,7 +46,7 @@
 to develop applications that require these.
 
 %package -n libiodbc3
-License:BSD3c ; LGPLv2.1+
+License:BSD-3-Clause ; LGPL-2.1+
 Summary:Libraries needed to run iODBC
 Group:  Development/Libraries/C and C++
 
@@ -59,7 +59,7 @@
 This package provides the shared libraries needed by iODBC
 
 %package admin
-License:BSD3c ; LGPLv2.1+
+License:BSD-3-Clause ; LGPL-2.1+
 Summary:Administration tools for iODBC
 Group:  Development/Libraries/C and C++
 

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



commit iodbc for openSUSE:Factory

2015-01-23 Thread h_root
Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory checked 
in at 2015-01-23 15:47:50

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  2013-06-28 
12:05:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.iodbc.new/iodbc.changes 2015-01-23 
15:48:19.0 +0100
@@ -1,0 +2,14 @@
+Wed Jan 21 23:43:48 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.52.9
+  * Added support for building on recent versions of Mac OS X
+  * Fixed warnings from autoconf/automake
+  * Fixed infinite loop in connection pool
+  * Fixed compiler warnings
+  * Fixed build dependency for make -jX
+  * Fixed check for Unicode driver
+  * Fixed issue calling SQLCancel from other thread
+  * Fixed SQLInstallDriverEx when driver is readonly
+- Use download Url as source
+
+---

Old:

  libiodbc-3.52.8.tar.gz

New:

  libiodbc-3.52.9.tar.gz



Other differences:
--
++ iodbc.spec ++
--- /var/tmp/diff_new_pack.oaXzQi/_old  2015-01-23 15:48:19.0 +0100
+++ /var/tmp/diff_new_pack.oaXzQi/_new  2015-01-23 15:48:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iodbc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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,13 +17,13 @@
 
 
 Name:   iodbc
-Version:3.52.8
+Version:3.52.9
 Release:0
 Summary:ODBC compliant driver manager
 License:LGPL-2.0 or BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:http://www.iodbc.org/
-Source: libiodbc-%{version}.tar.gz
+Source: 
http://sourceforge.net/projects/iodbc/files/iodbc/%{version}/libiodbc-%{version}.tar.gz
 Patch1: fix-nonvoid-return.diff
 Patch2: config-h.diff
 %if 0%{?suse_version} > 1110

++ libiodbc-3.52.8.tar.gz -> libiodbc-3.52.9.tar.gz ++
 34492 lines of diff (skipped)

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



commit iodbc for openSUSE:Factory

2015-03-18 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.iodbc.new/iodbc.changes 2015-03-18 
13:04:10.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.nN43Rf/_new  2015-03-18 13:04:11.0 +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



commit iodbc for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package iodbc for openSUSE:Factory checked 
in at 2017-01-29 10:38:34

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-03-18 
13:04:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.iodbc.new/iodbc.changes 2017-02-03 
17:42:47.853419954 +0100
@@ -1,0 +2,25 @@
+Thu Jan 26 11:05:59 UTC 2017 - adam.ma...@suse.de
+
+- Update to version 0.52.12:
+  * Added 64bit version of the iODBC Administrator to configure
+and test DSNs on drivers that are only available in 64bit
+format
+  * Documentation fixes
+
+- Changes in version 0.52.11:
+  * Added support for x86_64 to iODBC Demo
+  * Fix crash ODBCdemo - error message overwrite stack data
+  * Fix iODBCdemo issue with UID/PWD values
+  * Fixed crash in iODBC DM on push of "Test" button when 64bit
+ODBC driver is used.
+  * Fixed crash when create_dsnsetup fails to load the window.
+  * Fixed crash when passing an empty connect string with no
+window handle
+  * Fixed crash when passing an empty connect string with no
+window handle.
+  * Fixed issue in SQLGetInfo
+  * Fixed crash when create_dsnsetup fails to load the window
+
+- fix-nonvoid-return.diff: submitted upstream
+
+---

Old:

  libiodbc-3.52.10.tar.gz

New:

  libiodbc-3.52.12.tar.gz



Other differences:
--
++ iodbc.spec ++
--- /var/tmp/diff_new_pack.2ta4BY/_old  2017-02-03 17:42:48.365347494 +0100
+++ /var/tmp/diff_new_pack.2ta4BY/_new  2017-02-03 17:42:48.369346928 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iodbc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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.10
+Version:3.52.12
 Release:0
 Summary:ODBC compliant driver manager
 License:LGPL-2.0 or BSD-3-Clause
@@ -85,7 +85,11 @@
 %patch2
 
 %build
-%configure --disable-static --disable-libodbc
+%configure \
+--disable-static \
+--disable-libodbc \
+--disable-dependency-tracking
+
 # 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
@@ -112,7 +116,7 @@
 
 %files -n libiodbc3
 %defattr(-,root,root)
-%doc AUTHORS LICENSE LICENSE.LGPL LICENSE.BSD ChangeLog NEWS README README.CVS
+%doc AUTHORS LICENSE LICENSE.LGPL LICENSE.BSD ChangeLog NEWS README
 %{_libdir}/libiodbc.so.*
 %{_libdir}/libiodbcinst.so.*
 

++ fix-nonvoid-return.diff ++
--- /var/tmp/diff_new_pack.2ta4BY/_old  2017-02-03 17:42:48.397342965 +0100
+++ /var/tmp/diff_new_pack.2ta4BY/_new  2017-02-03 17:42:48.397342965 +0100
@@ -1,3 +1,5 @@
+PR: https://github.com/openlink/iODBC/pull/19
+
 diff --git a/iodbcadm/gtk/confirm.c b/iodbcadm/gtk/confirm.c
 index 35b4394..5f26b8f 100644
 --- a/iodbcadm/gtk/confirm.c

++ libiodbc-3.52.10.tar.gz -> libiodbc-3.52.12.tar.gz ++
 151159 lines of diff (skipped)