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
This commit is contained in:
Stephan Kulow
2015-04-24 15:53:13 +00:00
committed by Git OBS Bridge
parent 6fc950978e
commit 08a27a62f9
5 changed files with 39 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e980c10bf72b6fb6fd30843670413a06809871b93521802767137223e245411
size 77855

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf909c89d7a94e5152c63f1478b0ba084f939603ed8bfe7d0fc072094c81a0c0
size 79567

21
cpanspec.yml Normal file
View File

@@ -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

View File

@@ -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 Sun Apr 19 18:08:02 UTC 2015 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Function-Parameters Name: perl-Function-Parameters
Version: 1.0603 Version: 1.0604
Release: 0 Release: 0
%define cpan_name Function-Parameters %define cpan_name Function-Parameters
Summary: Subroutine Definitions with Parameter Lists Summary: Subroutine Definitions with Parameter Lists
@@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Function-Parameters/ Url: http://search.cpan.org/dist/Function-Parameters/
Source0: http://www.cpan.org/authors/id/M/MA/MAUKE/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/M/MA/MAUKE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros