forked from pool/perl-DBD-SQLite
Accepting request 582476 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/582476 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=39
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3929a6dbd8d71630f0cb57f85dcef9588cd7ac4c9fa12db79df77b9d3a4d7269
|
|
||||||
size 2136219
|
|
||||||
3
DBD-SQLite-1.56.tar.gz
Normal file
3
DBD-SQLite-1.56.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5f831a67a94f9bb2fb3c44051f309fc7994b2725d1896c018ad5d4cd865e991
|
||||||
|
size 2248699
|
||||||
@@ -1,3 +1,54 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 1 06:11:43 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.56
|
||||||
|
see /usr/share/doc/packages/perl-DBD-SQLite/Changes
|
||||||
|
|
||||||
|
1.56 2018-02-28
|
||||||
|
- Switched to a production version.
|
||||||
|
|
||||||
|
1.55_07 2018-01-27
|
||||||
|
- This is a developer release to help testing DBIx::Class
|
||||||
|
- Upgraded SQLite to 3.22.0
|
||||||
|
- Disabled two STAT compile time options (tentatively),
|
||||||
|
which fixes RT-124227 anyway
|
||||||
|
|
||||||
|
1.55_06 2018-01-27
|
||||||
|
- This is a developer release to help testing DBIx::Class
|
||||||
|
- Downgraded SQLite to 3.19.3 because of a SQLite regression
|
||||||
|
(RT-124227, ribasushi++)
|
||||||
|
- Fixed some tests to adapt to a change in error format
|
||||||
|
introduced by the latest DBI
|
||||||
|
- Remove no warnings test from t/43_fts.t which failed under
|
||||||
|
some environments
|
||||||
|
|
||||||
|
1.55_05 2017-12-16
|
||||||
|
- Implemented ParamValues statement handle attribute (RT-123886)
|
||||||
|
|
||||||
|
1.55_04 2017-11-22
|
||||||
|
- Updated SQLite to 3.21.0
|
||||||
|
- Resolved #122581: statistics_info() doesn't work correctly
|
||||||
|
(John Deighan)
|
||||||
|
- Fixed typo (GH#26, ReneNyffenegger)
|
||||||
|
- Silenced some warnings (GH#25, Jacques Germishuys)
|
||||||
|
- Fixed no dot in @INC issue (GH#24, ribasushi)
|
||||||
|
- Fixed zero-length BLOB value is retrieved as undef
|
||||||
|
(GH#23, SATO Kentaro)
|
||||||
|
- Fixed VirtualTable::PerlData to use new ops added in SQLite 3.21.0
|
||||||
|
(GH#28, fschlich)
|
||||||
|
- noted on sqlite_extended_result_codes handle attribute
|
||||||
|
|
||||||
|
1.55_03 2017-02-14
|
||||||
|
- Updated SQLite to 3.17.0
|
||||||
|
|
||||||
|
1.55_02 2017-01-08
|
||||||
|
- Updated SQLite to 3.16.2
|
||||||
|
- Fixed statistics_info when only unique indexes were requested (Dave
|
||||||
|
Rolsky++). GitHub #21
|
||||||
|
|
||||||
|
1.55_01 2017-01-04
|
||||||
|
- Updated SQLite to 3.16.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 25 06:15:11 UTC 2016 - coolo@suse.com
|
Sun Dec 25 06:15:11 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DBD-SQLite
|
# spec file for package perl-DBD-SQLite
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-DBD-SQLite
|
Name: perl-DBD-SQLite
|
||||||
Version: 1.54
|
Version: 1.56
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name DBD-SQLite
|
%define cpan_name DBD-SQLite
|
||||||
Summary: Self-contained RDBMS in a DBI Driver
|
Summary: Self-contained RDBMS in a DBI Driver
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/DBD-SQLite/
|
Url: http://search.cpan.org/dist/DBD-SQLite/
|
||||||
Source0: http://www.cpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -88,6 +88,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes constants.inc dbdimp_tokenizer.inc dbdimp_virtual_table.inc LICENSE README
|
%doc Changes constants.inc dbdimp_tokenizer.inc dbdimp_virtual_table.inc README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user