Sync from SUSE:SLFO:Main perl-HTTP-Message revision 498bff5ac2a0247bfdfc2dfdc39ece9e
This commit is contained in:
parent
a83b6a528b
commit
03ed1a8278
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.
BIN
HTTP-Message-7.00.tar.gz
(Stored with Git LFS)
Normal file
BIN
HTTP-Message-7.00.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 05:32:40 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 7.0.0 (7.00)
|
||||
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
||||
|
||||
7.00 2024-10-07 15:31:56Z
|
||||
- Stop transforming LF into CRLF. Fixes #69 (GH#196) (Olaf Alders)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 16:20:47 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- updated to 6.460.0 (6.46)
|
||||
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
||||
|
||||
6.46 2024-05-27 18:58:16Z
|
||||
- Update several status codes to RFC 9110 (GH#197) (Wesley Schwengle)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:33:18 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Fix disabling of __perllib_provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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) 2024 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,14 @@
|
||||
|
||||
%define cpan_name HTTP-Message
|
||||
Name: perl-HTTP-Message
|
||||
Version: 6.44
|
||||
Version: 7.0.0
|
||||
Release: 0
|
||||
# 7.00 -> normalize -> 7.0.0
|
||||
%define cpan_version 7.00
|
||||
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 +64,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) = %{version}
|
||||
Provides: perl(HTTP::Headers) = %{version}
|
||||
Provides: perl(HTTP::Headers::Auth) = %{version}
|
||||
Provides: perl(HTTP::Headers::ETag) = %{version}
|
||||
Provides: perl(HTTP::Headers::Util) = %{version}
|
||||
Provides: perl(HTTP::Message) = %{version}
|
||||
Provides: perl(HTTP::Request) = %{version}
|
||||
Provides: perl(HTTP::Request::Common) = %{version}
|
||||
Provides: perl(HTTP::Response) = %{version}
|
||||
Provides: perl(HTTP::Status) = %{version}
|
||||
%undefine __perllib_provides
|
||||
Recommends: perl(IO::Compress::Brotli) >= 0.4.1
|
||||
Recommends: perl(IO::Uncompress::Brotli) >= 0.4.1
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -381,7 +394,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…
x
Reference in New Issue
Block a user