9
0

Accepting request 317378 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/317378
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sub-Exporter-ForMethods?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2015-07-19 06:08:35 +00:00
committed by Git OBS Bridge
parent e3da471c0b
commit d6d157a902
5 changed files with 41 additions and 10 deletions

View File

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

View File

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

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#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
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jul 18 09:09:31 UTC 2015 - coolo@suse.com
- updated to 0.100052
see /usr/share/doc/packages/perl-Sub-Exporter-ForMethods/Changes
0.100052 2015-07-17 19:27:36-04:00 America/New_York
- add the ability to bless the wrapper into the wrapped sub's class,
if requested
-------------------------------------------------------------------
Mon Nov 25 07:36:02 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Sub-Exporter-ForMethods
#
# Copyright (c) 2013 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,15 @@
Name: perl-Sub-Exporter-ForMethods
Version: 0.100051
Version: 0.100052
Release: 0
%define cpan_name Sub-Exporter-ForMethods
Summary: helper routines for using Sub::Exporter to build methods
Summary: Helper Routines for Using Sub::Exporter to Build Methods
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Sub-Exporter-ForMethods/
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -33,9 +34,6 @@ BuildRequires: perl(Sub::Exporter) >= 0.978
BuildRequires: perl(Sub::Name)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(namespace::autoclean)
#BuildRequires: perl(Sub::Exporter::ForMethods)
#BuildRequires: perl(TestDexp)
#BuildRequires: perl(TestMexp)
Requires: perl(Sub::Exporter) >= 0.978
Requires: perl(Sub::Name)
%{perl_requires}