Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4a1b1546f0 | |||
| 024af4f472 | |||
| f1e0022299 | |||
| 4ab35dee7a |
BIN
DBD-SQLite-1.76.tar.gz
LFS
Normal file
BIN
DBD-SQLite-1.76.tar.gz
LFS
Normal file
Binary file not shown.
BIN
DBD-SQLite-1.78.tar.gz
LFS
BIN
DBD-SQLite-1.78.tar.gz
LFS
Binary file not shown.
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
|||||||
|
|
||||||
## Build Results
|
|
||||||
|
|
||||||
Current state of perl in openSUSE:Factory is
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
The current state of perl in the devel project build (devel:languages:perl)
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,21 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jan 2 15:27:50 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
|
||||||
|
|
||||||
- updated to 1.780.0 (1.78)
|
|
||||||
see /usr/share/doc/packages/perl-DBD-SQLite/Changes
|
|
||||||
|
|
||||||
1.78 2026-01-02
|
|
||||||
- Switched to a production version
|
|
||||||
1.77_03 2025-12-27
|
|
||||||
- Upgraded SQLite to 3.51.1
|
|
||||||
1.77_02 2025-11-24
|
|
||||||
- Omit constants for newly added C-array extension
|
|
||||||
- SQLite 3.51.0 has two extensions (C-array and percentile) amalgamated
|
|
||||||
but both are disabled by default.
|
|
||||||
1.77_01 2025-11-24
|
|
||||||
- Upgraded SQLite to 3.51.0
|
|
||||||
- Make ->column_info() also return generated columns (GH#119, Corion++)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 19 05:31:06 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
Sat Oct 19 05:31:06 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DBD-SQLite
|
# spec file for package perl-DBD-SQLite
|
||||||
#
|
#
|
||||||
# Copyright (c) 2026 SUSE LLC and contributors
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,24 +18,23 @@
|
|||||||
|
|
||||||
%define cpan_name DBD-SQLite
|
%define cpan_name DBD-SQLite
|
||||||
Name: perl-DBD-SQLite
|
Name: perl-DBD-SQLite
|
||||||
Version: 1.780.0
|
Version: 1.760.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 1.78 -> normalize -> 1.780.0
|
# 1.76 -> normalize -> 1.760.0
|
||||||
%define cpan_version 1.78
|
%define cpan_version 1.76
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Self Contained SQLite RDBMS in a DBI Driver
|
Summary: Self Contained SQLite RDBMS in a DBI Driver
|
||||||
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}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Source100: README.md
|
|
||||||
# PATCH-FIX-OPENSUSE use system sqlite
|
# PATCH-FIX-OPENSUSE use system sqlite
|
||||||
Patch0: perl-DBD-SQLite-use-external-sqlite3.patch
|
Patch0: perl-DBD-SQLite-use-external-sqlite3.patch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(DBI) >= 1.570
|
BuildRequires: perl(DBI) >= 1.57
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.48
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.48
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
Requires: perl(DBI) >= 1.570
|
Requires: perl(DBI) >= 1.57
|
||||||
Provides: perl(DBD::SQLite) = %{version}
|
Provides: perl(DBD::SQLite) = %{version}
|
||||||
Provides: perl(DBD::SQLite::Constants)
|
Provides: perl(DBD::SQLite::Constants)
|
||||||
Provides: perl(DBD::SQLite::GetInfo)
|
Provides: perl(DBD::SQLite::GetInfo)
|
||||||
@@ -91,7 +90,7 @@ currently many statement attributes are not implemented or are limited by
|
|||||||
the typeless nature of the SQLite database.
|
the typeless nature of the SQLite database.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
%if 0%{?sle_version} >= 140000 && 0%{?sle_version} <= 150400
|
%if 0%{?sle_version} >= 140000 && 0%{?sle_version} <= 150400
|
||||||
|
|||||||
Reference in New Issue
Block a user