11
0

3 Commits

Author SHA256 Message Date
4fea989249 Add Gitea build results 2025-08-12 18:12:01 +02:00
141c9852b1 Accepting request 1279035 from devel:languages:perl
- updated to 1.205.0 (1.205)
   see /usr/share/doc/packages/perl-Business-ISMN/Changes
  1.205 2025-04-13T22:56:31Z
  	* require a newer version.pm for v5.10.1 tests (forwarded request 1278593 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1279035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISMN?expand=0&rev=12
2025-05-23 12:30:02 +00:00
58eb057597 Accepting request 1278593 from devel:languages:perl:autoupdate
- updated to 1.205.0 (1.205)
   see /usr/share/doc/packages/perl-Business-ISMN/Changes
  1.205 2025-04-13T22:56:31Z
  	* require a newer version.pm for v5.10.1 tests

OBS-URL: https://build.opensuse.org/request/show/1278593
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISMN?expand=0&rev=19
2025-05-21 11:54:08 +00:00
5 changed files with 34 additions and 10 deletions

BIN
Business-ISMN-1.204.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:1c48e9b00bc32578b2176e6f79c4a11713d875befa8fbb7f48b7a9c8172fe8bd
size 16484

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Business-ISMN/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Business-ISMN)

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 14 05:35:03 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.205.0 (1.205)
see /usr/share/doc/packages/perl-Business-ISMN/Changes
1.205 2025-04-13T22:56:31Z
* require a newer version.pm for v5.10.1 tests
-------------------------------------------------------------------
Fri Mar 8 22:00:07 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Business-ISMN
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,24 @@
%define cpan_name Business-ISMN
Name: perl-Business-ISMN
Version: 1.204.0
Version: 1.205.0
Release: 0
%define cpan_version 1.204
# 1.205 -> normalize -> 1.205.0
%define cpan_version 1.205
License: Artistic-2.0
Summary: Work with International Standard Music Numbers
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(Test::More) >= 1
BuildRequires: perl(Tie::Cycle) >= 1.21
Requires: perl(Tie::Cycle) >= 1.21
BuildRequires: perl(Tie::Cycle) >= 1.210
BuildRequires: perl(version) >= 0.86
Requires: perl(Tie::Cycle) >= 1.210
Provides: perl(Business::ISMN) = %{version}
Provides: perl(Business::ISMN::Data) = %{version}
%undefine __perllib_provides
@@ -42,7 +45,7 @@ Provides: perl(Business::ISMN::Data) = %{version}
work with International Standard Music Numbers
%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
@@ -59,7 +62,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes examples ismns.txt
%doc Changes examples ismns.txt SECURITY.md
%license LICENSE
%changelog