forked from pool/perl-HTTP-Message
Compare commits
33 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 33a13bf287 | |||
| 09282fd791 | |||
| 31e6c88019 | |||
| 802c13e2f6 | |||
| 14f425608d | |||
| 6d1015001c | |||
| 29a50657cc | |||
| 04135fb6c2 | |||
| 7b891fae74 | |||
| b6ea1a7dcb | |||
| 3a8f04b3c6 | |||
| 834809d166 | |||
| 7df04a73cf | |||
| 3ff456cfff | |||
| e7a9c1525f | |||
| dbe0b6ef6f | |||
| f88ec8ac00 | |||
|
|
bf15f85669 | ||
| bec9f46d70 | |||
| dc971565a9 | |||
| f91839e57b | |||
| b65829fe3d | |||
| c2e757dd36 | |||
| f33632387b | |||
| abe45ec2b3 | |||
| fbd9f670ba | |||
| 4383dc6c63 | |||
| 7d1e4aed8f | |||
| 0ee2a20fa1 | |||
|
|
8a76a0547e | ||
|
|
4a8ca7472a | ||
|
|
45c6d2813b | ||
|
|
f29b14eddf |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e27443434150d2d1259bb1e5c964429f61559b0ae34b5713090481994936e2a5
|
||||
size 95274
|
||||
BIN
HTTP-Message-7.01.tar.gz
LFS
Normal file
BIN
HTTP-Message-7.01.tar.gz
LFS
Normal file
Binary file not shown.
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,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 20:08:23 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 7.10.0 (7.01)
|
||||
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
||||
|
||||
7.01 2025-10-19 17:22:21Z
|
||||
- Fix HTTP::Response and HTTP::Request as_string/parse commutativity issue
|
||||
#62959 (GH#212) (Copilot)
|
||||
- Fix few minor typos (GH#202) (Yoshikazu Sawa)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTTP-Message
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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,19 +18,20 @@
|
||||
|
||||
%define cpan_name HTTP-Message
|
||||
Name: perl-HTTP-Message
|
||||
Version: 6.460.0
|
||||
Version: 7.10.0
|
||||
Release: 0
|
||||
# 6.46 -> normalize -> 6.460.0
|
||||
%define cpan_version 6.46
|
||||
# 7.01 -> normalize -> 7.10.0
|
||||
%define cpan_version 7.01
|
||||
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}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Clone) >= 0.46
|
||||
BuildRequires: perl(Clone) >= 0.460
|
||||
BuildRequires: perl(Compress::Raw::Bzip2)
|
||||
BuildRequires: perl(Compress::Raw::Zlib) >= 2.062
|
||||
BuildRequires: perl(Encode) >= 3.01
|
||||
@@ -46,10 +47,10 @@ BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Needs)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(URI) >= 1.10
|
||||
BuildRequires: perl(URI) >= 1.100
|
||||
BuildRequires: perl(URI::URL)
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(Clone) >= 0.46
|
||||
Requires: perl(Clone) >= 0.460
|
||||
Requires: perl(Compress::Raw::Bzip2)
|
||||
Requires: perl(Compress::Raw::Zlib) >= 2.062
|
||||
Requires: perl(Encode) >= 3.01
|
||||
@@ -62,7 +63,7 @@ Requires: perl(IO::HTML)
|
||||
Requires: perl(IO::Uncompress::Inflate)
|
||||
Requires: perl(IO::Uncompress::RawInflate)
|
||||
Requires: perl(LWP::MediaTypes) >= 6
|
||||
Requires: perl(URI) >= 1.10
|
||||
Requires: perl(URI) >= 1.100
|
||||
Requires: perl(parent)
|
||||
Provides: perl(HTTP::Config) = %{version}
|
||||
Provides: perl(HTTP::Headers) = %{version}
|
||||
@@ -394,7 +395,7 @@ these methods:
|
||||
$mess->proxy_authorization_basic
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
||||
Reference in New Issue
Block a user