Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
67d0540e32 |
BIN
HTTP-Message-6.44.tar.gz
(Stored with Git LFS)
Normal file
BIN
HTTP-Message-6.44.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
HTTP-Message-7.00.tar.gz
(Stored with Git LFS)
BIN
HTTP-Message-7.00.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,38 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
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
|
# spec file for package perl-HTTP-Message
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,14 +18,12 @@
|
|||||||
|
|
||||||
%define cpan_name HTTP-Message
|
%define cpan_name HTTP-Message
|
||||||
Name: perl-HTTP-Message
|
Name: perl-HTTP-Message
|
||||||
Version: 7.0.0
|
Version: 6.44
|
||||||
Release: 0
|
Release: 0
|
||||||
# 7.00 -> normalize -> 7.0.0
|
|
||||||
%define cpan_version 7.00
|
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: HTTP style message (base class)
|
Summary: HTTP style message (base class)
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -64,19 +62,8 @@ Requires: perl(IO::Uncompress::RawInflate)
|
|||||||
Requires: perl(LWP::MediaTypes) >= 6
|
Requires: perl(LWP::MediaTypes) >= 6
|
||||||
Requires: perl(URI) >= 1.10
|
Requires: perl(URI) >= 1.10
|
||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
Provides: perl(HTTP::Config) = %{version}
|
Recommends: perl(IO::Compress::Brotli) >= 0.004001
|
||||||
Provides: perl(HTTP::Headers) = %{version}
|
Recommends: perl(IO::Uncompress::Brotli) >= 0.004001
|
||||||
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}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -394,7 +381,7 @@ these methods:
|
|||||||
$mess->proxy_authorization_basic
|
$mess->proxy_authorization_basic
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user