From 7c72966bf574080439424831302124c0cbf6efff63ec9b02e4eb036324cddd47 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 4 Jan 2024 13:21:47 +0000 Subject: [PATCH] Accepting request 1136571 from devel:languages:perl:autoupdate - 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) OBS-URL: https://build.opensuse.org/request/show/1136571 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Cookies?expand=0&rev=20 --- HTTP-Cookies-6.10.tar.gz | 3 --- HTTP-Cookies-6.11.tar.gz | 3 +++ perl-HTTP-Cookies.changes | 9 +++++++++ perl-HTTP-Cookies.spec | 15 ++++++++++----- 4 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 HTTP-Cookies-6.10.tar.gz create mode 100644 HTTP-Cookies-6.11.tar.gz diff --git a/HTTP-Cookies-6.10.tar.gz b/HTTP-Cookies-6.10.tar.gz deleted file mode 100644 index e55f263..0000000 --- a/HTTP-Cookies-6.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e36f36633c5ce6b5e4b876ffcf74787cc5efe0736dd7f487bdd73c14f0bd7007 -size 42448 diff --git a/HTTP-Cookies-6.11.tar.gz b/HTTP-Cookies-6.11.tar.gz new file mode 100644 index 0000000..8389543 --- /dev/null +++ b/HTTP-Cookies-6.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9a541a4a39f6c0c7e3d0b700b05dfdb830bd490a1b1942a7dedd1b50d9a8c8 +size 46131 diff --git a/perl-HTTP-Cookies.changes b/perl-HTTP-Cookies.changes index 6116536..b25be20 100644 --- a/perl-HTTP-Cookies.changes +++ b/perl-HTTP-Cookies.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Dec 8 03:07:00 UTC 2023 - Tina Müller + +- 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 diff --git a/perl-HTTP-Cookies.spec b/perl-HTTP-Cookies.spec index 10bce6c..8dbad8f 100644 --- a/perl-HTTP-Cookies.spec +++ b/perl-HTTP-Cookies.spec @@ -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