forked from pool/perl-Path-Router
Accepting request 368313 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/368313 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Router?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
65a50b64c2
commit
7a242a88b2
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2ad5eed7ecec638b2788f64fbc1d358ad1fb10690c48c3bfdb19bcbc762ef474
|
|
||||||
size 28119
|
|
||||||
3
Path-Router-0.15.tar.gz
Normal file
3
Path-Router-0.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:56a5b2b6cb71ed06b3cda35e9ea85c2ad69c1605b88cec83516dafbbd46a2b1a
|
||||||
|
size 29998
|
||||||
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#description: |-
|
||||||
|
# override description from CPAN
|
||||||
|
#summary: override summary from CPAN
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_build: |-
|
||||||
|
# rm unused.files
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
||||||
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 8 10:47:48 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.15
|
||||||
|
see /usr/share/doc/packages/perl-Path-Router/Changes
|
||||||
|
|
||||||
|
0.15 2016-03-01 NEILB
|
||||||
|
- Switched to Moo, done by FELLIOTT++.
|
||||||
|
- Added strict and warnings to Path::Router::Types - MANWAR++
|
||||||
|
- Specified versions when use'ing any third-party modules.
|
||||||
|
- Added minimal doc for route_class() method in Path::Router,
|
||||||
|
and clone() method in Path::Router::Route.
|
||||||
|
- Updated Stevan's email address.
|
||||||
|
|
||||||
|
0.14_01 2015-07-03
|
||||||
|
- Switched to Moo, done by FELLIOTT++.
|
||||||
|
- Specified versions when use'ing any third-party modules.
|
||||||
|
- Temporarily dropped NextRelease and Git::NextVersion from the @DOY
|
||||||
|
bundle, so I can specify a developer release version.
|
||||||
|
- Added minimal doc for route_class() method in Path::Router,
|
||||||
|
and clone() method in Path::Router::Route.
|
||||||
|
- Updated Stevan's email address.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 13 17:50:23 UTC 2015 - coolo@suse.com
|
Mon Apr 13 17:50:23 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Path-Router
|
# spec file for package perl-Path-Router
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 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
|
||||||
@@ -17,32 +17,51 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Path-Router
|
Name: perl-Path-Router
|
||||||
Version: 0.14
|
Version: 0.15
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Path-Router
|
%define cpan_name Path-Router
|
||||||
Summary: A tool for routing paths
|
Summary: Tool for Routing Paths
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Path-Router/
|
Url: http://search.cpan.org/dist/Path-Router/
|
||||||
Source: http://www.cpan.org/authors/id/S/ST/STEVAN/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
|
||||||
|
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(Eval::Closure) >= 0.06
|
BuildRequires: perl(Carp) >= 1.32
|
||||||
BuildRequires: perl(Moose) >= 0.74
|
BuildRequires: perl(Clone::PP) >= 1.04
|
||||||
BuildRequires: perl(MooseX::Clone) >= 0.04
|
BuildRequires: perl(Data::Dumper) >= 2.154
|
||||||
BuildRequires: perl(Sub::Exporter)
|
BuildRequires: perl(Eval::Closure) >= 0.13
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(File::Spec::Unix) >= 3.40
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Moo) >= 2.000001
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Sub::Exporter) >= 0.981
|
||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Term::ReadLine) >= 1.11
|
||||||
Requires: perl(Eval::Closure) >= 0.06
|
BuildRequires: perl(Test::Builder) >= 1.001013
|
||||||
Requires: perl(Moose) >= 0.74
|
BuildRequires: perl(Test::Deep) >= 0.113
|
||||||
Requires: perl(MooseX::Clone) >= 0.04
|
BuildRequires: perl(Test::Fatal) >= 0.012
|
||||||
Requires: perl(Sub::Exporter)
|
BuildRequires: perl(Test::More) >= 1.001013
|
||||||
Requires: perl(Test::Deep)
|
BuildRequires: perl(Try::Tiny) >= 0.19
|
||||||
Requires: perl(Try::Tiny)
|
BuildRequires: perl(Type::Tiny) >= 1.000005
|
||||||
|
BuildRequires: perl(Types::Standard) >= 1.000005
|
||||||
|
BuildRequires: perl(constant) >= 1.24
|
||||||
|
BuildRequires: perl(namespace::clean) >= 0.23
|
||||||
|
Requires: perl(Carp) >= 1.32
|
||||||
|
Requires: perl(Clone::PP) >= 1.04
|
||||||
|
Requires: perl(Data::Dumper) >= 2.154
|
||||||
|
Requires: perl(Eval::Closure) >= 0.13
|
||||||
|
Requires: perl(File::Spec::Unix) >= 3.40
|
||||||
|
Requires: perl(Moo) >= 2.000001
|
||||||
|
Requires: perl(Sub::Exporter) >= 0.981
|
||||||
|
Requires: perl(Term::ReadLine) >= 1.11
|
||||||
|
Requires: perl(Test::Builder) >= 1.001013
|
||||||
|
Requires: perl(Test::Deep) >= 0.113
|
||||||
|
Requires: perl(Try::Tiny) >= 0.19
|
||||||
|
Requires: perl(Type::Tiny) >= 1.000005
|
||||||
|
Requires: perl(Types::Standard) >= 1.000005
|
||||||
|
Requires: perl(constant) >= 1.24
|
||||||
|
Requires: perl(namespace::clean) >= 0.23
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
Reference in New Issue
Block a user