11
0

Accepting request 1173701 from devel:languages:perl:autoupdate

- updated to 5.9013
   see /usr/share/doc/packages/perl-Catalyst-Manual/Changes
  5.9013 - 2024-03-22
      - fix mojibake in metadata
  5.9012 - 2024-02-03
      - fixed some broken links (Graham Knop, Daniel Böhmer)

OBS-URL: https://build.opensuse.org/request/show/1173701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Manual?expand=0&rev=16
This commit is contained in:
2024-05-14 11:52:27 +00:00
committed by Git OBS Bridge
parent e2078b8ad9
commit c8bc56a7d0
4 changed files with 24 additions and 14 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Mar 23 03:06:17 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 5.9013
see /usr/share/doc/packages/perl-Catalyst-Manual/Changes
5.9013 - 2024-03-22
- fix mojibake in metadata
5.9012 - 2024-02-03
- fixed some broken links (Graham Knop, Daniel Böhmer)
-------------------------------------------------------------------
Tue Jul 28 09:28:38 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Catalyst-Manual
#
# Copyright (c) 2020 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
@@ -16,31 +16,30 @@
#
Name: perl-Catalyst-Manual
Version: 5.9011
Release: 0
%define cpan_name Catalyst-Manual
Summary: The Catalyst developer's manual
Name: perl-Catalyst-Manual
Version: 5.9013
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Summary: The Catalyst developer's manual
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
%{perl_requires}
%description
The Catalyst developer's manual
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -51,7 +50,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE