Hello community,

here is the log from the commit of package perl-DBI for openSUSE:Factory 
checked in at 2012-02-14 13:08:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBI (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DBI.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DBI", Maintainer is "vci...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBI/perl-DBI.changes        2011-11-21 
12:39:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBI.new/perl-DBI.changes   2012-02-14 
13:08:42.000000000 +0100
@@ -1,0 +2,29 @@
+Tue Jan 31 09:49:34 UTC 2012 - vci...@suse.com
+
+- update to 1.617
+  * Fixed ParamTypes example in the pod (Martin J. Evans)
+  * Fixed the definition of ArrayTupleStatus and remove confusion over
+    rows affected in list context of execute_array (Martin J. Evans)
+  * Fixed sql_type_cast example and typo in errors (Martin J. Evans)
+  * Fixed Gofer error handling for keeperr methods like ping (Tim Bunce)
+  * Fixed $dbh->clone({}) RT73250 (Tim Bunce)
+  * Fixed is_nested_call logic error RT73118 (Reini Urban)
+  * Enhanced performance for threaded perls (Dave Mitchell, Tim Bunce)
+  * Enhanced and standardized driver trace level mechanism (Tim Bunce)
+  * Removed old code that was an inneffective attempt to detect
+    people doing DBI->{Attrib}.
+  * Clear ParamValues on bind_param param count error RT66127 (Tim Bunce)
+  * Changed DBI::ProxyServer to require DBI at compile-time RT62672 (Tim Bunce)
+  * Added pod for default_user to DBI::DBD (Martin J. Evans)
+  * Added CON, ENC and DBD trace flags and extended 09trace.t (Martin J. Evans)
+  * Added TXN trace flags and applied CON and TXN to relevant methods (Tim 
Bunce)
+  * Added some more fetchall_arrayref(..., $maxrows) tests (Tim Bunce)
+  * Clarified docs for fetchall_arrayref called on an inactive handle.
+  * Clarified docs for clone method (Tim Bunce)
+  * Added note to DBI::Profile about async queries (Marcel Grunauer).
+  * Reserved spatialite_ as a driver prefix for DBD::Spatialite
+  * Reserved mo_ as a driver prefix for DBD::MO
+  * Updated link to the SQL Reunion 95 docs, RT69577 (Ash Daminato)
+  * Changed links for DBI recipes. RT73286 (Martin J. Evans)
+
+-------------------------------------------------------------------

Old:
----
  DBI-1.616.tar.gz

New:
----
  DBI-1.617.tar.gz

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

Other differences:
------------------
++++++ perl-DBI.spec ++++++
--- /var/tmp/diff_new_pack.TboIGm/_old  2012-02-14 13:08:47.000000000 +0100
+++ /var/tmp/diff_new_pack.TboIGm/_new  2012-02-14 13:08:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBI
 #
-# 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,25 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with opt
 
 Name:           perl-DBI
+Version:        1.617
+Release:        0
 %define cpan_name DBI
 Summary:        Database independent interface for Perl
-Version:        1.616
-Release:        1
 License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/DBI/
 #Source:         
http://www.cpan.org/modules/by-module/DBI/DBI-%{version}.tar.gz
 Source:         %{cpan_name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Simple) >= 0.90
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 # 
 %if %{with opt}
 BuildRequires:  perl(Clone) >= 0.31
@@ -59,20 +58,15 @@
 consistent database interface, independent of the actual database
 being used.
 
-Authors:
---------
-  Tim Bunce <tim.bu...@pobox.com>
-            <dbi-us...@isc.org>
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -80,7 +74,7 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++++++ DBI-1.616.tar.gz -> DBI-1.617.tar.gz ++++++
++++ 1889 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