Accepting request 231059 from home:mnhauke:nagios
update to version 0.10023 OBS-URL: https://build.opensuse.org/request/show/231059 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Plugin-Authentication?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
9350b9c2ac
commit
737c33d90a
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43da5c0fc12a5a80353ce10f4fe9d1627b7e09f61800d29813e8e3a212113e1e
|
||||
size 71469
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdddbbcd04bfab9ae7ee64474712dc2761897446fe45ab7c8cf0b7a85640d5fe
|
||||
size 71470
|
||||
3
Catalyst-Plugin-Authentication-0.10023.tar.gz
Normal file
3
Catalyst-Plugin-Authentication-0.10023.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36039aabdacb07e6687a4d7a8bfac78fe9d0fbb04cda8d6d966d6c1e3259d06c
|
||||
size 80041
|
||||
@@ -1,56 +0,0 @@
|
||||
Index: Catalyst-Plugin-Authentication-0.10017/t/06_user.t
|
||||
===================================================================
|
||||
--- Catalyst-Plugin-Authentication-0.10017.orig/t/06_user.t
|
||||
+++ Catalyst-Plugin-Authentication-0.10017/t/06_user.t
|
||||
@@ -1,6 +1,6 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
-
|
||||
+use lib '__vendorperl__';
|
||||
use Test::More;
|
||||
use Test::Exception;
|
||||
|
||||
Index: Catalyst-Plugin-Authentication-0.10017/t/live_app_realms_progressive.t
|
||||
===================================================================
|
||||
--- Catalyst-Plugin-Authentication-0.10017.orig/t/live_app_realms_progressive.t
|
||||
+++ Catalyst-Plugin-Authentication-0.10017/t/live_app_realms_progressive.t
|
||||
@@ -1,6 +1,6 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
-
|
||||
+use lib '__vendorperl__';
|
||||
use Test::More;
|
||||
|
||||
use lib 't/lib';
|
||||
Index: Catalyst-Plugin-Authentication-0.10017/t/live_app_remote1.t
|
||||
===================================================================
|
||||
--- Catalyst-Plugin-Authentication-0.10017.orig/t/live_app_remote1.t
|
||||
+++ Catalyst-Plugin-Authentication-0.10017/t/live_app_remote1.t
|
||||
@@ -1,5 +1,6 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
+use lib '__vendorperl__';
|
||||
use Test::More;
|
||||
|
||||
use lib 't/lib';
|
||||
Index: Catalyst-Plugin-Authentication-0.10017/t/live_app_remote2.t
|
||||
===================================================================
|
||||
--- Catalyst-Plugin-Authentication-0.10017.orig/t/live_app_remote2.t
|
||||
+++ Catalyst-Plugin-Authentication-0.10017/t/live_app_remote2.t
|
||||
@@ -1,5 +1,6 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
+use lib '__vendorperl__';
|
||||
use Test::More;
|
||||
|
||||
use lib 't/lib';
|
||||
Index: Catalyst-Plugin-Authentication-0.10017/Makefile.PL
|
||||
===================================================================
|
||||
--- Catalyst-Plugin-Authentication-0.10017.orig/Makefile.PL
|
||||
+++ Catalyst-Plugin-Authentication-0.10017/Makefile.PL
|
||||
@@ -1,4 +1,5 @@
|
||||
use inc::Module::Install 0.87;
|
||||
+use lib '__vendorperl__';
|
||||
|
||||
if ( $Module::Install::AUTHOR ) {
|
||||
system( 'pod2text lib/Catalyst/Plugin/Authentication.pm > README' )
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 21 15:22:55 UTC 2014 - mardnh@gmx.de
|
||||
|
||||
- update to version 0.10023
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 5 01:10:28 UTC 2011 - lars@linux-schulserver.de
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Catalyst-Plugin-Authentication (Version 0.10017)
|
||||
# spec file for package perl-Catalyst-Plugin-Authentication
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,35 +15,39 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Catalyst-Plugin-Authentication
|
||||
Version: 0.10017
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.10023
|
||||
Release: 0
|
||||
%define cpan_name Catalyst-Plugin-Authentication
|
||||
Summary: Infrastructure plugin for the Catalyst
|
||||
Url: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authentication-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
Patch1: perl-Catalyst-Plugin-Authentication-use_lib.patch
|
||||
Url: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
|
||||
Source: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Catalyst::Plugin::Session) >= 0.10
|
||||
BuildRequires: perl(Catalyst::Plugin::Session::State::Cookie)
|
||||
BuildRequires: perl(Catalyst::Runtime)
|
||||
BuildRequires: perl(Class::Inspector)
|
||||
BuildRequires: perl(Class::MOP)
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(Digest::SHA1)
|
||||
BuildRequires: perl(MRO::Compat)
|
||||
BuildRequires: perl(Module::Pluggable) >= 5.1
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::WWW::Mechanize::Catalyst)
|
||||
Requires: perl(Catalyst::Plugin::Session) >= 0.10
|
||||
Requires: perl(Catalyst::Runtime)
|
||||
Requires: perl(Class::Inspector)
|
||||
Requires: perl(Class::MOP)
|
||||
Requires: perl(Moose)
|
||||
Requires: perl(MRO::Compat)
|
||||
Requires: perl(Module::Pluggable) >= 5.1
|
||||
Requires: perl(Moose)
|
||||
Requires: perl(Test::Exception)
|
||||
%{perl_requires}
|
||||
|
||||
@@ -73,7 +77,6 @@ information.
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%if 0%{?suse_version} >= 1110
|
||||
%patch1 -p1
|
||||
sed -i "s|__vendorperl__|%{perl_vendorlib}|g" Makefile.PL t/*.t
|
||||
%endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user