forked from pool/perl-DBD-SQLite
Accepting request 1231735 from devel:languages:perl:autoupdate
- updated to 1.760.0 (1.76)
see /usr/share/doc/packages/perl-DBD-SQLite/Changes
1.76 2024-10-19
- Switched to a production version
1.75_01 2024-09-17
- Upgraded SQLite to 3.46.1
- Fix for Windows quadmath builds (GH#115, sisyphus++)
- Omit load_extension if static build
OBS-URL: https://build.opensuse.org/request/show/1231735
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=85
This commit is contained in:
@@ -18,9 +18,10 @@
|
||||
|
||||
%define cpan_name DBD-SQLite
|
||||
Name: perl-DBD-SQLite
|
||||
Version: 1.740.0
|
||||
Version: 1.760.0
|
||||
Release: 0
|
||||
%define cpan_version 1.74
|
||||
# 1.76 -> normalize -> 1.760.0
|
||||
%define cpan_version 1.76
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Self Contained SQLite RDBMS in a DBI Driver
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -34,10 +35,10 @@ BuildRequires: perl(DBI) >= 1.57
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.48
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(DBI) >= 1.57
|
||||
Provides: perl(DBD::SQLite) = 1.740.0
|
||||
Provides: perl(DBD::SQLite) = %{version}
|
||||
Provides: perl(DBD::SQLite::Constants)
|
||||
Provides: perl(DBD::SQLite::GetInfo)
|
||||
Provides: perl(DBD::SQLite::VirtualTable) = 1.740.0
|
||||
Provides: perl(DBD::SQLite::VirtualTable) = %{version}
|
||||
Provides: perl(DBD::SQLite::VirtualTable::Cursor)
|
||||
Provides: perl(DBD::SQLite::VirtualTable::FileContent)
|
||||
Provides: perl(DBD::SQLite::VirtualTable::FileContent::Cursor)
|
||||
|
||||
Reference in New Issue
Block a user