From d6d157a9028b88ab88e7b49c0e844d40b71109b62cb320882a04a130a9c40d1e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 19 Jul 2015 06:08:35 +0000 Subject: [PATCH] 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 --- Sub-Exporter-ForMethods-0.100051.tar.gz | 3 --- Sub-Exporter-ForMethods-0.100052.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-Sub-Exporter-ForMethods.changes | 10 ++++++++++ perl-Sub-Exporter-ForMethods.spec | 12 +++++------- 5 files changed, 41 insertions(+), 10 deletions(-) delete mode 100644 Sub-Exporter-ForMethods-0.100051.tar.gz create mode 100644 Sub-Exporter-ForMethods-0.100052.tar.gz create mode 100644 cpanspec.yml diff --git a/Sub-Exporter-ForMethods-0.100051.tar.gz b/Sub-Exporter-ForMethods-0.100051.tar.gz deleted file mode 100644 index e52ff55..0000000 --- a/Sub-Exporter-ForMethods-0.100051.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5c61eb5cd0f4472aea1f270c2a1ad2fece1e965f1ab2df2b9f7dc5178b4fc88 -size 13686 diff --git a/Sub-Exporter-ForMethods-0.100052.tar.gz b/Sub-Exporter-ForMethods-0.100052.tar.gz new file mode 100644 index 0000000..1ed4b3f --- /dev/null +++ b/Sub-Exporter-ForMethods-0.100052.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421fbba4f6ffcf13c4335f2c20630d709e6fa659c07545d094dbc5a558ad3006 +size 16421 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Sub-Exporter-ForMethods.changes b/perl-Sub-Exporter-ForMethods.changes index 482e5ed..aacd470 100644 --- a/perl-Sub-Exporter-ForMethods.changes +++ b/perl-Sub-Exporter-ForMethods.changes @@ -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 diff --git a/perl-Sub-Exporter-ForMethods.spec b/perl-Sub-Exporter-ForMethods.spec index 4528c00..c0596f5 100644 --- a/perl-Sub-Exporter-ForMethods.spec +++ b/perl-Sub-Exporter-ForMethods.spec @@ -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}