Accepting request 860687 from devel:languages:perl:autoupdate
- updated to 6.10 see /usr/share/doc/packages/perl-HTTP-Cookies/Changes 6.10 2021-01-04 22:03:43Z - Do not set discard if max-age is set (GH#61) (robnagler, simbabque) - Add tests for #61 - do not set discard if max-age is set (GH#65) (Julien Fiegehenn) OBS-URL: https://build.opensuse.org/request/show/860687 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Cookies?expand=0&rev=18
This commit is contained in:
parent
40245a3ae5
commit
12bf56be79
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:903f017afaa5b78599cc90efc14ecccc8cc2ebfb636eb8c02f8f16ba861d1fe0
|
|
||||||
size 42441
|
|
BIN
HTTP-Cookies-6.10.tar.gz
(Stored with Git LFS)
Normal file
BIN
HTTP-Cookies-6.10.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 5 03:07:23 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 6.10
|
||||||
|
see /usr/share/doc/packages/perl-HTTP-Cookies/Changes
|
||||||
|
|
||||||
|
6.10 2021-01-04 22:03:43Z
|
||||||
|
- Do not set discard if max-age is set (GH#61) (robnagler, simbabque)
|
||||||
|
- Add tests for #61 - do not set discard if max-age is set (GH#65) (Julien Fiegehenn)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 20 11:27:15 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Fri Nov 20 11:27:15 UTC 2020 - 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) 2020 SUSE LLC
|
# Copyright (c) 2021 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
|
||||||
@ -16,18 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-HTTP-Cookies
|
|
||||||
Version: 6.09
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name HTTP-Cookies
|
%define cpan_name HTTP-Cookies
|
||||||
|
Name: perl-HTTP-Cookies
|
||||||
|
Version: 6.10
|
||||||
|
Release: 0
|
||||||
Summary: HTTP cookie jars
|
Summary: HTTP cookie jars
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
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}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(HTTP::Date) >= 6
|
BuildRequires: perl(HTTP::Date) >= 6
|
||||||
@ -59,11 +57,11 @@ 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
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -74,7 +72,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes CONTRIBUTORS README.md
|
%doc Changes CONTRIBUTORS README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user