Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
2859e412f5 | |||
e42dc98dd8 | |||
b6d9732762 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3816dc777c869d86c993ecbcb39c9089663de0dc85302376c9f1a61486522545
|
||||
size 26047
|
3
Plack-Test-Agent-1.6.tar.gz
Normal file
3
Plack-Test-Agent-1.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42ca970fcc2762603808ec868a437b7862c78f0983ece6a2fddb990fbae9e080
|
||||
size 28011
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 5 05:33:38 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.600.0 (1.6)
|
||||
see /usr/share/doc/packages/perl-Plack-Test-Agent/Changes
|
||||
|
||||
1.6 2025-07-05 01:02:12Z
|
||||
* Remove experimental note, given age of API (GH#2) (Andy Beverley)
|
||||
* Add PUT and DELETE HTTP methods (GH#1) (Andy Beverley)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 22:28:17 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
@@ -18,14 +18,15 @@
|
||||
|
||||
%define cpan_name Plack-Test-Agent
|
||||
Name: perl-Plack-Test-Agent
|
||||
Version: 1.500.0
|
||||
Version: 1.600.0
|
||||
Release: 0
|
||||
# 1.5 -> normalize -> 1.500.0
|
||||
%define cpan_version 1.5
|
||||
# 1.6 -> normalize -> 1.600.0
|
||||
%define cpan_version 1.6
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: OO interface for testing low-level Plack/PSGI apps
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -61,7 +62,7 @@ Provides: perl(Test::WWW::Mechanize::Bound) = %{version}
|
||||
OO interface for testing low-level Plack/PSGI apps
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user