Accepting request 1239746 from devel:languages:perl

- updated to 1.647.0 (1.647)
   see /usr/share/doc/packages/perl-DBI/ChangeLog (forwarded request 1239663 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1239746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBI?expand=0&rev=55
This commit is contained in:
Dominique Leuenberger 2025-01-24 12:38:19 +00:00 committed by Git OBS Bridge
commit 046a503e5e
4 changed files with 15 additions and 9 deletions

View File

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

BIN
DBI-1.647.tgz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 22 21:19:47 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.647.0 (1.647)
see /usr/share/doc/packages/perl-DBI/ChangeLog
-------------------------------------------------------------------
Sun Jan 12 05:31:08 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,14 +18,14 @@
%define cpan_name DBI
Name: perl-DBI
Version: 1.646.0
Version: 1.647.0
Release: 0
# 1.646 -> normalize -> 1.646.0
%define cpan_version 1.646
# 1.647 -> normalize -> 1.647.0
%define cpan_version 1.647
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Database independent interface for Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{cpan_version}.tgz
Source1: perl-DBI.rpmlintrc
Source2: cpanspec.yml
BuildRequires: perl
@ -135,7 +135,7 @@ at least the following perl manuals first: perlreftut, perldsc, perllol,
and perlboot.
%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
@ -152,7 +152,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes Driver.xst README.md
%doc ChangeLog Driver.xst README.md
%license LICENSE
%changelog