From 78f98c5d17908f21a642c54b61e95c47adbda9ba236576a2363b5221750542aa Mon Sep 17 00:00:00 2001 From: cpanmirror Date: Mon, 26 Jan 2026 05:50:51 +0000 Subject: [PATCH] Automatic update to Dancer-Plugin-REST-0.12.tar.gz --- Dancer-Plugin-REST-0.11.tar.gz | 3 --- Dancer-Plugin-REST-0.12.tar.gz | 3 +++ perl-Dancer-Plugin-REST.changes | 14 ++++++++++++++ perl-Dancer-Plugin-REST.spec | 27 +++++++++++++++------------ 4 files changed, 32 insertions(+), 15 deletions(-) delete mode 100644 Dancer-Plugin-REST-0.11.tar.gz create mode 100644 Dancer-Plugin-REST-0.12.tar.gz diff --git a/Dancer-Plugin-REST-0.11.tar.gz b/Dancer-Plugin-REST-0.11.tar.gz deleted file mode 100644 index 818fd2e..0000000 --- a/Dancer-Plugin-REST-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81b8916632ef464c913829fe661eb1a6cecba0f2f9f7e1935db128f2ab4518a8 -size 19134 diff --git a/Dancer-Plugin-REST-0.12.tar.gz b/Dancer-Plugin-REST-0.12.tar.gz new file mode 100644 index 0000000..ec37da0 --- /dev/null +++ b/Dancer-Plugin-REST-0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6697d5f9667e15c61dd06c0d18aacc0e80fac0499826f85cdafe47dcdb5b37d5 +size 27082 diff --git a/perl-Dancer-Plugin-REST.changes b/perl-Dancer-Plugin-REST.changes index 4500dd2..4f13072 100644 --- a/perl-Dancer-Plugin-REST.changes +++ b/perl-Dancer-Plugin-REST.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jan 26 05:50:51 UTC 2026 - Tina Müller + +- 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 diff --git a/perl-Dancer-Plugin-REST.spec b/perl-Dancer-Plugin-REST.spec index cc40db2..5c128d8 100644 --- a/perl-Dancer-Plugin-REST.spec +++ b/perl-Dancer-Plugin-REST.spec @@ -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 -- 2.51.1