forked from pool/perl-DBD-SQLite
Compare commits
40 Commits
59fd8d68e0
...
main
Author | SHA256 | Date | |
---|---|---|---|
31701f3698 | |||
23bc62f04b | |||
82c15dff7f | |||
c216d8623b | |||
14f61cf79d | |||
fa8d310e02 | |||
c8f1276bee | |||
8af59f3022 | |||
7985d467dc | |||
d2576753eb | |||
1a40815501 | |||
77f1587e21 | |||
63f26a9d42 | |||
5ccdd7f41e | |||
eac83dd218 | |||
641927298b | |||
0e417c1e4f | |||
8314f80c7c | |||
03aadd4293 | |||
6a00a0a635 | |||
c946a187f1 | |||
8a803bb121 | |||
9ddf509aed | |||
de0f291e60 | |||
|
c98a8d7d2d | ||
|
dad965a52a | ||
|
7b08a89a18 | ||
|
4b1a51beff | ||
|
11f8bb679c | ||
|
d54e621210 | ||
|
da7de83ade | ||
|
95f55c7f82 | ||
|
b6045eb881 | ||
|
bff46d266b | ||
|
a0de6a342c | ||
|
b893256501 | ||
|
e42ed7ed92 | ||
|
7bb6a3e05e | ||
|
d9dc327742 | ||
|
73defe4d41 |
BIN
DBD-SQLite-1.74.tar.gz
(Stored with Git LFS)
BIN
DBD-SQLite-1.74.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
DBD-SQLite-1.76.tar.gz
(Stored with Git LFS)
Normal file
BIN
DBD-SQLite-1.76.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

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

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 19 05:31:06 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 22:15:18 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Fri Mar 8 22:15:18 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
@@ -56,6 +70,7 @@ Fri Nov 4 03:07:04 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|||||||
- Upgraded SQLite to 3.37.0
|
- Upgraded SQLite to 3.37.0
|
||||||
- Add a feature to unregister a created function
|
- Add a feature to unregister a created function
|
||||||
- Fix accented characters in POD (GH#90, HaraldJoerg++)
|
- Fix accented characters in POD (GH#90, HaraldJoerg++)
|
||||||
|
- Fixed a test failed comparing Lowercase type data [bsc#1203742]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 15 08:24:59 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de>
|
Tue Mar 15 08:24:59 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
@@ -18,14 +18,16 @@
|
|||||||
|
|
||||||
%define cpan_name DBD-SQLite
|
%define cpan_name DBD-SQLite
|
||||||
Name: perl-DBD-SQLite
|
Name: perl-DBD-SQLite
|
||||||
Version: 1.740.0
|
Version: 1.760.0
|
||||||
Release: 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
|
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
|
||||||
@@ -34,10 +36,10 @@ 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.57
|
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::Constants)
|
||||||
Provides: perl(DBD::SQLite::GetInfo)
|
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::Cursor)
|
||||||
Provides: perl(DBD::SQLite::VirtualTable::FileContent)
|
Provides: perl(DBD::SQLite::VirtualTable::FileContent)
|
||||||
Provides: perl(DBD::SQLite::VirtualTable::FileContent::Cursor)
|
Provides: perl(DBD::SQLite::VirtualTable::FileContent::Cursor)
|
||||||
|
Reference in New Issue
Block a user