From 0e72701bd95abbf4eafce6ab010c0692b1d0e93cc6b0969eeb06a526c01b9705 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 24 Jul 2013 07:51:07 +0000 Subject: [PATCH] - updated to 1.39 1.39 Fri 31 May 2013 - Production release, no changes from 1.38_05 1.38_05 Fri 31 May 2013 - OpenBSD doesn't like the previous _XOPEN_SOURCE hack (ISHIGAKI) - Disabled a unicode-related test for older perls (ISHIGAKI) 1.38_04 Wed 29 May 2013 - Tentatively defined _XOPEN_SOURCE under *BSD systems to see if it solves a compilation issue for threaded perls (ISHIGAKI) 1.38_03 Mon 20 May 2013 *** NOTICE ON QUERY OPTIMIZER ENHANCEMENT *** - As of SQLite 3.7.15, SQLite's query optimizer was enhanced and the result order of a SELECT statement without an ORDER BY clause may be different from the one of the previous versions. If your applications or tests mistakenly depend on the arbitrary output order, they may be broken with this enhancement. - Updated to SQLite 3.7.17 (ISHIGAKI) - Fixed tests that mistakenly made invalid assumptions about the result order (ISHIGAKI) - Added a brief note on useful pragmata. (ISHIGAKI) - Resolved #85302: type fixes (ISHIGAKI) 1.38_02 Thu 4 Apr 2013 - Updated to SQLite 3.7.16.1 (ISHIGAKI) - Removed two obsolete pragma calls at login time (ISHIGAKI) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=36 --- DBD-SQLite-1.37.tar.gz | 3 -- DBD-SQLite-1.39.tar.gz | 3 ++ perl-DBD-SQLite.changes | 66 +++++++++++++++++++++++++++++++++++++++++ perl-DBD-SQLite.spec | 5 ++-- 4 files changed, 71 insertions(+), 6 deletions(-) delete mode 100644 DBD-SQLite-1.37.tar.gz create mode 100644 DBD-SQLite-1.39.tar.gz diff --git a/DBD-SQLite-1.37.tar.gz b/DBD-SQLite-1.37.tar.gz deleted file mode 100644 index f82337b..0000000 --- a/DBD-SQLite-1.37.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a131761c58e051be968ec21bef5d7549acfd2ba60dd2bf9ae342aaf8e99e2705 -size 1515353 diff --git a/DBD-SQLite-1.39.tar.gz b/DBD-SQLite-1.39.tar.gz new file mode 100644 index 0000000..8ea5f80 --- /dev/null +++ b/DBD-SQLite-1.39.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9361b5f01c720e33349dcf4dc531220c399fa9e9cdbec948aa8171860b9a9214 +size 1571169 diff --git a/perl-DBD-SQLite.changes b/perl-DBD-SQLite.changes index ac3e9f1..7edcfc0 100644 --- a/perl-DBD-SQLite.changes +++ b/perl-DBD-SQLite.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Jul 24 07:27:48 UTC 2013 - coolo@suse.com + +- updated to 1.39 + 1.39 Fri 31 May 2013 + - Production release, no changes from 1.38_05 + + 1.38_05 Fri 31 May 2013 + - OpenBSD doesn't like the previous _XOPEN_SOURCE hack (ISHIGAKI) + - Disabled a unicode-related test for older perls (ISHIGAKI) + + 1.38_04 Wed 29 May 2013 + - Tentatively defined _XOPEN_SOURCE under *BSD systems to see + if it solves a compilation issue for threaded perls (ISHIGAKI) + + 1.38_03 Mon 20 May 2013 + *** NOTICE ON QUERY OPTIMIZER ENHANCEMENT *** + - As of SQLite 3.7.15, SQLite's query optimizer was enhanced + and the result order of a SELECT statement without an ORDER + BY clause may be different from the one of the previous + versions. If your applications or tests mistakenly depend + on the arbitrary output order, they may be broken with this + enhancement. + + - Updated to SQLite 3.7.17 (ISHIGAKI) + - Fixed tests that mistakenly made invalid assumptions about + the result order (ISHIGAKI) + - Added a brief note on useful pragmata. (ISHIGAKI) + - Resolved #85302: type fixes (ISHIGAKI) + + 1.38_02 Thu 4 Apr 2013 + - Updated to SQLite 3.7.16.1 (ISHIGAKI) + - Removed two obsolete pragma calls at login time (ISHIGAKI) + - Resolved #80344: Set SQLITE_DISABLE_DIRSYNC on AIX (suggested + by Steve Barnsley) (ISHIGAKI) + - Resolved #81536: primary_key_info returns the wrong KEY_SEQ + (VLYON) + - Resolved #84027: Finalizer() not called in (D. Richard Hipp) + - Resolved #84372: -Wpointer-sign warnings with utf8_hop + (RURBAN) + - Resolved #84373: Add test for RT #26775 "name)" key with + DISTINCT (RURBAN/ISHIGAKI) + - Resolved #70815: DBD::SQLite 1.33 build is broken under + Solaris using Sun C (RURBAN) + - Resolved #84380: Fix WINLIKE for mingw/msys (RURBAN) + - Added a note on DBD::SQLite and File::Temp (suggested by + TOKUHIROM) (ISHIGAKI) + + 1.38_01 Mon 24 Sep 2012 + *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** + - Resolved #56444: immediate transaction should be on by + default, and the doc be updated. + If you really need the deferred transaction (which had long + been the default), set sqlite_use_immediate_transaction + to false explicitly. (ISHIGAKI) + + - Updated to SQLite 3.7.14 (ISHIGAKI) + - Added support for foreign_key_info (DAMI/ISHIGAKI) + - Added several methods to retrieve internal information such as + table_column_metadata/db_filename/*_status (ISHIGAKI/VOVKASM) + - Added sqlite_load_extension so that extensions can add + functions internally (ISHIGAKI) + - Resolved #77617: atoll () sometimes just is atol () (GAAS) + - Resolved #48084: improper "require utf8" in tests (ISHIGAKI) + - Resolved #77724: bug in primary_key_info with regard to column + ------------------------------------------------------------------- Thu Nov 15 09:59:00 UTC 2012 - vcizek@suse.com diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 50b8e9c..6cc403b 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DBD-SQLite # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -21,10 +21,9 @@ Name: perl-DBD-SQLite Summary: Self-contained RDBMS in a DBI Driver License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl -Version: 1.37 +Version: 1.39 Release: 0 Url: http://search.cpan.org/dist/DBD-SQLite/ -#Source: http://www.cpan.org/modules/by-module/DBD/DBD-SQLite-%{version}.tar.bz2 Source: http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires}