8
0

WIP: Automatic update to BerkeleyDB-0.67.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-BerkeleyDB:autoupdate into main
4 changed files with 43 additions and 10 deletions

View File

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

BIN
BerkeleyDB-0.67.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Feb 2 06:16:36 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 0.670.0 (0.67)
see /usr/share/doc/packages/perl-BerkeleyDB/Changes
0.67 1 February 2-26
* Update to version 0.67
Sun Feb 1 16:44:47 2026 +0000
e21f44f1ff462094395fae116dbe0c214f993764
* Remove Test::More and Test::Builder from MANIFEST
Sun Feb 1 16:44:47 2026 +0000
dbe85692c99d8c2a3974311cbb6f4de8803d91dd
* Merge pull request #15 from pmqs/dependabot/github_actions/actions/cache-5
Sun Feb 1 16:42:41 2026 +0000
6f754d3fb497df0592f00b1f0e3903477d90af86
* Merge pull request #14 from pmqs/dependabot/github_actions/actions/checkout-6
Sun Feb 1 16:42:27 2026 +0000
e522422e73d8feff9c9903ebdbd596ac1362d5b5
* Bump actions/cache from 3 to 5
Fri Jan 30 09:53:35 2026 +0000
d1dedee227e1cd7238e7b19472a8ae339b34d269
* Bump actions/checkout from 1 to 6
Fri Jan 30 09:53:16 2026 +0000
af078f45874ed71f1d3a41b9042f9ccbcd170106
* Configure Dependabot for GitHub Actions updates
Fri Jan 30 09:52:25 2026 +0000
95a010bcbcafe71e7f85dfa713d3f8cb4e8b09f9
* Add perl 5.42 to workflow files
Thu Sep 4 17:35:52 2025 +0100
56b6000cbebc11d5a44617f35c2096a6628b200c
* fix typo in META.json
Mon Oct 14 16:24:03 2024 +0100
4ff765bc17937c097ed36c2a0a4b3401aaa0474e
-------------------------------------------------------------------
Tue Oct 15 05:32:12 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-BerkeleyDB
#
# 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,10 +18,10 @@
%define cpan_name BerkeleyDB
Name: perl-BerkeleyDB
Version: 0.660.0
Version: 0.670.0
Release: 0
# 0.66 -> normalize -> 0.660.0
%define cpan_version 0.66
# 0.67 -> normalize -> 0.670.0
%define cpan_version 0.67
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Perl extension for Berkeley DB version 2, 3, 4, 5 or 6
URL: https://metacpan.org/release/%{cpan_name}
@@ -44,8 +44,6 @@ Provides: perl(BerkeleyDB::Term)
Provides: perl(BerkeleyDB::Txn)
Provides: perl(BerkeleyDB::TxnMgr)
Provides: perl(BerkeleyDB::Unknown)
Provides: perl(BerkeleyDB::_tiedArray)
Provides: perl(BerkeleyDB::_tiedHash)
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN
@@ -73,7 +71,7 @@ particularly relevant.
The interface to Berkeley DB is implemented with a number of Perl classes.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644