forked from pool/perl-Path-Router
Accepting request 295944 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/295944 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Router?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
d36940b42f
commit
4893d0180e
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcb234633e9f795460e32214973172c9e757d73f8fe40be2afbaa226e6b215bc
|
||||
size 25785
|
||||
3
Path-Router-0.14.tar.gz
Normal file
3
Path-Router-0.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ad5eed7ecec638b2788f64fbc1d358ad1fb10690c48c3bfdb19bcbc762ef474
|
||||
size 28119
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 17:50:23 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.14
|
||||
see /usr/share/doc/packages/perl-Path-Router/Changes
|
||||
|
||||
0.14 2015-01-13
|
||||
- localize $SIG{__DIE__} so that our exception based
|
||||
flow control does not mess up, or get messed up by,
|
||||
application exception handling
|
||||
- thanks to Tim Bunce for finding and reporting
|
||||
this issue
|
||||
|
||||
0.13 2014-08-24
|
||||
- Allow path components to be false values (doy)
|
||||
- added tests for this
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 14:38:56 UTC 2014 - ncutler@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Path-Router
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: perl-Path-Router
|
||||
Version: 0.12
|
||||
Version: 0.14
|
||||
Release: 0
|
||||
%define cpan_name Path-Router
|
||||
Summary: A tool for routing paths
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Path-Router/
|
||||
Source: http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
|
||||
Source: http://www.cpan.org/authors/id/S/ST/STEVAN/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -37,12 +37,6 @@ BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
#BuildRequires: perl(Moose::Util::TypeConstraints)
|
||||
#BuildRequires: perl(Path::Router)
|
||||
#BuildRequires: perl(Path::Router::Route)
|
||||
#BuildRequires: perl(Path::Router::Route::Match)
|
||||
#BuildRequires: perl(Path::Router::Types)
|
||||
#BuildRequires: perl(Test::Path::Router)
|
||||
Requires: perl(Eval::Closure) >= 0.06
|
||||
Requires: perl(Moose) >= 0.74
|
||||
Requires: perl(MooseX::Clone) >= 0.04
|
||||
|
||||
Reference in New Issue
Block a user