Accepting request 1076908 from devel:languages:perl:autoupdate

- updated to 20230322.001
   see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
  20230322.001 2023-03-22T18:22:12Z
  	* ISBN data for 20230322.001
  20230316.001 2023-03-16T14:14:06Z
  	* Update data to March 2023

OBS-URL: https://build.opensuse.org/request/show/1076908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISBN-Data?expand=0&rev=34
This commit is contained in:
Pedro Monreal Gonzalez 2023-04-03 11:33:22 +00:00 committed by Git OBS Bridge
parent 7c7f349a91
commit 8a8544696f
4 changed files with 20 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Mar 23 03:06:07 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 20230322.001
see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
20230322.001 2023-03-22T18:22:12Z
* ISBN data for 20230322.001
20230316.001 2023-03-16T14:14:06Z
* Update data to March 2023
-------------------------------------------------------------------
Wed Feb 17 03:06:11 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Business-ISBN-Data
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,16 +18,17 @@
%define cpan_name Business-ISBN-Data
Name: perl-Business-ISBN-Data
Version: 20210112.006
Version: 20230322.001
Release: 0
Summary: Data pack for Business::ISBN
License: Artistic-2.0
Summary: Data pack for Business::ISBN
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(Test::More) >= 1
%{perl_requires}
@ -61,6 +62,7 @@ part is historical). If you want to see where the data are from, check
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build