From f12dbe89b603dfb076521c2eade101d68bc8daac485a91dc84ebd48cf153557d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 13 Mar 2017 06:17:58 +0000 Subject: [PATCH] Accepting request 478615 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/478615 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-FindDev?expand=0&rev=5 --- Path-FindDev-0.5.2.tar.gz | 3 --- Path-FindDev-v0.5.3.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Path-FindDev.changes | 18 ++++++++++++++++++ perl-Path-FindDev.spec | 18 ++++++++++-------- 5 files changed, 59 insertions(+), 11 deletions(-) delete mode 100644 Path-FindDev-0.5.2.tar.gz create mode 100644 Path-FindDev-v0.5.3.tar.gz create mode 100644 cpanspec.yml diff --git a/Path-FindDev-0.5.2.tar.gz b/Path-FindDev-0.5.2.tar.gz deleted file mode 100644 index 43b8adf..0000000 --- a/Path-FindDev-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26e85cb063ecf5900dba30acaef260717b6c03b4926809d785917ef5b2a6fa63 -size 41803 diff --git a/Path-FindDev-v0.5.3.tar.gz b/Path-FindDev-v0.5.3.tar.gz new file mode 100644 index 0000000..070d0dc --- /dev/null +++ b/Path-FindDev-v0.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb465d3060ad7d71d338d48ade5798a96d3cd2bc40a3d619b940372038808b9 +size 41204 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Path-FindDev.changes b/perl-Path-FindDev.changes index 9073dd7..86642e8 100644 --- a/perl-Path-FindDev.changes +++ b/perl-Path-FindDev.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Mar 11 07:19:08 UTC 2017 - coolo@suse.com + +- updated to 0.5.3 + see /usr/share/doc/packages/perl-Path-FindDev/Changes + + v0.5.3 2017-03-10T07:02:09Z c9c9198 + - Bugfix: Avoid test failures due to -Ddefault_inc_excludes_dot + - Add "v" to version due to upstream requirements + - Tests made more portable to older Test::More + + [Dependencies::Stats] + - Dependencies changed since 0.5.2, see misc/*.deps* for details + - configure: +1 (recommends: ↑1) + - develop: +14 ↑4 -3 (recommends: +1, suggests: ↑2) + - runtime: ↓1 -1 (recommends: +1) + - test: +1 ↓1 (recommends: ↑1 ↓1) + ------------------------------------------------------------------- Tue Apr 14 21:10:13 UTC 2015 - coolo@suse.com diff --git a/perl-Path-FindDev.spec b/perl-Path-FindDev.spec index 0281810..1424520 100644 --- a/perl-Path-FindDev.spec +++ b/perl-Path-FindDev.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Path-FindDev # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,15 @@ Name: perl-Path-FindDev -Version: 0.5.2 +Version: 0.5.3 Release: 0 %define cpan_name Path-FindDev Summary: Find a development path somewhere in an upper hierarchy License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Path-FindDev/ -Source: http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-v%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -34,17 +35,17 @@ BuildRequires: perl(Path::IsDev) >= 0.2.2 BuildRequires: perl(Path::IsDev::Object) BuildRequires: perl(Path::Tiny) >= 0.054 BuildRequires: perl(Sub::Exporter) -BuildRequires: perl(Test::More) >= 0.89 Requires: perl(Class::Tiny) >= 0.010 Requires: perl(Path::IsDev) >= 0.2.2 Requires: perl(Path::IsDev::Object) Requires: perl(Path::Tiny) >= 0.054 Requires: perl(Sub::Exporter) +Recommends: perl(Path::Tiny) >= 0.058 %{perl_requires} %description -This package is mostly a glue layer around Path::IsDev with a few directory -walking tricks. +This package is mostly a glue layer around 'Path::IsDev' with a few +directory walking tricks. use Path::FindDev qw( find_dev ); @@ -55,7 +56,7 @@ walking tricks. } %prep -%setup -q -n %{cpan_name}-%{version} +%setup -q -n %{cpan_name}-v%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -71,6 +72,7 @@ walking tricks. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog