forked from pool/perl-DBD-SQLite
Accepting request 831010 from devel:languages:perl:autoupdate
- updated to 1.66
see /usr/share/doc/packages/perl-DBD-SQLite/Changes
1.66 2020-08-30
- Switched to a production version
1.65_03 2020-07-27
- Upgraded SQLite to 3.32.3
1.65_02 2020-02-08
- Upgraded SQLite to 3.31.1
1.65_01 2020-01-18
- Upgraded SQLite to 3.30.1
- Added several SQL_ types as alias (pali++)
- Fixed two initialization issues (ppisar++)
- Allowed create_function to return an array reference
to specify the type of the value
OBS-URL: https://build.opensuse.org/request/show/831010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=63
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4ae8f7b50842305566aadd90f7bfd12a9e32b6c603a9b1c1529e73eb82aff01
|
||||
size 2416842
|
||||
3
DBD-SQLite-1.66.tar.gz
Normal file
3
DBD-SQLite-1.66.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89e75dff9f66c273e0e459d51f151f88960eb7d82e2821e6902f18688ba592fe
|
||||
size 2483436
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 03:07:40 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.66
|
||||
see /usr/share/doc/packages/perl-DBD-SQLite/Changes
|
||||
|
||||
1.66 2020-08-30
|
||||
- Switched to a production version
|
||||
1.65_03 2020-07-27
|
||||
- Upgraded SQLite to 3.32.3
|
||||
1.65_02 2020-02-08
|
||||
- Upgraded SQLite to 3.31.1
|
||||
1.65_01 2020-01-18
|
||||
- Upgraded SQLite to 3.30.1
|
||||
- Added several SQL_ types as alias (pali++)
|
||||
- Fixed two initialization issues (ppisar++)
|
||||
- Allowed create_function to return an array reference
|
||||
to specify the type of the value
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 05:04:41 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-DBD-SQLite
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: perl-DBD-SQLite
|
||||
Version: 1.64
|
||||
Version: 1.66
|
||||
Release: 0
|
||||
%define cpan_name DBD-SQLite
|
||||
Summary: Self-contained RDBMS in a DBI Driver
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
Reference in New Issue
Block a user