8
0

Compare commits

...

10 Commits

Author SHA256 Message Date
25615f1d1a Accepting request 1288073 from devel:languages:perl
- Normalize CPAN version
  See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/request/show/1288073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Catalyst-Manual?expand=0&rev=18
2025-06-24 18:48:37 +00:00
203c9a41a4 Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Manual?expand=0&rev=18
2025-06-23 21:25:29 +00:00
10e4e3cec5 Accepting request 1173968 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1173968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Catalyst-Manual?expand=0&rev=17
2024-05-15 19:26:12 +00:00
9dcf9e1cd8 Accepting request 823156 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/823156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Catalyst-Manual?expand=0&rev=16
2020-07-28 15:28:43 +00:00
ef0164b5e0 Accepting request 700738 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/700738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Catalyst-Manual?expand=0&rev=15
2019-05-06 11:27:38 +00:00
d592a7b781 Accepting request 284810 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/284810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Catalyst-Manual?expand=0&rev=14
2015-02-10 19:22:38 +00:00
Stephan Kulow
e9e57554eb Accepting request 177357 from devel:languages:perl
- updated to 5.9007
   - Fix pod warnings (RT#83398 - thanks, Paul Waring!)
   - Fix repository metadata (thanks, Lars Lars Dɪᴇᴄᴋᴏᴡ)
   - fix bad =head1 (Kennedy Clark)
   - Fix minor typos RT 78545, thanks Joe Axford
   - Update auth class name RT 77322 Thanks Joe Axford
   - Fix typo RT #77247 Thanks John Deighan
   - PSGI Compat changes
   - Small code changes (thanks sockmonk)
   - Small changes to Manual::Components (forwarded request 177254 from coolo)

OBS-URL: https://build.opensuse.org/request/show/177357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Catalyst-Manual?expand=0&rev=11
2013-06-05 15:47:59 +00:00
Stephan Kulow
75487bb227 Accepting request 105709 from devel:languages:perl
- updated to 5.9003
    - Mention PSGI in Manual::Ingro RT#74872 (thanks William Blunn).
    - Better docs of :Global inspired by RT#74869 (thanks William Blunn)
    - Highlight the importance of uncommenting the template line in the
      list action
    - Clarify docs for nginx in non-root - a trailing slash on the
      location block is very much needed.
    - Clarified Data::Dumper usage.  RT#71410 Thanks to Bill Corr
    - Mention Chef deployment in Manual::Deployment (thanks to Alexey
      Melezhik)

OBS-URL: https://build.opensuse.org/request/show/105709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Catalyst-Manual?expand=0&rev=8
2012-02-20 15:15:47 +00:00
Stephan Kulow
135818f7d8 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Catalyst-Manual?expand=0&rev=7
2011-12-06 17:38:13 +00:00
Stephan Kulow
11c5eec0d8 Accepting request 89438 from devel:languages:perl
update to 5.9002 (forwarded request 89317 from tabraham1)

OBS-URL: https://build.opensuse.org/request/show/89438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Catalyst-Manual?expand=0&rev=6
2011-10-27 09:18:19 +00:00
2 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 23 21:25:23 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Sat Mar 23 03:06:17 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Catalyst-Manual
#
# 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,24 +18,28 @@
%define cpan_name Catalyst-Manual
Name: perl-Catalyst-Manual
Version: 5.9013
Version: 5.901.300
Release: 0
# 5.9013 -> normalize -> 5.901.300
%define cpan_version 5.9013
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: The Catalyst developer's manual
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
Provides: perl(Catalyst::Manual) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
The Catalyst developer's manual
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor