Hello community,

here is the log from the commit of package perl-DBD-ODBC for openSUSE:Factory 
checked in at 2018-11-12 09:40:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBD-ODBC (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DBD-ODBC.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DBD-ODBC"

Mon Nov 12 09:40:27 2018 rev:44 rq:647360 version:1.60

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBD-ODBC/perl-DBD-ODBC.changes      
2018-08-24 17:10:55.218557516 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-ODBC.new/perl-DBD-ODBC.changes 
2018-11-12 09:40:44.153248195 +0100
@@ -1,0 +2,17 @@
+Thu Nov  8 06:11:11 UTC 2018 - Stephan Kulow <[email protected]>
+
+- updated to 1.60
+   see /usr/share/doc/packages/perl-DBD-ODBC/Changes
+
+  1.60 2018-10-31
+  
+    [BUG FIXES]
+  
+    Merged pull request 11 from audun which fixes some issues with the 
AutoCommit flag
+    on commit and rollback.
+  
+    [MISCELLANEOUS]
+  
+    Merged pull request 10 from vadz which fixed typo (affecting license) in 
README.md.
+
+-------------------------------------------------------------------

Old:
----
  DBD-ODBC-1.59.tar.gz

New:
----
  DBD-ODBC-1.60.tar.gz

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

Other differences:
------------------
++++++ perl-DBD-ODBC.spec ++++++
--- /var/tmp/diff_new_pack.GbWJdX/_old  2018-11-12 09:40:50.669238864 +0100
+++ /var/tmp/diff_new_pack.GbWJdX/_new  2018-11-12 09:40:50.673238858 +0100
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-DBD-ODBC
-Version:        1.59
+Version:        1.60
 Release:        0
 %define cpan_name DBD-ODBC
 Summary:        ODBC Driver for DBI
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/DBD-ODBC/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/M/MJ/MJEVANS/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 Patch0:         perl-DBD-ODBC-1.29-Makefile.diff
@@ -63,7 +63,7 @@
 # MANUAL END
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
 %check

++++++ DBD-ODBC-1.59.tar.gz -> DBD-ODBC-1.60.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-ODBC-1.59/Changes new/DBD-ODBC-1.60/Changes
--- old/DBD-ODBC-1.59/Changes   2018-08-10 09:34:31.000000000 +0200
+++ new/DBD-ODBC-1.60/Changes   2018-10-31 17:00:57.000000000 +0100
@@ -5,6 +5,17 @@
 
 DBD::ODBC::Changes - Log of significant changes to the DBD::ODBC
 
+1.60 2018-10-31
+
+  [BUG FIXES]
+
+  Merged pull request 11 from audun which fixes some issues with the 
AutoCommit flag
+  on commit and rollback.
+
+  [MISCELLANEOUS]
+
+  Merged pull request 10 from vadz which fixed typo (affecting license) in 
README.md.
+
 1.59 2018-08-10
 
   [BUG FIXES]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-ODBC-1.59/META.yml new/DBD-ODBC-1.60/META.yml
--- old/DBD-ODBC-1.59/META.yml  2018-08-10 09:33:00.000000000 +0200
+++ new/DBD-ODBC-1.60/META.yml  2018-10-31 16:58:52.000000000 +0100
@@ -1,7 +1,7 @@
 #--- #YAML:1.0
 name: DBD-ODBC
 abstract: ODBC DBD for Perl DBI
-version: 1.59
+version: 1.60
 version_from: ODBC.pm
 author:
   - Martin J. Evans <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-ODBC-1.59/Makefile.PL 
new/DBD-ODBC-1.60/Makefile.PL
--- old/DBD-ODBC-1.59/Makefile.PL       2018-03-01 09:24:26.000000000 +0100
+++ new/DBD-ODBC-1.60/Makefile.PL       2018-10-31 15:54:52.000000000 +0100
@@ -104,9 +104,10 @@
     # See note below on CONFIGURE. This used to work when we could rely on
     # CONFIGURE being after PREREQ_PM but that is not the case now so the
     # line below does nothing since 6.33 of MakeMaker.
-    PREREQ_PM    => {
+    BUILD_REQUIRES => {
         "Test::Simple" => 0.90, # actually Test::More pkg in T::S dist,
-        "DBI"          => 1.609 },
+        "Test::Output" => 1.031 },
+    PREREQ_PM    => { "DBI" => 1.609 },
     clean        => { FILES => 'ODBC.xsi dbdodbc.h' },
     dist         => {
        DIST_DEFAULT => 'clean distcheck tardist',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-ODBC-1.59/ODBC.pm new/DBD-ODBC-1.60/ODBC.pm
--- old/DBD-ODBC-1.59/ODBC.pm   2018-08-10 09:32:54.000000000 +0200
+++ new/DBD-ODBC-1.60/ODBC.pm   2018-10-31 17:01:18.000000000 +0100
@@ -18,7 +18,7 @@
 # see discussion on dbi-users at
 # http://www.nntp.perl.org/group/perl.dbi.dev/2010/07/msg6096.html and
 # http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/
-$DBD::ODBC::VERSION = '1.59';
+$DBD::ODBC::VERSION = '1.60';
 
 {
     ## no critic (ProhibitMagicNumbers ProhibitExplicitISA)
@@ -671,7 +671,7 @@
 
 =head1 VERSION
 
-This documentation refers to DBD::ODBC version 1.58.
+This documentation refers to DBD::ODBC version 1.60.
 
 
 =head1 WARNING
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-ODBC-1.59/dbdimp.c new/DBD-ODBC-1.60/dbdimp.c
--- old/DBD-ODBC-1.59/dbdimp.c  2018-08-09 18:03:49.000000000 +0200
+++ new/DBD-ODBC-1.60/dbdimp.c  2018-10-31 15:54:52.000000000 +0100
@@ -1246,6 +1246,7 @@
       /* reset autocommit */
       rc = SQLSetConnectAttr(
           imp_dbh->hdbc, SQL_ATTR_AUTOCOMMIT, (SQLPOINTER)SQL_AUTOCOMMIT_ON, 
0);
+      DBIc_on(imp_dbh,DBIcf_AutoCommit);
       DBIc_off(imp_dbh,DBIcf_BegunWork);
    }
    return 1;
@@ -1267,6 +1268,7 @@
       /*  reset autocommit */
       rc = SQLSetConnectAttr(
           imp_dbh->hdbc, SQL_ATTR_AUTOCOMMIT, (SQLPOINTER)SQL_AUTOCOMMIT_ON, 
0);
+      DBIc_on(imp_dbh,DBIcf_AutoCommit);
       DBIc_off(imp_dbh,DBIcf_BegunWork);
    }
    return 1;


Reply via email to