Hello community,

here is the log from the commit of package perl-DBD-ODBC for openSUSE:Factory
checked in at Thu Mar 10 12:31:03 CET 2011.



--------
--- perl-DBD-ODBC/perl-DBD-ODBC.changes 2011-01-11 10:30:37.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-DBD-ODBC/perl-DBD-ODBC.changes    
2011-03-09 13:14:54.000000000 +0100
@@ -1,0 +2,13 @@
+Wed Mar  9 12:08:29 UTC 2011 - vci...@novell.com
+
+- update to 1.29
+  * Fixed missing SQL_MAX_TABLE_NAME_LEN definition from test.
+  * Fixed problem with some drivers which batch "insert;select" where
+    SQLMoreResults is not required and an extra describe is done.
+  * Fixed "select 1" in 02simple.t for Firebird ODBC Driver.
+  * disconnect call added to 70execute_array.t was in the wrong place.
+  * Added support for DBI's new trace flags ENC, CON, TXN and
+    DBD.
+  * And many other fixes and enhancements
+
+-------------------------------------------------------------------
@@ -9 +21,0 @@
-

calling whatdependson for head-i586


Old:
----
  DBD-ODBC-1.27.tar.bz2
  perl-DBD-ODBC-1.27-Makefile.diff

New:
----
  DBD-ODBC-1.29.tar.bz2
  perl-DBD-ODBC-1.29-Makefile.diff

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

Other differences:
------------------
++++++ perl-DBD-ODBC.spec ++++++
--- /var/tmp/diff_new_pack.XVlzcF/_old  2011-03-10 12:30:38.000000000 +0100
+++ /var/tmp/diff_new_pack.XVlzcF/_new  2011-03-10 12:30:38.000000000 +0100
@@ -22,7 +22,7 @@
 Name:           perl-DBD-ODBC
 %define cpan_name DBD-ODBC
 Summary:        ODBC Driver for DBI
-Version:        1.27
+Version:        1.29
 Release:        1
 License:        GPL+ or Artistic
 Group:          Development/Libraries/Perl

++++++ DBD-ODBC-1.27.tar.bz2 -> DBD-ODBC-1.29.tar.bz2 ++++++
++++ 5819 lines of diff (skipped)

++++++ perl-DBD-ODBC-1.27-Makefile.diff -> perl-DBD-ODBC-1.29-Makefile.diff 
++++++
--- perl-DBD-ODBC/perl-DBD-ODBC-1.27-Makefile.diff      2011-01-07 
16:17:03.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-DBD-ODBC/perl-DBD-ODBC-1.29-Makefile.diff 
2011-03-09 13:14:53.000000000 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- Makefile.PL.orig
 +++ Makefile.PL
-@@ -97,6 +97,7 @@ my %opts =
+@@ -116,6 +116,7 @@ my %opts =
        COMPRESS     => 'gzip -v9', SUFFIX => 'gz'
      },
      OBJECT       => '$(O_FILES)',
@@ -10,7 +10,7 @@
      DEFINE => q{},
   );
  my $eumm = $ExtUtils::MakeMaker::VERSION;
-@@ -172,6 +173,7 @@ EOT
+@@ -205,6 +206,7 @@ EOT
  }
  print "Overriding ODBC Directory with command line option: $opt_o\n"
      if $opt_o ;
@@ -18,16 +18,16 @@
  if ($opt_g) {
     print "Setting debug options!\n";
     if ($OSNAME eq 'MSWin32') {
-@@ -297,7 +299,7 @@ if ($OSNAME eq 'MSWin32') {
-             $tmp_odbchome =~ s/^([A-Za-z]):*$/\/\/$1/;
-             $tmp_odbchome =~ s/\\/\//g;
-             $odbchome = $tmp_odbchome if (-e "$tmp_odbchome/odbc.ini")
+@@ -339,7 +341,7 @@ EOT
+             #$tmp_odbchome =~ s/\\/\//g;
+             #$odbchome = $tmp_odbchome if (-e "$tmp_odbchome/odbc.ini")
+             chomp($odbchome = `cygpath \$WINDIR`);
 -        } elsif (-f '/opt/sapdb/interfaces/odbc/lib/libsqlod.a') {
 +        } elsif (-f '/opt/sapdb/interfaces/odbc/lib/libsqlod.a' || -f 
'/opt/sapdb/interfaces/odbc/lib/lib64/libsqlod.a') {
              $odbchome = '/opt/sapdb/interfaces/odbc/';
          }
      }
-@@ -382,7 +384,7 @@ EOT
+@@ -438,7 +440,7 @@ EOT
      $opts{INC}  .= " -I/usr/include/w32api" if $OSNAME eq 'cygwin';
  
      # TO_DO all this needs to move until later
@@ -36,7 +36,7 @@
      my $lib_d2 = "$odbchome/dlls";
      my $libs   = "odbc";
      $opts{LIBS} = " -L$lib_d1 -R$lib_d1 -L$lib_d2 -R$lib_d2 -l$libs";
-@@ -415,32 +417,32 @@ EOT
+@@ -478,32 +480,32 @@ EOT
                           -e "$odbchome/odbc32.dll"));
  
      $myodbc = 'empress'
@@ -75,7 +75,7 @@
  
      if (!$myodbc) {
        local($LIST_SEPARATOR) = ", ";
-@@ -468,7 +470,7 @@ EOT
+@@ -531,7 +533,7 @@ EOT
  
      if ($myodbc eq 'Microsoft ODBC') {
        print "\nBuilding for Microsoft under Cygwin\n";
@@ -84,7 +84,7 @@
          print {$sqlhfh} "#include <windows.h>\n";
          print {$sqlhfh} "#include <sql.h>\n";
          print {$sqlhfh} "#include <sqltypes.h>\n";
-@@ -501,7 +503,7 @@ EOT
+@@ -564,7 +566,7 @@ EOT
            # remove lib prefix and .so suffix so "-l" style link can be used
            $ilibname =~ s/^lib(iodbc.*?)\.\w+$/$1/;
            $opts{LIBS} = "-L$odbclibdir -l$ilibname";
@@ -93,7 +93,7 @@
                if (!defined($ENV{LD_LIBRARY_PATH})) ||
                          ($ENV{LD_LIBRARY_PATH} =~ /\Q$odbclibdir/);
        }
-@@ -614,7 +616,11 @@ EOT
+@@ -677,7 +679,11 @@ EOT
        print {$sqlhfh} qq{#define DBD_ODBC_NO_DATASOURCES\n};
  
        $opts{INC} .= " -I$odbchome/incl";
@@ -106,7 +106,7 @@
      }
      elsif ($myodbc eq 'adabas') {
        print {$sqlhfh} "#define FAR \n#define EXPORT \n#define CALLBACK \n";
-@@ -673,7 +679,7 @@ if ($OSNAME eq 'darwin') {
+@@ -736,7 +742,7 @@ if ($OSNAME eq 'darwin') {
      # SQLGetPrivateProfileString is in libiodbcinst.a
      my $osver = `uname -r`;
      if ($osver && ($osver =~ /^8/)) {


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



Remember to have fun...

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

Reply via email to