From 08a27a62f935d7465147a9c032f104944a4872a1357ebf062d9e836f849f79ad Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 24 Apr 2015 15:53:13 +0000 Subject: [PATCH] Accepting request 303800 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/303800 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Function-Parameters?expand=0&rev=2 --- Function-Parameters-1.0603.tar.gz | 3 --- Function-Parameters-1.0604.tar.gz | 3 +++ cpanspec.yml | 21 +++++++++++++++++++++ perl-Function-Parameters.changes | 13 +++++++++++++ perl-Function-Parameters.spec | 3 ++- 5 files changed, 39 insertions(+), 4 deletions(-) delete mode 100644 Function-Parameters-1.0603.tar.gz create mode 100644 Function-Parameters-1.0604.tar.gz create mode 100644 cpanspec.yml diff --git a/Function-Parameters-1.0603.tar.gz b/Function-Parameters-1.0603.tar.gz deleted file mode 100644 index f446f9a..0000000 --- a/Function-Parameters-1.0603.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e980c10bf72b6fb6fd30843670413a06809871b93521802767137223e245411 -size 77855 diff --git a/Function-Parameters-1.0604.tar.gz b/Function-Parameters-1.0604.tar.gz new file mode 100644 index 0000000..d281663 --- /dev/null +++ b/Function-Parameters-1.0604.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf909c89d7a94e5152c63f1478b0ba084f939603ed8bfe7d0fc072094c81a0c0 +size 79567 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..29bf039 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,21 @@ +--- +#description_paragraphs: 3 +#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_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag +#ignore_requires: Bizarre::Module diff --git a/perl-Function-Parameters.changes b/perl-Function-Parameters.changes index f163dfc..d2fe393 100644 --- a/perl-Function-Parameters.changes +++ b/perl-Function-Parameters.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Apr 24 15:25:20 UTC 2015 - coolo@suse.com + +- updated to 1.0604 + see /usr/share/doc/packages/perl-Function-Parameters/Changes + + 1.0604 2015-04-22 + - new explicit "lax" mode + - fix info() with taint mode on (gh pr #12) + - don't hide syntax errors that are followed by a parameter list with + types (gh #15) + - compatibility with perl v5.21.11 (#103843) + ------------------------------------------------------------------- Sun Apr 19 18:08:02 UTC 2015 - coolo@suse.com diff --git a/perl-Function-Parameters.spec b/perl-Function-Parameters.spec index d173826..a015e6f 100644 --- a/perl-Function-Parameters.spec +++ b/perl-Function-Parameters.spec @@ -17,7 +17,7 @@ Name: perl-Function-Parameters -Version: 1.0603 +Version: 1.0604 Release: 0 %define cpan_name Function-Parameters Summary: Subroutine Definitions with Parameter Lists @@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Function-Parameters/ Source0: http://www.cpan.org/authors/id/M/MA/MAUKE/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros