1
0

1 Commits

Author SHA256 Message Date
ac7a889e26 Automatic update to 0.220 2025-08-21 21:40:44 +00:00
4 changed files with 41 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a982cf434c6290323e7f364e9e88b322b582724da5c7b01404cd1caa3aa5563f
size 88148

BIN
CPAN-SQLite-0.220.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Aug 21 21:40:43 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.220.0 (0.220)
see /usr/share/doc/packages/perl-CPAN-SQLite/Changes
0.220 October 29, 2022
- Fixed a test failure (RT#140735)
0.219 May 30, 2020
- More FP protections
0.218 May 27, 2020
- Make Test::Memory::Cycle test optional
- Modified the dot-cpan directory for t/0[234]*
- Added a FP protection again one particular crappy cpan tester
0.217 Jan 29, 2019
- Updated HTTP::Tiny prerequisite to make it working with proxy auth
- Removed search limits (RT#128387)
0.216 Jan 24, 2019
- Fixed test problems in Perl 5.8
0.215 Jan 23, 2019
- Weaken some references to avoid memory leaks
0.214 Jan 4, 2019
- Removed 03modlist-related code as that file is not updated anymore
- Made sure tests pass when CPAN_SQLITE_DOWNLOAD variable is set
0.213 Jan 3, 2019
- Added ability to download precompiled database to save even more memory/CPU
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 20 05:05:31 UTC 2018 - Stephan Kulow <coolo@suse.com> Thu Sep 20 05:05:31 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-CPAN-SQLite # spec file for package perl-CPAN-SQLite
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# 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,10 +18,10 @@
%define cpan_name CPAN-SQLite %define cpan_name CPAN-SQLite
Name: perl-CPAN-SQLite Name: perl-CPAN-SQLite
Version: 0.212.0 Version: 0.220.0
Release: 0 Release: 0
# 0.212 -> normalize -> 0.212.0 # 0.220 -> normalize -> 0.220.0
%define cpan_version 0.212 %define cpan_version 0.220
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Maintain and search a minimal CPAN database Summary: Maintain and search a minimal CPAN database
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -51,13 +51,11 @@ Provides: perl(CPAN::SQLite) = %{version}
Provides: perl(CPAN::SQLite::DBI) = %{version} Provides: perl(CPAN::SQLite::DBI) = %{version}
Provides: perl(CPAN::SQLite::DBI::Index) = %{version} Provides: perl(CPAN::SQLite::DBI::Index) = %{version}
Provides: perl(CPAN::SQLite::DBI::Index::auths) Provides: perl(CPAN::SQLite::DBI::Index::auths)
Provides: perl(CPAN::SQLite::DBI::Index::chaps)
Provides: perl(CPAN::SQLite::DBI::Index::dists) Provides: perl(CPAN::SQLite::DBI::Index::dists)
Provides: perl(CPAN::SQLite::DBI::Index::info) Provides: perl(CPAN::SQLite::DBI::Index::info)
Provides: perl(CPAN::SQLite::DBI::Index::mods) Provides: perl(CPAN::SQLite::DBI::Index::mods)
Provides: perl(CPAN::SQLite::DBI::Search) = %{version} Provides: perl(CPAN::SQLite::DBI::Search) = %{version}
Provides: perl(CPAN::SQLite::DBI::Search::auths) Provides: perl(CPAN::SQLite::DBI::Search::auths)
Provides: perl(CPAN::SQLite::DBI::Search::chaps)
Provides: perl(CPAN::SQLite::DBI::Search::dists) Provides: perl(CPAN::SQLite::DBI::Search::dists)
Provides: perl(CPAN::SQLite::DBI::Search::info) Provides: perl(CPAN::SQLite::DBI::Search::info)
Provides: perl(CPAN::SQLite::DBI::Search::mods) Provides: perl(CPAN::SQLite::DBI::Search::mods)
@@ -70,7 +68,6 @@ Provides: perl(CPAN::SQLite::META::Distribution)
Provides: perl(CPAN::SQLite::META::Module) Provides: perl(CPAN::SQLite::META::Module)
Provides: perl(CPAN::SQLite::Populate) = %{version} Provides: perl(CPAN::SQLite::Populate) = %{version}
Provides: perl(CPAN::SQLite::Populate::auths) Provides: perl(CPAN::SQLite::Populate::auths)
Provides: perl(CPAN::SQLite::Populate::chaps)
Provides: perl(CPAN::SQLite::Populate::dists) Provides: perl(CPAN::SQLite::Populate::dists)
Provides: perl(CPAN::SQLite::Populate::info) Provides: perl(CPAN::SQLite::Populate::info)
Provides: perl(CPAN::SQLite::Populate::mods) Provides: perl(CPAN::SQLite::Populate::mods)
@@ -85,14 +82,17 @@ Provides: perl(CPAN::SQLite::State::info)
Provides: perl(CPAN::SQLite::State::mods) Provides: perl(CPAN::SQLite::State::mods)
Provides: perl(CPAN::SQLite::Util) = %{version} Provides: perl(CPAN::SQLite::Util) = %{version}
Provides: perl(CPAN::SQLite::Version) = %{version} Provides: perl(CPAN::SQLite::Version) = %{version}
Provides: perl(TestSQL)
Provides: perl(TestSQL::Version) = 0.100.0
Provides: perl(TestShell)
Provides: perl(TestShellDiag)
%undefine __perllib_provides %undefine __perllib_provides
%{perl_requires} %{perl_requires}
%description %description
This package is used for setting up, maintaining, and searching a CPAN This package is used for setting up, maintaining, and searching a CPAN
database consisting of the information stored in the three main CPAN database consisting of the information stored in the two main CPAN indices:
indices: _$CPAN/modules/03modlist.data.gz_, _$CPAN/modules/02packages.details.txt.gz_ and
_$CPAN/modules/02packages.details.txt.gz_, and
_$CPAN/authors/01mailrc.txt.gz_. It should be considered at an alpha stage _$CPAN/authors/01mailrc.txt.gz_. It should be considered at an alpha stage
of development. of development.
@@ -127,7 +127,7 @@ file is 'cpandb.sql'.
There are two main methods available. There are two main methods available.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor