Accepting request 860698 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/860698 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Message?expand=0&rev=25
This commit is contained in:
commit
bec9f46d70
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ce6c359de75c3bb86696a390189b485ec93e3ffc55326b6d044fa900f1725e1
|
||||
size 87783
|
3
HTTP-Message-6.27.tar.gz
Normal file
3
HTTP-Message-6.27.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0be0f720fbbbdbae8711f6eec9b2f0d34bd5ed5046fc66b80dc3b42017c1e699
|
||||
size 87825
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 03:06:58 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.27
|
||||
see /usr/share/doc/packages/perl-HTTP-Message/Changes
|
||||
|
||||
6.27 2021-01-05 03:02:01Z
|
||||
- Clean up backcompat code (GH#148) (Dan Book)
|
||||
- Add "308 Permanent Redirect" to is_cacheable_by_default (GH#150) (simbabque)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 11 03:07:40 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTTP-Message
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,18 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-HTTP-Message
|
||||
Version: 6.26
|
||||
Release: 0
|
||||
%define cpan_name HTTP-Message
|
||||
Name: perl-HTTP-Message
|
||||
Version: 6.27
|
||||
Release: 0
|
||||
Summary: HTTP style message (base class)
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Compress::Raw::Zlib)
|
||||
@ -373,11 +371,11 @@ these methods:
|
||||
$mess->proxy_authorization_basic
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -388,7 +386,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING.md CONTRIBUTORS README.md
|
||||
%license LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user