Accepting request 1153808 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1153808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISBN?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2024-03-01 22:35:41 +00:00 committed by Git OBS Bridge
commit e33d76bd15
4 changed files with 21 additions and 7 deletions

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

Binary file not shown.

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 11 03:06:21 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 3.009
see /usr/share/doc/packages/perl-Business-ISBN/Changes
3.009 2024-02-10T21:46:10Z
* refresh distro, update email addresses, move to BRIANDFOY
-------------------------------------------------------------------
Fri Mar 24 03:06:11 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Business-ISBN
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,13 @@
%define cpan_name Business-ISBN
Name: perl-Business-ISBN
Version: 3.008
Version: 3.9.0
Release: 0
%define cpan_version 3.009
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
Source0: https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
@ -32,6 +33,10 @@ BuildRequires: perl(Business::ISBN::Data) >= 20230322.001
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(Test::More) >= 1
Requires: perl(Business::ISBN::Data) >= 20230322.001
Provides: perl(Business::ISBN) = %{version}
Provides: perl(Business::ISBN10) = %{version}
Provides: perl(Business::ISBN13) = %{version}
%define __perllib_provides /bin/true
%{perl_requires}
%description
@ -44,7 +49,7 @@ whatever _RangeMessage.xml_ you like if you have updated data. See that
module for details.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor