Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Tie-Hash-DBD for
openSUSE:Factory checked in at 2026-02-09 15:34:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Tie-Hash-DBD (Old)
and /work/SRC/openSUSE:Factory/.perl-Tie-Hash-DBD.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Tie-Hash-DBD"
Mon Feb 9 15:34:49 2026 rev:19 rq:1331908 version:0.260.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Tie-Hash-DBD/perl-Tie-Hash-DBD.changes
2025-04-15 16:49:25.039917412 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Tie-Hash-DBD.new.1670/perl-Tie-Hash-DBD.changes
2026-02-09 15:34:56.603630245 +0100
@@ -1,0 +2,9 @@
+Mon Jan 26 05:53:29 UTC 2026 - Tina Müller <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
Tie-Hash-DBD-0.25.tgz
New:
----
README.md
Tie-Hash-DBD-0.26.tgz
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Tie-Hash-DBD.spec ++++++
--- /var/tmp/diff_new_pack.pW7PVG/_old 2026-02-09 15:34:57.239656997 +0100
+++ /var/tmp/diff_new_pack.pW7PVG/_new 2026-02-09 15:34:57.243657165 +0100
@@ -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,15 +18,16 @@
%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}
Source0:
https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{cpan_version}.tgz
Source1: cpanspec.yml
+Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -38,11 +39,11 @@
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
++++++ README.md ++++++
## Build Results
Current state of perl in openSUSE:Factory is

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

++++++ Tie-Hash-DBD-0.25.tgz -> Tie-Hash-DBD-0.26.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.25/Changes
new/Tie-Hash-DBD-0.26/Changes
--- old/Tie-Hash-DBD-0.25/Changes 2025-03-17 16:09:46.000000000 +0100
+++ new/Tie-Hash-DBD-0.26/Changes 2026-01-25 13:12:25.000000000 +0100
@@ -1,3 +1,6 @@
+0.26 - 25 Jan 2026, H.Merijn Brand
+ * It's 2026
+
0.25 - 17 Mar 2025, H.Merijn Brand
* Add ro option (ReadOnly)
* Add support for serializers JSON::MaybeXS, JSON::XS & JSON::SIMD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.25/META.json
new/Tie-Hash-DBD-0.26/META.json
--- old/Tie-Hash-DBD-0.25/META.json 2025-03-17 16:23:53.000000000 +0100
+++ new/Tie-Hash-DBD-0.26/META.json 2026-01-25 13:14:42.000000000 +0100
@@ -1,80 +1,80 @@
{
- "license" : [
- "perl_5"
- ],
- "release_status" : "stable",
- "version" : "0.25",
+ "generated_by" : "Author",
+ "provides" : {
+ "Tie::Array::DBD" : {
+ "file" : "lib/Tie/Array/DBD.pm",
+ "version" : "0.26"
+ },
+ "Tie::Hash::DBD" : {
+ "version" : "0.26",
+ "file" : "lib/Tie/Hash/DBD.pm"
+ }
+ },
+ "meta-spec" : {
+ "version" : 2,
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec"
+ },
"prereqs" : {
- "configure" : {
+ "test" : {
"requires" : {
- "ExtUtils::MakeMaker" : "0"
+ "Time::HiRes" : "0",
+ "Test::More" : "0.90",
+ "Test::Harness" : "0"
},
"recommends" : {
- "ExtUtils::MakeMaker" : "7.22"
- },
- "suggests" : {
- "ExtUtils::MakeMaker" : "7.72"
+ "Test::More" : "1.302219"
}
},
"runtime" : {
- "recommends" : {
- "Storable" : "3.32",
- "DBD::SQLite" : "1.76",
- "Sereal" : "5.004",
- "DBD::CSV" : "0.62",
- "DBI" : "1.647",
- "DBD::Pg" : "v3.18.0"
- },
"requires" : {
- "DBI" : "1.613",
- "perl" : "5.008003",
"Carp" : "0",
- "Storable" : "0"
+ "DBI" : "1.613",
+ "Storable" : "0",
+ "perl" : "5.008003"
+ },
+ "recommends" : {
+ "Storable" : "3.25",
+ "DBD::SQLite" : "1.78",
+ "DBD::Pg" : "v3.18.0",
+ "DBI" : "1.647",
+ "DBD::CSV" : "0.62",
+ "Sereal" : "5.004"
}
},
- "test" : {
+ "configure" : {
"requires" : {
- "Test::Harness" : "0",
- "Time::HiRes" : "0",
- "Test::More" : "0.90"
+ "ExtUtils::MakeMaker" : "0"
+ },
+ "suggests" : {
+ "ExtUtils::MakeMaker" : "7.76"
},
"recommends" : {
- "Test::More" : "1.302209"
+ "ExtUtils::MakeMaker" : "7.22"
}
}
},
- "generated_by" : "Author",
+ "abstract" : "Tie plain hashes to DBI interface",
+ "release_status" : "stable",
+ "version" : "0.26",
+ "license" : [
+ "perl_5"
+ ],
+ "author" : [
+ "H.Merijn Brand <[email protected]>"
+ ],
"name" : "Tie-Hash-DBD",
- "provides" : {
- "Tie::Array::DBD" : {
- "version" : "0.25",
- "file" : "lib/Tie/Array/DBD.pm"
- },
- "Tie::Hash::DBD" : {
- "file" : "lib/Tie/Hash/DBD.pm",
- "version" : "0.25"
- }
- },
+ "dynamic_config" : 1,
"resources" : {
- "bugtracker" : {
- "web" : "https://github.com/Tux/Tie-Hash-DBD/issues"
- },
"repository" : {
- "type" : "git",
"url" : "https://github.com/Tux/Tie-Hash-DBD",
- "web" : "https://github.com/Tux/Tie-Hash-DBD"
+ "web" : "https://github.com/Tux/Tie-Hash-DBD",
+ "type" : "git"
+ },
+ "bugtracker" : {
+ "web" : "https://github.com/Tux/Tie-Hash-DBD/issues"
},
"license" : [
"http://dev.perl.org/licenses/"
]
- },
- "meta-spec" : {
- "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : 2
- },
- "dynamic_config" : 1,
- "abstract" : "Tie plain hashes to DBI interface",
- "author" : [
- "H.Merijn Brand <[email protected]>"
- ]
+ }
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.25/META.yml
new/Tie-Hash-DBD-0.26/META.yml
--- old/Tie-Hash-DBD-0.25/META.yml 2025-03-17 16:23:53.000000000 +0100
+++ new/Tie-Hash-DBD-0.26/META.yml 2026-01-25 13:14:42.000000000 +0100
@@ -5,7 +5,7 @@
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 1
-generated_by: Author, CPAN::Meta::Converter version 2.150010
+generated_by: Author, CPAN::Meta::Converter version 2.150011
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -14,18 +14,18 @@
provides:
Tie::Array::DBD:
file: lib/Tie/Array/DBD.pm
- version: '0.25'
+ version: '0.26'
Tie::Hash::DBD:
file: lib/Tie/Hash/DBD.pm
- version: '0.25'
+ version: '0.26'
recommends:
DBD::CSV: '0.62'
DBD::Pg: v3.18.0
- DBD::SQLite: '1.76'
+ DBD::SQLite: '1.78'
DBI: '1.647'
Sereal: '5.004'
- Storable: '3.32'
- Test::More: '1.302209'
+ Storable: '3.25'
+ Test::More: '1.302219'
requires:
Carp: 0
DBI: '1.613'
@@ -38,4 +38,4 @@
bugtracker: https://github.com/Tux/Tie-Hash-DBD/issues
license: http://dev.perl.org/licenses/
repository: https://github.com/Tux/Tie-Hash-DBD
-version: '0.25'
+version: '0.26'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.25/Makefile.PL
new/Tie-Hash-DBD-0.26/Makefile.PL
--- old/Tie-Hash-DBD-0.25/Makefile.PL 2024-01-04 15:28:48.000000000 +0100
+++ new/Tie-Hash-DBD-0.26/Makefile.PL 2026-01-25 13:12:31.000000000 +0100
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Copyright 2010-2024 H.Merijn Brand
+# Copyright 2010-2026 H.Merijn Brand
require 5.008003;
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.25/README new/Tie-Hash-DBD-0.26/README
--- old/Tie-Hash-DBD-0.25/README 2024-01-04 15:28:52.000000000 +0100
+++ new/Tie-Hash-DBD-0.26/README 2026-01-25 13:12:34.000000000 +0100
@@ -50,7 +50,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2010-2024 H.Merijn Brand. All rights reserved.
+Copyright (C) 2010-2026 H.Merijn Brand. All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.25/SECURITY.md
new/Tie-Hash-DBD-0.26/SECURITY.md
--- old/Tie-Hash-DBD-0.25/SECURITY.md 2025-03-17 16:08:40.000000000 +0100
+++ new/Tie-Hash-DBD-0.26/SECURITY.md 2026-01-25 13:13:29.000000000 +0100
@@ -1,7 +1,6 @@
# Security Policy for the Tie::Hash::DBD distribution.
-Report issues via email at: H.Merijn Brand <[email protected]>.
-
+Report security issues by email to H.Merijn Brand <[email protected]>.
This is the Security Policy for Tie::Hash::DBD.
@@ -9,13 +8,13 @@
[git repository for Tie::Hash::DBD](https://github.com/Tux/Tie-Hash-DBD).
This text is based on the CPAN Security Group's Guidelines for Adding
-a Security Policy to Perl Distributions (version 1.0.0)
+a Security Policy to Perl Distributions (version 1.3.0)
https://security.metacpan.org/docs/guides/security-policy-for-authors.html
# How to Report a Security Vulnerability
-Security vulnerabilities can be reported by e-mail to the current
-project maintainers at H.Merijn Brand <[email protected]>.
+Security vulnerabilities can be reported to the current Tie::Hash::DBD
+maintainers by email to H.Merijn Brand <[email protected]>.
Please include as many details as possible, including code samples
or test cases, so that we can reproduce the issue. Check that your
@@ -62,13 +61,16 @@
Any security vulnerabilities in Tie::Hash::DBD are covered by this policy.
+Security vulnerabilities in versions of any libraries that are
+included in Tie::Hash::DBD are also covered by this policy.
+
Security vulnerabilities are considered anything that allows users
to execute unauthorised code, access unauthorised resources, or to
have an adverse impact on accessibility or performance of a system.
-Security vulnerabilities in upstream software (embedded libraries,
-prerequisite modules or system libraries, or in Perl), are not
-covered by this policy unless they affect Tie::Hash::DBD, or Tie::Hash::DBD can
+Security vulnerabilities in upstream software (prerequisite modules
+or system libraries, or in Perl), are not covered by this policy
+unless they affect Tie::Hash::DBD, or Tie::Hash::DBD can
be used to exploit vulnerabilities in them.
Security vulnerabilities in downstream software (any software that
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.25/cpanfile
new/Tie-Hash-DBD-0.26/cpanfile
--- old/Tie-Hash-DBD-0.25/cpanfile 2025-03-17 16:23:53.000000000 +0100
+++ new/Tie-Hash-DBD-0.26/cpanfile 2026-01-25 13:14:41.000000000 +0100
@@ -4,17 +4,17 @@
recommends "DBD::CSV" => "0.62";
recommends "DBD::Pg" => "3.18.0";
-recommends "DBD::SQLite" => "1.76";
+recommends "DBD::SQLite" => "1.78";
recommends "DBI" => "1.647";
recommends "Sereal" => "5.004";
-recommends "Storable" => "3.32";
+recommends "Storable" => "3.25";
on "configure" => sub {
requires "ExtUtils::MakeMaker";
recommends "ExtUtils::MakeMaker" => "7.22";
- suggests "ExtUtils::MakeMaker" => "7.72";
+ suggests "ExtUtils::MakeMaker" => "7.76";
};
on "test" => sub {
@@ -22,5 +22,5 @@
requires "Test::More" => "0.90";
requires "Time::HiRes";
- recommends "Test::More" => "1.302209";
+ recommends "Test::More" => "1.302219";
};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.25/lib/Tie/Array/DBD.pm
new/Tie-Hash-DBD-0.26/lib/Tie/Array/DBD.pm
--- old/Tie-Hash-DBD-0.25/lib/Tie/Array/DBD.pm 2024-01-04 15:28:40.000000000
+0100
+++ new/Tie-Hash-DBD-0.26/lib/Tie/Array/DBD.pm 2026-01-25 13:11:57.000000000
+0100
@@ -1,6 +1,6 @@
package Tie::Array::DBD;
-our $VERSION = "0.25";
+our $VERSION = "0.26";
use strict;
use warnings;
@@ -864,7 +864,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2010-2024 H.Merijn Brand
+Copyright (C) 2010-2026 H.Merijn Brand
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Tie-Hash-DBD-0.25/lib/Tie/Hash/DBD.pm
new/Tie-Hash-DBD-0.26/lib/Tie/Hash/DBD.pm
--- old/Tie-Hash-DBD-0.25/lib/Tie/Hash/DBD.pm 2024-01-04 15:28:44.000000000
+0100
+++ new/Tie-Hash-DBD-0.26/lib/Tie/Hash/DBD.pm 2026-01-25 13:11:59.000000000
+0100
@@ -1,6 +1,6 @@
package Tie::Hash::DBD;
-our $VERSION = "0.25";
+our $VERSION = "0.26";
use strict;
use warnings;
@@ -775,7 +775,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2010-2024 H.Merijn Brand
+Copyright (C) 2010-2026 H.Merijn Brand
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
++++++ _scmsync.obsinfo ++++++
mtime: 1769406809
commit: b02a2b05ac0470d5318b77ffa555a06252f7a7a2785908122443aaedba1a3ebb
url: https://src.opensuse.org/perl/perl-Tie-Hash-DBD.git
revision: b02a2b05ac0470d5318b77ffa555a06252f7a7a2785908122443aaedba1a3ebb
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-01-27 14:37:38.000000000 +0100
@@ -0,0 +1 @@
+.osc