Accepting request 1114100 from devel:languages:perl:autoupdate
- updated to 6.45 see /usr/share/doc/packages/perl-HTTP-Message/Changes 6.45 2023-09-27 14:27:31Z - Allow for file ownership conflicts with Docker and GitHub Actions (GH#193) (Olaf Alders) - Add the 'status_code' function for getting all status codes as hash (GH#194) (Dai Okabayashi) OBS-URL: https://build.opensuse.org/request/show/1114100 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Message?expand=0&rev=53
This commit is contained in:
parent
c9e544f422
commit
e28ce0c15c
BIN
HTTP-Message-6.44.tar.gz
(Stored with Git LFS)
BIN
HTTP-Message-6.44.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
HTTP-Message-6.45.tar.gz
Normal file
3
HTTP-Message-6.45.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01cb8406612a3f738842d1e97313ae4d874870d1b8d6d66331f16000943d4cbe
|
||||
size 95552
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 03:06:30 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.45
|
||||
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
||||
|
||||
6.45 2023-09-27 14:27:31Z
|
||||
- Allow for file ownership conflicts with Docker and GitHub Actions
|
||||
(GH#193) (Olaf Alders)
|
||||
- Add the 'status_code' function for getting all status codes as hash
|
||||
(GH#194) (Dai Okabayashi)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 03:07:31 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTTP-Message
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,12 +18,13 @@
|
||||
|
||||
%define cpan_name HTTP-Message
|
||||
Name: perl-HTTP-Message
|
||||
Version: 6.44
|
||||
Version: 6.450.0
|
||||
Release: 0
|
||||
%define cpan_version 6.45
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: HTTP style message (base class)
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
@ -62,8 +63,19 @@ Requires: perl(IO::Uncompress::RawInflate)
|
||||
Requires: perl(LWP::MediaTypes) >= 6
|
||||
Requires: perl(URI) >= 1.10
|
||||
Requires: perl(parent)
|
||||
Recommends: perl(IO::Compress::Brotli) >= 0.004001
|
||||
Recommends: perl(IO::Uncompress::Brotli) >= 0.004001
|
||||
Provides: perl(HTTP::Config) = 6.450.0
|
||||
Provides: perl(HTTP::Headers) = 6.450.0
|
||||
Provides: perl(HTTP::Headers::Auth) = 6.450.0
|
||||
Provides: perl(HTTP::Headers::ETag) = 6.450.0
|
||||
Provides: perl(HTTP::Headers::Util) = 6.450.0
|
||||
Provides: perl(HTTP::Message) = 6.450.0
|
||||
Provides: perl(HTTP::Request) = 6.450.0
|
||||
Provides: perl(HTTP::Request::Common) = 6.450.0
|
||||
Provides: perl(HTTP::Response) = 6.450.0
|
||||
Provides: perl(HTTP::Status) = 6.450.0
|
||||
%define __perllib_provides /bin/true
|
||||
Recommends: perl(IO::Compress::Brotli) >= 0.4.1
|
||||
Recommends: perl(IO::Uncompress::Brotli) >= 0.4.1
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -381,7 +393,7 @@ these methods:
|
||||
$mess->proxy_authorization_basic
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Loading…
Reference in New Issue
Block a user