8
0

Accepting request 638905 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/638905
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-AuthCookie?expand=0&rev=25
This commit is contained in:
2018-09-28 06:16:46 +00:00
committed by Git OBS Bridge
parent 4fd55100c2
commit 48d7bf2ada
4 changed files with 1434 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30e8066eed5518fd7f686c621aefb2db0c7d22221a6d7e2b926dcf8f2a20d008
size 50318

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58daeb3e44c681ff88f8fb00e4aabaa7a40cbee73dbdb84fcf6c285b15d357bd
size 58156

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Apache-AuthCookie # spec file for package perl-Apache-AuthCookie
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@@ -12,33 +12,37 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-Apache-AuthCookie Name: perl-Apache-AuthCookie
Version: 3.25 Version: 3.27
Release: 0 Release: 0
%define cpan_name Apache-AuthCookie %define cpan_name Apache-AuthCookie
Summary: Perl Authentication and Authorization via cookies Summary: Perl Authentication and Authorization via cookies
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Apache-AuthCookie/ Url: http://search.cpan.org/dist/Apache-AuthCookie/
Source0: http://www.cpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Apache::Test) >= 1.39 BuildRequires: perl(Apache::Test) >= 1.39
BuildRequires: perl(CGI) >= 3.12
BuildRequires: perl(Class::Load) >= 0.03 BuildRequires: perl(Class::Load) >= 0.03
BuildRequires: perl(HTTP::Body)
BuildRequires: perl(Hash::MultiValue)
BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(mod_perl2) >= 1.999022 BuildRequires: perl(URI::Escape) >= 1.31
Requires: perl(CGI) >= 3.12 BuildRequires: perl(WWW::Form::UrlEncoded)
Requires: perl(Class::Load) >= 0.03 Requires: perl(Class::Load) >= 0.03
Requires: perl(HTTP::Body)
Requires: perl(Hash::MultiValue)
Requires: perl(Test::More) >= 0.94 Requires: perl(Test::More) >= 0.94
Requires: perl(mod_perl2) >= 1.999022 Requires: perl(WWW::Form::UrlEncoded)
Recommends: perl(WWW::Form::UrlEncoded::XS)
%{perl_requires} %{perl_requires}
# MANUAL BEGIN # MANUAL BEGIN
BuildRequires: netcfg BuildRequires: netcfg
@@ -217,6 +221,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README README.modperl2 scripts %doc Changes README README.modperl2 scripts
%license LICENSE
%changelog %changelog