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:
Stephan Kulow
2014-04-23 04:59:00 +00:00
committed by Git OBS Bridge
parent 9350b9c2ac
commit 737c33d90a
6 changed files with 23 additions and 74 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43da5c0fc12a5a80353ce10f4fe9d1627b7e09f61800d29813e8e3a212113e1e
size 71469

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36039aabdacb07e6687a4d7a8bfac78fe9d0fbb04cda8d6d966d6c1e3259d06c
size 80041

View File

@@ -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' )

View File

@@ -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 Sun Jun 5 01:10:28 UTC 2011 - lars@linux-schulserver.de

View File

@@ -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 # 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
@@ -15,35 +15,39 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: perl-Catalyst-Plugin-Authentication Name: perl-Catalyst-Plugin-Authentication
Version: 0.10017 Version: 0.10023
Release: 1 Release: 0
License: GPL+ or Artistic
%define cpan_name Catalyst-Plugin-Authentication %define cpan_name Catalyst-Plugin-Authentication
Summary: Infrastructure plugin for the Catalyst 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 Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authentication-%{version}.tar.gz Url: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
Source: %{cpan_name}-%{version}.tar.gz Source: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
Patch1: perl-Catalyst-Plugin-Authentication-use_lib.patch
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(Catalyst::Plugin::Session) >= 0.10 BuildRequires: perl(Catalyst::Plugin::Session) >= 0.10
BuildRequires: perl(Catalyst::Plugin::Session::State::Cookie)
BuildRequires: perl(Catalyst::Runtime) BuildRequires: perl(Catalyst::Runtime)
BuildRequires: perl(Class::Inspector) BuildRequires: perl(Class::Inspector)
BuildRequires: perl(Class::MOP) BuildRequires: perl(Class::MOP)
BuildRequires: perl(Moose) BuildRequires: perl(Digest::SHA1)
BuildRequires: perl(MRO::Compat) BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Module::Pluggable) >= 5.1
BuildRequires: perl(Moose)
BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::WWW::Mechanize::Catalyst)
Requires: perl(Catalyst::Plugin::Session) >= 0.10 Requires: perl(Catalyst::Plugin::Session) >= 0.10
Requires: perl(Catalyst::Runtime) Requires: perl(Catalyst::Runtime)
Requires: perl(Class::Inspector) Requires: perl(Class::Inspector)
Requires: perl(Class::MOP) Requires: perl(Class::MOP)
Requires: perl(Moose)
Requires: perl(MRO::Compat) Requires: perl(MRO::Compat)
Requires: perl(Module::Pluggable) >= 5.1
Requires: perl(Moose)
Requires: perl(Test::Exception) Requires: perl(Test::Exception)
%{perl_requires} %{perl_requires}
@@ -73,7 +77,6 @@ information.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%if 0%{?suse_version} >= 1110 %if 0%{?suse_version} >= 1110
%patch1 -p1
sed -i "s|__vendorperl__|%{perl_vendorlib}|g" Makefile.PL t/*.t sed -i "s|__vendorperl__|%{perl_vendorlib}|g" Makefile.PL t/*.t
%endif %endif