Compare commits
	
		
			3 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| 09282fd791 | |||
| 31e6c88019 | |||
| 802c13e2f6 | 
							
								
								
									
										
											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.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								HTTP-Message-7.01.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								HTTP-Message-7.01.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -1,5 +0,0 @@
 | 
			
		||||
mtime: 1760990904
 | 
			
		||||
commit: 33a13bf287e6606fc3f7e07316191f0d58afba3c9a6919d00a603d2eb0700a63
 | 
			
		||||
url: https://src.opensuse.org/perl/perl-HTTP-Message.git
 | 
			
		||||
revision: 33a13bf287e6606fc3f7e07316191f0d58afba3c9a6919d00a603d2eb0700a63
 | 
			
		||||
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
 | 
			
		||||
@@ -1,3 +0,0 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:ee4155f1f7083bf3b615f1ccf46e735f7175f8f7f0439983b30a256b3178718d
 | 
			
		||||
size 256
 | 
			
		||||
@@ -1,14 +1,3 @@
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
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>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
#
 | 
			
		||||
# spec file for package perl-HTTP-Message
 | 
			
		||||
#
 | 
			
		||||
# Copyright (c) 2025 SUSE LLC and contributors
 | 
			
		||||
# 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,10 +18,10 @@
 | 
			
		||||
 | 
			
		||||
%define cpan_name HTTP-Message
 | 
			
		||||
Name:           perl-HTTP-Message
 | 
			
		||||
Version:        7.10.0
 | 
			
		||||
Version:        7.0.0
 | 
			
		||||
Release:        0
 | 
			
		||||
# 7.01 -> normalize -> 7.10.0
 | 
			
		||||
%define cpan_version 7.01
 | 
			
		||||
# 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}
 | 
			
		||||
@@ -31,7 +31,7 @@ Source100:      README.md
 | 
			
		||||
BuildArch:      noarch
 | 
			
		||||
BuildRequires:  perl
 | 
			
		||||
BuildRequires:  perl-macros
 | 
			
		||||
BuildRequires:  perl(Clone) >= 0.460
 | 
			
		||||
BuildRequires:  perl(Clone) >= 0.46
 | 
			
		||||
BuildRequires:  perl(Compress::Raw::Bzip2)
 | 
			
		||||
BuildRequires:  perl(Compress::Raw::Zlib) >= 2.062
 | 
			
		||||
BuildRequires:  perl(Encode) >= 3.01
 | 
			
		||||
@@ -47,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.100
 | 
			
		||||
BuildRequires:  perl(URI) >= 1.10
 | 
			
		||||
BuildRequires:  perl(URI::URL)
 | 
			
		||||
BuildRequires:  perl(parent)
 | 
			
		||||
Requires:       perl(Clone) >= 0.460
 | 
			
		||||
Requires:       perl(Clone) >= 0.46
 | 
			
		||||
Requires:       perl(Compress::Raw::Bzip2)
 | 
			
		||||
Requires:       perl(Compress::Raw::Zlib) >= 2.062
 | 
			
		||||
Requires:       perl(Encode) >= 3.01
 | 
			
		||||
@@ -63,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.100
 | 
			
		||||
Requires:       perl(URI) >= 1.10
 | 
			
		||||
Requires:       perl(parent)
 | 
			
		||||
Provides:       perl(HTTP::Config) = %{version}
 | 
			
		||||
Provides:       perl(HTTP::Headers) = %{version}
 | 
			
		||||
@@ -395,7 +395,7 @@ these methods:
 | 
			
		||||
    $mess->proxy_authorization_basic
 | 
			
		||||
 | 
			
		||||
%prep
 | 
			
		||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
 | 
			
		||||
%autosetup  -n %{cpan_name}-%{cpan_version}
 | 
			
		||||
 | 
			
		||||
%build
 | 
			
		||||
perl Makefile.PL INSTALLDIRS=vendor
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user