8
0

Compare commits

...

5 Commits

Author SHA256 Message Date
203abb5ecd Accepting request 1244953 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1244953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISSN?expand=0&rev=7
2025-02-11 20:21:58 +00:00
c2e07ff420 Accepting request 1244859 from devel:languages:perl:autoupdate
- updated to 1.8.0 (1.008)
   see /usr/share/doc/packages/perl-Business-ISSN/Changes
  1.008 2025-01-27T13:08:21Z
  	* refresh distro and move to BRIANDFOY
  1.007 2025-01-03T23:31:57Z
  	* refresh distro and move to BRIANDFOY
  1.006 2024-02-10T21:59:55Z
  	* refresh distro, update email addresses, move to BRIANDFOY

OBS-URL: https://build.opensuse.org/request/show/1244859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISSN?expand=0&rev=9
2025-02-11 07:08:05 +00:00
a7a95b2a6b Accepting request 956461 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/956461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISSN?expand=0&rev=6
2022-02-22 20:17:49 +00:00
79e2005740 Accepting request 788065 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/788065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISSN?expand=0&rev=5
2020-03-25 22:44:30 +00:00
281e35a55d Accepting request 607435 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/607435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISSN?expand=0&rev=4
2018-06-02 09:49:07 +00:00
4 changed files with 29 additions and 9 deletions

BIN
Business-ISSN-1.005.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Business-ISSN-1.008.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jan 28 05:30:39 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.8.0 (1.008)
see /usr/share/doc/packages/perl-Business-ISSN/Changes
1.008 2025-01-27T13:08:21Z
* refresh distro and move to BRIANDFOY
1.007 2025-01-03T23:31:57Z
* refresh distro and move to BRIANDFOY
1.006 2024-02-10T21:59:55Z
* refresh distro, update email addresses, move to BRIANDFOY
-------------------------------------------------------------------
Sat Feb 19 03:06:07 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Business-ISSN
#
# Copyright (c) 2022 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,18 +18,22 @@
%define cpan_name Business-ISSN
Name: perl-Business-ISSN
Version: 1.005
Version: 1.8.0
Release: 0
# 1.008 -> normalize -> 1.8.0
%define cpan_version 1.008
License: Artistic-2.0
Summary: Perl extension for International Standard Serial 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
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(Test::More) >= 1
Provides: perl(Business::ISSN) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -84,8 +88,9 @@ ISSN passed to the constructor was invalid, the error might have been in
any of the other nine positions.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%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
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -100,7 +105,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CITATION.cff examples
%doc Changes CITATION.cff examples SECURITY.md
%license LICENSE
%changelog