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:
commit
fb3e0f06f3
BIN
HTTP-Cookies-6.10.tar.gz
(Stored with Git LFS)
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
BIN
HTTP-Cookies-6.11.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Tue Jan 5 03:07:23 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTTP-Cookies
|
# 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
|
# 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,12 +18,13 @@
|
|||||||
|
|
||||||
%define cpan_name HTTP-Cookies
|
%define cpan_name HTTP-Cookies
|
||||||
Name: perl-HTTP-Cookies
|
Name: perl-HTTP-Cookies
|
||||||
Version: 6.10
|
Version: 6.110.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP cookie jars
|
%define cpan_version 6.11
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
|
Summary: HTTP cookie jars
|
||||||
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}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@ -36,6 +37,10 @@ BuildRequires: perl(URI)
|
|||||||
Requires: perl(HTTP::Date) >= 6
|
Requires: perl(HTTP::Date) >= 6
|
||||||
Requires: perl(HTTP::Headers::Util) >= 6
|
Requires: perl(HTTP::Headers::Util) >= 6
|
||||||
Requires: perl(HTTP::Request)
|
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}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%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.
|
_HTTP::Cookies_ object can be saved in and restored from files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Loading…
Reference in New Issue
Block a user