From fdef0dd6bf0e963f2e1d6272d0f9b64e718b7ab62d609d435a8a05d06dc3f0d1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 16 Apr 2015 19:27:06 +0000 Subject: [PATCH] Accepting request 297293 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/297293 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=43 --- DBD-SQLite-1.42.tar.gz | 3 -- DBD-SQLite-1.46.tar.gz | 3 ++ cpanspec.yml | 20 +++++++++ perl-DBD-SQLite.changes | 90 +++++++++++++++++++++++++++++++++++++++++ perl-DBD-SQLite.spec | 7 ++-- 5 files changed, 117 insertions(+), 6 deletions(-) delete mode 100644 DBD-SQLite-1.42.tar.gz create mode 100644 DBD-SQLite-1.46.tar.gz create mode 100644 cpanspec.yml diff --git a/DBD-SQLite-1.42.tar.gz b/DBD-SQLite-1.42.tar.gz deleted file mode 100644 index 0b03726..0000000 --- a/DBD-SQLite-1.42.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab3b653c1ab4dd316f06be40b49ccc612e9670c40b34654353e837c4b464a993 -size 1629815 diff --git a/DBD-SQLite-1.46.tar.gz b/DBD-SQLite-1.46.tar.gz new file mode 100644 index 0000000..73d84d5 --- /dev/null +++ b/DBD-SQLite-1.46.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b179136cd7c0df7b0e4840ff3f46330f161e5fc646279748afa7a3144f7cc0 +size 1718862 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-DBD-SQLite.changes b/perl-DBD-SQLite.changes index 923ebc8..b7e79b7 100644 --- a/perl-DBD-SQLite.changes +++ b/perl-DBD-SQLite.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Thu Apr 16 19:16:08 UTC 2015 - coolo@suse.com + +- updated to 1.46 + see /usr/share/doc/packages/perl-DBD-SQLite/Changes + + 1.46 2014-12-10 + - Switched to a production version. (ISHIGAKI) + + 1.45_06 2014-11-26 + - Silenced a compile-time warning (Unescaped left brace + in regex is deprecated) in PerlData virtual table + under bleadperl + + 1.45_05 2014-11-25 + - Updated to SQLite 3.8.7.2 + - Restored regexp support in PerlData virtual table + by secure reimplementation using closure (DAMI++) + + 1.45_04 2014-10-28 + *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** + - Changed to apply quotemeta() to parameters while building + a query for a virtual table using PerlData for security. + (RIBASUSHI++ and MAUKE++) (DAMI, ISHIGAKI) + + 1.45_03 2014-10-25 + - Fixed regression of 0 as integer (ISHIGAKI) + + 1.45_02 2014-10-23 + - Improved int overflow handling under 32bit strawberry perl + (ISHIGAKI) + + 1.45_01 2014-10-22 + - Updated to SQLite 3.8.7 (ISHIGAKI) + - Resolved #76395 (hopefully): int values over 32 bit in length + produce an error "datatype mismatch" (ISHIGAKI) + + 1.44 2014-10-22 + - Switched to a production version. (ISHIGAKI) + + 1.43_09 2014-10-20 + - Resolved #99583: Legacy DOS 8.3 filename support incompatible + with SQLITE WAL journal mode (spotted by Pat Horton) (ISHIGAKI) + - 1.43_07/08 were not VC6 compatible (ISHIGAKI) + + 1.43_08 2014-08-21 + - Updated to SQLite 3.8.6, which should fix a unique index + issue: see http://www.sqlite.org/src/info/9a6daf340df99ba93c + for details (ISHIGAKI) + + 1.43_07 2014-07-30 + - Resolved #97598: Crash on disconnect with virtual tables (FTS4) + (patch and test code by Rob++) (ISHIGAKI) + + 1.43_06 2014-07-22 + - Fixed compile error/warning for older perls (reported by ribasushi) + (ISHIGAKI) + + 1.43_05 2014-07-21 + - No significant code changes; removed unnecessary dependencies. + + 1.43_04 2014-07-21 + *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** + - Resolved #96877: sql statements should be converted to utf8 (DAMI) + If you set sqlite_unicode to true, SQL statements will be upgraded + to avoid inconsistency between embedded params and bind params. + + - Resolved #96494: [PATCH] add SYSTEM TABLE to table_info() type + list (MJP) + - Supported virtual tables in Perl, and added two sample tables + (DAMI++) + + 1.43_03 2014-06-12 + - Updated to SQLite 3.8.5, which should fix query planner's + issues in SQLite (ISHIGAKI) + - Fixed busy_timeout to accept 0 to disable (reported by zdm) + (ISHIGAKI) + - Resolved #95511: primary_key_info fails to return names for + named primary keys (Kenneth Kroenlein) + - Resolved #96050: Segfault in disconnected sqlite_db_filename + (reported by Alex Vandiver) (ISHIGAKI) + + 1.43_02 2014-03-26 + - Limited -std=gnu99 to solaris gcc only, though it may be + harmless in many cases (mattp++) (ISHIGAKI) + + 1.43_01 2014-03-26 + - Added -std=gnu99 for solaris gcc users (reported by mattp++) + (ISHIGAKI) + ------------------------------------------------------------------- Fri Sep 19 12:15:51 UTC 2014 - coolo@suse.com diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index af84a3b..864d6c2 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DBD-SQLite # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,15 @@ Name: perl-DBD-SQLite -Version: 1.42 +Version: 1.46 Release: 0 %define cpan_name DBD-SQLite Summary: Self-contained RDBMS in a DBI Driver License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/DBD-SQLite/ -Source: http://www.cpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros