diff --git a/Catalyst-Plugin-Authentication-0.10017.tar.gz b/Catalyst-Plugin-Authentication-0.10017.tar.gz deleted file mode 100644 index b11ddca..0000000 --- a/Catalyst-Plugin-Authentication-0.10017.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43da5c0fc12a5a80353ce10f4fe9d1627b7e09f61800d29813e8e3a212113e1e -size 71469 diff --git a/Catalyst-Plugin-Authentication-0.10018.tar.gz b/Catalyst-Plugin-Authentication-0.10018.tar.gz deleted file mode 100644 index 134065b..0000000 --- a/Catalyst-Plugin-Authentication-0.10018.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdddbbcd04bfab9ae7ee64474712dc2761897446fe45ab7c8cf0b7a85640d5fe -size 71470 diff --git a/Catalyst-Plugin-Authentication-0.10023.tar.gz b/Catalyst-Plugin-Authentication-0.10023.tar.gz new file mode 100644 index 0000000..bcc384c --- /dev/null +++ b/Catalyst-Plugin-Authentication-0.10023.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36039aabdacb07e6687a4d7a8bfac78fe9d0fbb04cda8d6d966d6c1e3259d06c +size 80041 diff --git a/perl-Catalyst-Plugin-Authentication-use_lib.patch b/perl-Catalyst-Plugin-Authentication-use_lib.patch deleted file mode 100644 index 4c5eeb3..0000000 --- a/perl-Catalyst-Plugin-Authentication-use_lib.patch +++ /dev/null @@ -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' ) diff --git a/perl-Catalyst-Plugin-Authentication.changes b/perl-Catalyst-Plugin-Authentication.changes index 9c6d97f..2017236 100644 --- a/perl-Catalyst-Plugin-Authentication.changes +++ b/perl-Catalyst-Plugin-Authentication.changes @@ -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 diff --git a/perl-Catalyst-Plugin-Authentication.spec b/perl-Catalyst-Plugin-Authentication.spec index 5f120a6..84840da 100644 --- a/perl-Catalyst-Plugin-Authentication.spec +++ b/perl-Catalyst-Plugin-Authentication.spec @@ -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