Accepting request 421463 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/421463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sub-Exporter-Progressive?expand=0&rev=5
This commit is contained in:
Dirk Stoecker 2016-09-01 12:07:44 +00:00 committed by Git OBS Bridge
parent 2c95e464f3
commit 4e896d055d
5 changed files with 53 additions and 18 deletions

View File

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

View File

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

28
cpanspec.yml Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Aug 24 06:03:43 UTC 2016 - coolo@suse.com
- updated to 0.001012
see /usr/share/doc/packages/perl-Sub-Exporter-Progressive/Changes
Revision history for Sub-Exporter-Progressive
0.001012 2016-08-23 11:18:21-07:00 America/Los_Angeles
- Many small performance improvements (Peter Rabbitson)
-------------------------------------------------------------------
Mon Nov 25 07:38:17 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Sub-Exporter-Progressive
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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,33 +17,29 @@
Name: perl-Sub-Exporter-Progressive
Version: 0.001011
Version: 0.001012
Release: 0
%define cpan_name Sub-Exporter-Progressive
Summary: Only use Sub::Exporter if you need it
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Sub-Exporter-Progressive/
Source: http://www.cpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
#BuildRequires: perl(A::Junk)
#BuildRequires: perl(A::JunkAll)
#BuildRequires: perl(Distar)
#BuildRequires: perl(Sub::Exporter)
#BuildRequires: perl(Sub::Exporter::Progressive)
%{perl_requires}
%description
the Sub::Exporter manpage is an incredibly powerful module, but with that
power comes great responsibility, er- as well as some runtime penalties.
This module is a 'Sub::Exporter' wrapper that will let your users just use
the Exporter manpage if all they are doing is picking exports, but use
'Sub::Exporter' if your users try to use 'Sub::Exporter''s more advanced
features, like renaming exports, if they try to use them.
Sub::Exporter is an incredibly powerful module, but with that power comes
great responsibility, er- as well as some runtime penalties. This module is
a 'Sub::Exporter' wrapper that will let your users just use Exporter if all
they are doing is picking exports, but use 'Sub::Exporter' if your users
try to use 'Sub::Exporter''s more advanced features, like renaming exports,
if they try to use them.
Note that this module will export '@EXPORT', '@EXPORT_OK' and
'%EXPORT_TAGS' package variables for 'Exporter' to work. Additionally, if
@ -68,6 +64,6 @@ directly.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes LICENSE README
%changelog