Accepting request 1136811 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1136811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Cookies?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2024-01-05 20:39:55 +00:00 committed by Git OBS Bridge
commit fb3e0f06f3
4 changed files with 22 additions and 8 deletions

BIN
HTTP-Cookies-6.10.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
HTTP-Cookies-6.11.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Dec 8 03:07:00 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 6.11
see /usr/share/doc/packages/perl-HTTP-Cookies/Changes
6.11 2023-12-07 16:36:52Z
- Replace "Test" with "Test::More" (GH#70) (James Raspass)
-------------------------------------------------------------------
Tue Jan 5 03:07:23 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-HTTP-Cookies
#
# Copyright (c) 2021 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,13 @@
%define cpan_name HTTP-Cookies
Name: perl-HTTP-Cookies
Version: 6.10
Version: 6.110.0
Release: 0
Summary: HTTP cookie jars
%define cpan_version 6.11
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: HTTP cookie jars
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
@ -36,6 +37,10 @@ BuildRequires: perl(URI)
Requires: perl(HTTP::Date) >= 6
Requires: perl(HTTP::Headers::Util) >= 6
Requires: perl(HTTP::Request)
Provides: perl(HTTP::Cookies) = %{version}
Provides: perl(HTTP::Cookies::Microsoft) = %{version}
Provides: perl(HTTP::Cookies::Netscape) = %{version}
%define __perllib_provides /bin/true
%{perl_requires}
%description
@ -57,7 +62,7 @@ to initialize Cookie-headers in _HTTP::Request_ objects. The state of a
_HTTP::Cookies_ object can be saved in and restored from files.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor