Hello community,

here is the log from the commit of package psqlODBC for openSUSE:Factory 
checked in at 2015-03-30 19:33:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/psqlODBC (Old)
 and      /work/SRC/openSUSE:Factory/.psqlODBC.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "psqlODBC"

Changes:
--------
--- /work/SRC/openSUSE:Factory/psqlODBC/psqlODBC.changes        2013-04-23 
17:29:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.psqlODBC.new/psqlODBC.changes   2015-03-30 
19:33:10.000000000 +0200
@@ -1,0 +2,13 @@
+Thu Mar 12 16:11:41 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 09.03.0400
+  * No short ChangeLog available; please read 
+    /usr/share/doc/packages/psqlODBC/release.html
+- Remove depreciated AUTHORS section
+- Remove psqlODBC-literal.patch; fixed on upstream release
+- Update psqlodbc-08.03.0200-build.patch > psqlodbc-build.patch
+- Update project Url
+- Use download Url as source
+- Remove redundant %clean section
+
+-------------------------------------------------------------------

Old:
----
  psqlODBC-literal.patch
  psqlodbc-08.03.0200-build.patch
  psqlodbc-08.03.0200.tar.bz2

New:
----
  psqlodbc-09.03.0400.tar.gz
  psqlodbc-build.patch

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

Other differences:
------------------
++++++ psqlODBC.spec ++++++
--- /var/tmp/diff_new_pack.QTXq17/_old  2015-03-30 19:33:11.000000000 +0200
+++ /var/tmp/diff_new_pack.QTXq17/_new  2015-03-30 19:33:11.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package psqlODBC
 #
-# 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
@@ -23,16 +23,15 @@
 BuildRequires:  openssl-devel
 BuildRequires:  postgresql-devel
 BuildRequires:  unixODBC-devel
-Url:            http://pgfoundry.org/projects/psqlodbc
+Url:            https://odbc.postgresql.org/
 %define       tarname psqlodbc
 Summary:        ODBC Driver for PostgreSQL
 License:        LGPL-2.1+
 Group:          Productivity/Databases/Clients
-Version:        08.03.0200
+Version:        09.03.0400
 Release:        0
-Source0:        %tarname-%{version}.tar.bz2
-Patch1:         psqlODBC-literal.patch
-Patch2:         psqlodbc-08.03.0200-build.patch
+Source0:        
https://ftp.postgresql.org/pub/odbc/versions/src/%tarname-%{version}.tar.gz
+Patch2:         psqlodbc-build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         /usr/bin/odbcinst
 Obsoletes:      pg_odbc
@@ -46,20 +45,8 @@
 sample configuration files needed for applications to access a
 PostgreSQL database using ODBC.
 
-
-
-Authors:
---------
-    Dave Page
-    Peter Eisentraut
-    Ludek Finstrle
-    Bruce Momjian
-    Anoop Kumar
-    Hiroshi Saito
-
 %prep
 %setup -q -n %tarname-%version
-%patch1
 %if %?suse_version > 1230
 %patch2
 %endif
@@ -75,9 +62,6 @@
 make DESTDIR=%buildroot install
 rm -f %buildroot%_libdir/*.la
 
-%clean
-rm -rf %buildroot
-
 %post
 /sbin/ldconfig
 # odbcinst uses reference counting, so we don't

++++++ psqlodbc-build.patch ++++++
Index: odbcapi.c
===================================================================
--- odbcapi.c.orig
+++ odbcapi.c
@@ -1150,11 +1150,7 @@
 SQLExtendedFetch(HSTMT hstmt,
                                 SQLUSMALLINT fFetchType,
                                 SQLLEN irow,
-#if defined(WITH_UNIXODBC) && (SIZEOF_LONG != 8)
-                                SQLROWSETSIZE *pcrow,
-#else
-                                SQLULEN *pcrow,
-#endif /* WITH_UNIXODBC */
+                                SQLULEN *pcrow,
                                 SQLUSMALLINT *rgfRowStatus)
 {
        RETCODE ret;
Index: odbcapi30.c
===================================================================
--- odbcapi30.c.orig
+++ odbcapi30.c
@@ -121,11 +121,7 @@
                                SQLPOINTER CharacterAttribute,
                                SQLSMALLINT BufferLength,
                                SQLSMALLINT *StringLength,
-#if defined(_WIN64) || defined(SQLCOLATTRIBUTE_SQLLEN)
                                SQLLEN *NumericAttribute
-#else
-                               SQLPOINTER NumericAttribute
-#endif
                        )
 {
        CSTR    func = "SQLColAttribute";
Index: odbcapi30w.c
===================================================================
--- odbcapi30w.c.orig
+++ odbcapi30w.c
@@ -270,11 +270,7 @@
                                 SQLPOINTER     pCharAttr,
                                 SQLSMALLINT    cbCharAttrMax,
                                 SQLSMALLINT    *pcbCharAttr,
-#if defined(_WIN64) || defined(SQLCOLATTRIBUTE_SQLLEN)
                                 SQLLEN         *pNumAttr
-#else
-                                SQLPOINTER     pNumAttr
-#endif
        )
 {
        CSTR func = "SQLColAttributeW";

Reply via email to