Accepting request 1076937 from devel:languages:perl:autoupdate

- updated to 3.008
   see /usr/share/doc/packages/perl-Business-ISBN/Changes
  3.008 2023-03-23T19:56:57Z
  	* Fix test for GitHub #24. An ISBN that was invalid is now valid.

OBS-URL: https://build.opensuse.org/request/show/1076937
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISBN?expand=0&rev=42
This commit is contained in:
Pedro Monreal Gonzalez 2023-04-03 12:34:50 +00:00 committed by Git OBS Bridge
parent a35cfbe188
commit df1edefa41
4 changed files with 17 additions and 8 deletions

View File

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

BIN
Business-ISBN-3.008.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 24 03:06:11 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.008
see /usr/share/doc/packages/perl-Business-ISBN/Changes
3.008 2023-03-23T19:56:57Z
* Fix test for GitHub #24. An ISBN that was invalid is now valid.
-------------------------------------------------------------------
Mon Jan 10 03:06:57 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Business-ISBN
#
# Copyright (c) 2022 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,20 +18,20 @@
%define cpan_name Business-ISBN
Name: perl-Business-ISBN
Version: 3.007
Version: 3.008
Release: 0
Summary: Work with International Standard Book Numbers
License: Artistic-2.0
Summary: Work with International Standard Book Numbers
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(Business::ISBN::Data) >= 20191107
BuildRequires: perl(Business::ISBN::Data) >= 20230322.001
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(Test::More) >= 1
Requires: perl(Business::ISBN::Data) >= 20191107
Requires: perl(Business::ISBN::Data) >= 20230322.001
%{perl_requires}
%description