Automatic update to Dancer-Plugin-REST-0.12.tar.gz #1

Open
cpanmirror wants to merge 1 commits from cpanmirror/perl-Dancer-Plugin-REST:autoupdate into main
4 changed files with 32 additions and 15 deletions

View File

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

BIN
Dancer-Plugin-REST-0.12.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jan 26 05:50:51 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 0.120.0 (0.12)
see /usr/share/doc/packages/perl-Dancer-Plugin-REST/Changes
0.12 2026-01-25
[ENHANCEMENTS]
- Move to Test2 for the testing.
- use Dancer::HTTP as the source of truth for the http codes.
[STATISTICS]
- code churn: 15 files changed, 274 insertions(+), 89 deletions(-)
-------------------------------------------------------------------
Thu Apr 16 20:53:29 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Dancer-Plugin-REST
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Dancer-Plugin-REST
Name: perl-Dancer-Plugin-REST
Version: 0.110.0
Version: 0.120.0
Release: 0
# 0.11 -> normalize -> 0.110.0
%define cpan_version 0.11
# 0.12 -> normalize -> 0.120.0
%define cpan_version 0.12
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Plugin for writing RESTful apps with Dancer
URL: https://metacpan.org/release/%{cpan_name}
@@ -32,13 +32,15 @@ BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Dancer) >= 1.311.100
BuildRequires: perl(Dancer::HTTP)
BuildRequires: perl(Dancer::ModuleLoader)
BuildRequires: perl(Dancer::Plugin)
BuildRequires: perl(Dancer::Test)
BuildRequires: perl(HTTP::Headers)
BuildRequires: perl(Module::Build) >= 0.3601
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test2::Bundle::More)
BuildRequires: perl(Test2::V0)
Requires: perl(Dancer) >= 1.311.100
Requires: perl(Dancer::HTTP)
Requires: perl(Dancer::Plugin)
Provides: perl(Dancer::Plugin::REST) = %{version}
%undefine __perllib_provides
@@ -48,21 +50,22 @@ Provides: perl(Dancer::Plugin::REST) = %{version}
This plugin helps you write a RESTful webservice with Dancer.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
./Build test
make test
%install
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CONTRIBUTORS README README.mkdn
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md CONTRIBUTORS doap.xml README README.mkdn SECURITY.md
%license LICENSE
%changelog