diff --git a/DB_File-1.859.tar.gz b/DB_File-1.859.tar.gz deleted file mode 100644 index da104ca..0000000 --- a/DB_File-1.859.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5674e0d2cd0b060c4d1253670ea022c64d842a55257f9eb8edb19c0f53e2565c -size 214533 diff --git a/DB_File-1.860.tar.gz b/DB_File-1.860.tar.gz new file mode 100644 index 0000000..7a1e381 --- /dev/null +++ b/DB_File-1.860.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe5e90b0e40e0d566f505789b73196e93c56709f660ca316af50662260749a0 +size 216484 diff --git a/perl-DB_File.changes b/perl-DB_File.changes index 71f49c8..b75e080 100644 --- a/perl-DB_File.changes +++ b/perl-DB_File.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Feb 2 06:17:20 UTC 2026 - Tina Müller + +- 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 + ------------------------------------------------------------------- Fri Mar 8 22:15:32 UTC 2024 - Tina Müller diff --git a/perl-DB_File.spec b/perl-DB_File.spec index 4ea9470..18daa34 100644 --- a/perl-DB_File.spec +++ b/perl-DB_File.spec @@ -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,22 +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 @@ -85,7 +79,7 @@ manipulated using the same key/value pair interface as in DB_HASH and 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