WIP: Automatic update to Dancer-1.3522.tar.gz #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15f633e1b431dfe55e9a82c9af4c3221085e65e1dba93bfcffd24458458559e2
|
||||
size 401803
|
||||
BIN
Dancer-1.3522.tar.gz
LFS
Normal file
BIN
Dancer-1.3522.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 05:46:43 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.352.200 (1.3522)
|
||||
see /usr/share/doc/packages/perl-Dancer/Changes
|
||||
|
||||
1.3522 2026-01-26 22:27:39+00:00 Europe/London
|
||||
|
||||
[ENHANCEMENTS]
|
||||
- Remove unnecessary import from test file (avoid test failures on newer Perls)
|
||||
- Add security policy document
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 03:08:13 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Dancer
|
||||
#
|
||||
# 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,14 +18,14 @@
|
||||
|
||||
%define cpan_name Dancer
|
||||
Name: perl-Dancer
|
||||
Version: 1.352.100
|
||||
Version: 1.352.200
|
||||
Release: 0
|
||||
# 1.3521 -> normalize -> 1.352.100
|
||||
%define cpan_version 1.3521
|
||||
# 1.3522 -> normalize -> 1.352.200
|
||||
%define cpan_version 1.3522
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Lightweight yet powerful web application framework
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/Y/YA/YANICK/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BIGPRESH/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
@@ -34,14 +34,14 @@ BuildRequires: perl-macros
|
||||
BuildRequires: perl(Data::Dump)
|
||||
BuildRequires: perl(Devel::Hide)
|
||||
BuildRequires: perl(HTTP::Body)
|
||||
BuildRequires: perl(HTTP::CookieJar) >= 0.008
|
||||
BuildRequires: perl(HTTP::CookieJar) >= 0.8
|
||||
BuildRequires: perl(HTTP::Date)
|
||||
BuildRequires: perl(HTTP::Headers)
|
||||
BuildRequires: perl(HTTP::Request)
|
||||
BuildRequires: perl(HTTP::Server::Simple::PSGI)
|
||||
BuildRequires: perl(HTTP::Tiny) >= 0.014
|
||||
BuildRequires: perl(Hash::Merge::Simple)
|
||||
BuildRequires: perl(JSON) >= 2.90
|
||||
BuildRequires: perl(JSON) >= 2.900
|
||||
BuildRequires: perl(MIME::Types)
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
BuildRequires: perl(Plack::Builder)
|
||||
@@ -136,7 +136,7 @@ Provides: perl(Dancer::Test) = %{version}
|
||||
Provides: perl(Dancer::Timer) = %{version}
|
||||
Provides: perl(HTTP::Tiny::NoProxy) = %{version}
|
||||
%undefine __perllib_provides
|
||||
Recommends: perl(MIME::Types) >= 2.17
|
||||
Recommends: perl(MIME::Types) >= 2.170
|
||||
Recommends: perl(YAML)
|
||||
Recommends: perl(YAML::XS)
|
||||
%{perl_requires}
|
||||
@@ -164,7 +164,7 @@ testing), and can run under PSGI/Plack for easy deployment in a variety of
|
||||
webserver environments.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%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
|
||||
|
||||
@@ -181,7 +181,7 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc AUTHORS Changes CONTRIBUTORS doap.xml examples README
|
||||
%doc AUTHORS Changes CONTRIBUTORS doap.xml examples pod2htmd.tmp README SECURITY.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user