8
0

Automatic update to Tie-Hash-DBD-0.26.tgz #1

Merged
tinita merged 1 commits from cpanmirror/perl-Tie-Hash-DBD:autoupdate into main 2026-01-27 14:36:04 +01:00
4 changed files with 21 additions and 12 deletions

View File

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

BIN
Tie-Hash-DBD-0.26.tgz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 26 05:53:29 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 0.260.0 (0.26)
see /usr/share/doc/packages/perl-Tie-Hash-DBD/Changes
0.26 - 25 Jan 2026, H.Merijn Brand
* It's 2026
-------------------------------------------------------------------
Tue Mar 18 05:35:24 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Tie-Hash-DBD
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Tie-Hash-DBD
Name: perl-Tie-Hash-DBD
Version: 0.250.0
Version: 0.260.0
Release: 0
# 0.25 -> normalize -> 0.250.0
%define cpan_version 0.25
# 0.26 -> normalize -> 0.260.0
%define cpan_version 0.26
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Tie plain hashes to DBI interface
URL: https://metacpan.org/release/%{cpan_name}
@@ -39,11 +39,11 @@ Provides: perl(Tie::Array::DBD) = %{version}
Provides: perl(Tie::Hash::DBD) = %{version}
%undefine __perllib_provides
Recommends: perl(DBD::CSV) >= 0.620
Recommends: perl(DBD::Pg) >= 3.18.0
Recommends: perl(DBD::SQLite) >= 1.760
Recommends: perl(DBD::Pg) >= 3.18
Recommends: perl(DBD::SQLite) >= 1.780
Recommends: perl(DBI) >= 1.647
Recommends: perl(Sereal) >= 5.4.0
Recommends: perl(Storable) >= 3.32
Recommends: perl(Sereal) >= 5.4
Recommends: perl(Storable) >= 3.25
%{perl_requires}
%description
@@ -62,7 +62,7 @@ I think it would make sense to merge the functionality that this module
provides into 'Tie::DBI'.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor