Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-DB_File for openSUSE:Factory checked in at 2026-02-12 17:25:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-DB_File (Old) and /work/SRC/openSUSE:Factory/.perl-DB_File.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DB_File" Thu Feb 12 17:25:51 2026 rev:2 rq:1332521 version:1.860 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-DB_File/perl-DB_File.changes 2025-03-27 22:31:27.858527469 +0100 +++ /work/SRC/openSUSE:Factory/.perl-DB_File.new.1977/perl-DB_File.changes 2026-02-12 17:26:26.968955054 +0100 @@ -1,0 +2,29 @@ +Mon Feb 2 06:17:20 UTC 2026 - Tina Müller <[email protected]> + +- updated to 1.860 + see /usr/share/doc/packages/perl-DB_File/Changes + + 1.860 1 February 2026 + * Add automation to the workflows to detect and use all the available versions of perl available. + Sun Feb 1 16:12:39 2026 +0000 + b7ccaa172ae2d844b7bae7a9829bcaee463ad186 + * Update to version 1.860 + Sun Feb 1 16:05:15 2026 +0000 + 9f759912ce94924c64c933f9586fc6fb50eb4b35 + * Update copyright date to 2026 + Thu Jan 1 15:33:59 2026 +0000 + 8fac218ef6f153294ab3bdba2742210950c751a7 + * Bump actions/cache from 4 to 5 + Thu Jan 1 15:30:37 2026 +0000 + 8ee97cff1e0d237682558b8be3e2fbfeb385ac1f + * Bump actions/checkout from 5 to 6 + Mon Dec 1 14:20:34 2025 +0000 + ebdcc8e2a307ab5ad1b0487c93fa41e7fa643ee0 + * Add dependabot.yml to police workflow files + Thu Sep 4 17:33:28 2025 +0100 + ba0fc74444a846a76eb670daf1b87cfa0ac2f215 + * Fix links to dbopen manpage (#17) + Thu Apr 10 11:53:24 2025 +0100 + 06ea397e5d654ebeb9d22a6993c8aaebf710ce9b + +------------------------------------------------------------------- Old: ---- DB_File-1.859.tar.gz New: ---- DB_File-1.860.tar.gz README.md _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DB_File.spec ++++++ --- /var/tmp/diff_new_pack.lz1UpT/_old 2026-02-12 17:26:28.541021746 +0100 +++ /var/tmp/diff_new_pack.lz1UpT/_new 2026-02-12 17:26:28.545021915 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-DB_File # -# Copyright (c) 2024 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,21 +18,16 @@ %define cpan_name DB_File Name: perl-DB_File -Version: 1.859.0 +Version: 1.860 Release: 0 -%define cpan_version 1.859 License: Artistic-1.0 OR GPL-1.0-or-later -Summary: Perl5 access to Berkeley DB version 1.x +Summary: Perl access to Berkeley DB 1.x URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{cpan_version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml +Source100: README.md BuildRequires: perl BuildRequires: perl-macros -Provides: perl(DB_File) = 1.859.0 -Provides: perl(DB_File::BTREEINFO) -Provides: perl(DB_File::HASHINFO) -Provides: perl(DB_File::RECNOINFO) -%undefine __perllib_provides %{perl_requires} # MANUAL BEGIN %if 0%{?suse_version} >= 1140 @@ -84,7 +79,7 @@ DB_BTREE. In this case the key will consist of a record (line) number. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 ++++++ DB_File-1.859.tar.gz -> DB_File-1.860.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DB_File-1.859/Changes new/DB_File-1.860/Changes --- old/DB_File-1.859/Changes 2023-08-21 11:57:12.000000000 +0200 +++ new/DB_File-1.860/Changes 2026-02-01 17:17:03.000000000 +0100 @@ -1,4 +1,35 @@ +1.860 1 February 2026 + +* Add automation to the workflows to detect and use all the available versions of perl available. + Sun Feb 1 16:12:39 2026 +0000 + b7ccaa172ae2d844b7bae7a9829bcaee463ad186 + +* Update to version 1.860 + Sun Feb 1 16:05:15 2026 +0000 + 9f759912ce94924c64c933f9586fc6fb50eb4b35 + +* Update copyright date to 2026 + Thu Jan 1 15:33:59 2026 +0000 + 8fac218ef6f153294ab3bdba2742210950c751a7 + +* Bump actions/cache from 4 to 5 + Thu Jan 1 15:30:37 2026 +0000 + 8ee97cff1e0d237682558b8be3e2fbfeb385ac1f + +* Bump actions/checkout from 5 to 6 + Mon Dec 1 14:20:34 2025 +0000 + ebdcc8e2a307ab5ad1b0487c93fa41e7fa643ee0 + +* Add dependabot.yml to police workflow files + Thu Sep 4 17:33:28 2025 +0100 + ba0fc74444a846a76eb670daf1b87cfa0ac2f215 + +* Fix links to dbopen manpage (#17) + Thu Apr 10 11:53:24 2025 +0100 + 06ea397e5d654ebeb9d22a6993c8aaebf710ce9b + + 1.859 21 August 2023 * silence clang compiler warnings diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DB_File-1.859/DB_File.pm new/DB_File-1.860/DB_File.pm --- old/DB_File-1.859/DB_File.pm 2023-08-21 11:59:59.000000000 +0200 +++ new/DB_File-1.860/DB_File.pm 2026-02-01 17:30:03.000000000 +0100 @@ -2,7 +2,7 @@ # # Written by Paul Marquess ([email protected]) # -# Copyright (c) 1995-2023 Paul Marquess. All rights reserved. +# Copyright (c) 1995-2026 Paul Marquess. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. @@ -165,7 +165,7 @@ # Module not thread safe, so don't clone sub CLONE_SKIP { 1 } -$VERSION = "1.859" ; +$VERSION = "1.860" ; $VERSION = eval $VERSION; # needed for dev releases { @@ -593,7 +593,7 @@ =head1 NAME -DB_File - Perl5 access to Berkeley DB version 1.x +DB_File - Perl access to Berkeley DB 1.x =head1 SYNOPSIS @@ -1646,7 +1646,7 @@ See L<The untie() Gotcha> for more details. -All the functions defined in L<dbopen> are available except for +All the functions defined in L<dbopen(3)> are available except for close() and dbopen() itself. The B<DB_File> method interface to the supported functions have been implemented to mirror the way Berkeley DB works whenever possible. In particular note that: @@ -1708,7 +1708,7 @@ =back -All the constants defined in L<dbopen> for use in the flags parameters +All the constants defined in L<dbopen(3)> for use in the flags parameters in the methods defined below are also available. Refer to the Berkeley DB documentation for the precise meaning of the flags values. @@ -1755,7 +1755,7 @@ =item B<$status = $X-E<gt>seq($key, $value, $flags) ;> This interface allows sequential retrieval from the database. See -L<dbopen> for full details. +L<dbopen(3)> for full details. Both the C<$key> and C<$value> parameters will be set to the key/value pair read from the database. @@ -2325,7 +2325,7 @@ =head1 COPYRIGHT -Copyright (c) 1995-2023 Paul Marquess. All rights reserved. This program +Copyright (c) 1995-2026 Paul Marquess. All rights reserved. This program 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/DB_File-1.859/DB_File.xs new/DB_File-1.860/DB_File.xs --- old/DB_File-1.859/DB_File.xs 2023-08-21 11:49:04.000000000 +0200 +++ new/DB_File-1.860/DB_File.xs 2026-01-01 16:32:19.000000000 +0100 @@ -6,7 +6,7 @@ All comments/suggestions/problems are welcome - Copyright (c) 1995-2023 Paul Marquess. All rights reserved. + Copyright (c) 1995-2026 Paul Marquess. All rights reserved. This program 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/DB_File-1.859/META.json new/DB_File-1.860/META.json --- old/DB_File-1.859/META.json 2023-08-21 12:00:08.000000000 +0200 +++ new/DB_File-1.860/META.json 2026-02-01 17:30:04.000000000 +0100 @@ -1,10 +1,10 @@ { - "abstract" : "Perl5 access to Berkeley DB version 1.x", + "abstract" : "Perl access to Berkeley DB 1.x", "author" : [ "Paul Marquess <[email protected]>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -43,6 +43,6 @@ "web" : "https://github.com/pmqs/DB_File" } }, - "version" : "1.859", - "x_serialization_backend" : "JSON::PP version 4.16" + "version" : "1.860", + "x_serialization_backend" : "JSON::PP version 4.02" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DB_File-1.859/META.yml new/DB_File-1.860/META.yml --- old/DB_File-1.859/META.yml 2023-08-21 12:00:07.000000000 +0200 +++ new/DB_File-1.860/META.yml 2026-02-01 17:30:04.000000000 +0100 @@ -1,5 +1,5 @@ --- -abstract: 'Perl5 access to Berkeley DB version 1.x' +abstract: 'Perl access to Berkeley DB 1.x' author: - 'Paul Marquess <[email protected]>' build_requires: @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -21,5 +21,5 @@ bugtracker: https://github.com/pmqs/DB_File/issues homepage: https://github.com/pmqs/DB_File repository: git://github.com/pmqs/DB_File.git -version: '1.859' +version: '1.860' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DB_File-1.859/Makefile.PL new/DB_File-1.860/Makefile.PL --- old/DB_File-1.859/Makefile.PL 2021-06-22 09:38:42.000000000 +0200 +++ new/DB_File-1.860/Makefile.PL 2023-09-10 18:40:16.000000000 +0200 @@ -71,7 +71,9 @@ #OPTIMIZE => '-g', 'depend' => { 'Makefile' => 'config.in', - 'version$(OBJ_EXT)' => 'version.c'}, + 'version$(OBJ_EXT)' => 'version.c', + 'manifypods' => 'READMEmd' + }, 'clean' => { FILES => 'constants.h constants.xs *.bak t/*.t.bak' }, 'macro' => { my_files => "@files" }, 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz', @@ -193,7 +195,11 @@ } -sub MY::postamble { <<'EOM' } ; +sub MY::postamble +{ + my %params = %{ $_[0] }; + + my $postamble = <<'EOM'; MyDoubleCheck: @echo Checking config.in is setup for a release @@ -227,6 +233,29 @@ EOM + if (-e '.github') + { + $postamble .= <<EOM; + +READMEmd: .github/DB_File.pod + +.github/DB_File.pod: DB_File.pm + \@echo Creating .github/DB_File.pod from DB_File.pm + \$(NOECHO) perl -e 'while(<>){ next if 1 .. /^__END__/; print}' DB_File.pm >.github/DB_File.pod + +EOM + } + else + { + $postamble .= <<EOM; + +READMEmd: + +EOM + } + + return $postamble; +} sub ParseCONFIG { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DB_File-1.859/README new/DB_File-1.860/README --- old/DB_File-1.859/README 2023-08-21 11:49:15.000000000 +0200 +++ new/DB_File-1.860/README 2026-02-01 17:04:30.000000000 +0100 @@ -1,10 +1,10 @@ DB_File - Version 1.859 + Version 1.860 - 21 August 2023 + 1 February 2026 - Copyright (c) 1995-2023 Paul Marquess. All rights reserved. This + Copyright (c) 1995-2026 Paul Marquess. All rights reserved. This program 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/DB_File-1.859/dbinfo new/DB_File-1.860/dbinfo --- old/DB_File-1.859/dbinfo 2023-08-21 11:49:08.000000000 +0200 +++ new/DB_File-1.860/dbinfo 2026-01-01 16:32:23.000000000 +0100 @@ -7,7 +7,7 @@ # Version: 1.07 # Date 2nd April 2011 # -# Copyright (c) 1998-2023 Paul Marquess. All rights reserved. +# Copyright (c) 1998-2026 Paul Marquess. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. ++++++ 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)  ++++++ _scmsync.obsinfo ++++++ mtime: 1770013041 commit: 68e5685e4940485b36e68881e71c904207f085477f7a474a0d31195699037e64 url: https://src.opensuse.org/perl/perl-DB_File.git revision: 68e5685e4940485b36e68881e71c904207f085477f7a474a0d31195699037e64 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-02-08 21:49:20.000000000 +0100 @@ -0,0 +1 @@ +.osc
