Hello community,

here is the log from the commit of package perl-DBD-SQLite for openSUSE:Factory 
checked in at 2011-12-02 13:21:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBD-SQLite (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DBD-SQLite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DBD-SQLite", Maintainer is "j...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBD-SQLite/perl-DBD-SQLite.changes  
2011-09-23 12:36:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-SQLite.new/perl-DBD-SQLite.changes     
2011-12-02 13:22:17.000000000 +0100
@@ -1,0 +2,27 @@
+Tue Nov 29 05:43:35 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.35:
+  * updated to SQLite 3.7.9
+  * one small potential break case if you are using FTS4 and ^
+
+- cumulated changes from 1.34*:
+  * adding an explicit dynamic_config => 1
+  * bind_param SQL_INTEGER error now actually dies with RaiseError
+  * CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS:
+    - resolved RT#67581: bind_param SQL_INTEGER numifies value;
+      now DBD::SQLite croaks if you explicitly specify datatype
+      (with bind_param) and datatype mismatch happens
+    - datatype set in the bind_param(_array) becomes sticky now
+      (as per DBI spec); this potentially affects code depending on
+      current undocumented and broken behavior
+  * resolved RT#71311: binding output columns as SQL_BLOB returns nothing
+  * fixed binding named parameters
+  * moved check for bind_ph/is_inout so it always error-out
+  * don't set imp_sth->stmt to NULL on error path
+  * explained an issue of rollback with unfinished statements
+  * made util/getsqlite.pl work properly for SQLite 3.7.5+
+  * Cookbook: don't use globals
+  * resolved RT#70135 and hopefully other mod_perl/CentOS issues like RT#63873
+    and RT#47983
+
+-------------------------------------------------------------------

Old:
----
  DBD-SQLite-1.33.tar.gz

New:
----
  DBD-SQLite-1.35.tar.gz

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

Other differences:
------------------
++++++ perl-DBD-SQLite.spec ++++++
--- /var/tmp/diff_new_pack.PQbYuo/_old  2011-12-02 13:22:19.000000000 +0100
+++ /var/tmp/diff_new_pack.PQbYuo/_new  2011-12-02 13:22:19.000000000 +0100
@@ -21,7 +21,7 @@
 Name:           perl-DBD-SQLite
 %define cpan_name DBD-SQLite
 Summary:        Self-contained RDBMS in a DBI Driver
-Version:        1.33
+Version:        1.35
 Release:        1
 License:        GPL+ or Artistic
 Group:          Development/Libraries/Perl
@@ -51,15 +51,6 @@
 commit and rollback), indexes, DBA-free operation, a large subset
 of SQL92 supported, and more.
 
-Authors:
---------
-    Matt Sergeant, m...@sergeant.org
-
-  Perl extension functions contributed by
-    Francis J. Lacoste <flaco...@logreport.org>
-    Wolfgang Sourdeau <wolfg...@logreport.org>
-
-
 %package devel
 License:        GPL/Artistic
 Summary:        Development files for %{name}
@@ -82,20 +73,26 @@
 %install
 %perl_make_install
 %perl_process_packlist
-%perl_gen_filelist
-
-mv %{name}.files %{name}.allfiles
-egrep    '(sqlite3.c|sqlite3.h)' %{name}.allfiles > %{name}-devel.files
-egrep -v '(sqlite3.c|sqlite3.h)' %{name}.allfiles > %{name}.files
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf "%{buildroot}"}
 
-%files -f %{name}.files
+%files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README
+%dir %{perl_vendorarch}/DBD
+%{perl_vendorarch}/DBD/SQLite.pm
+%dir %{perl_vendorarch}/DBD/SQLite
+%doc %{perl_vendorarch}/DBD/SQLite/Cookbook.pod
+%dir %{perl_vendorarch}/auto/DBD
+%{perl_vendorarch}/auto/DBD/SQLite
+%doc %{perl_man3dir}/DBD::SQLite.%{perl_man3ext}%{ext_man}
+%doc %{perl_man3dir}/DBD::SQLite::*.%{perl_man3ext}%{ext_man}
 
-%files devel -f %{name}-devel.files
+%files devel
 %defattr(-,root,root)
+%dir %{perl_vendorarch}/auto/share
+%dir %{perl_vendorarch}/auto/share/dist
+%{perl_vendorarch}/auto/share/dist/DBD-SQLite
 
 %changelog

++++++ DBD-SQLite-1.33.tar.gz -> DBD-SQLite-1.35.tar.gz ++++++
++++ 28874 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