Accepting request 456770 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/456770
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exporter-Tiny?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2017-02-14 09:08:47 +00:00 committed by Git OBS Bridge
parent cf851867e3
commit d0164f637d
5 changed files with 73 additions and 12 deletions

View File

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

View File

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

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,27 @@
-------------------------------------------------------------------
Mon Feb 13 11:52:41 UTC 2017 - coolo@suse.com
- updated to 0.044
see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
0.044 2017-01-30
[ Packaging ]
- Repackage as a stable release.
0.043_02 2017-01-30
[ Packaging ]
- Release using newer versions of toolchain stuff.
0.043_01 2014-11-09
[ Documentation ]
- Restructure documentation.
[ Other ]
- Support { -as => CODE } to programatically rename functions.
-------------------------------------------------------------------
Mon Apr 13 19:24:34 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Exporter-Tiny
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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-Exporter-Tiny
Version: 0.042
Version: 0.044
Release: 0
%define cpan_name Exporter-Tiny
Summary: an exporter with the features of Sub::Exporter but only core dependencies
Summary: An Exporter with the Features of Sub::Exporter but Only Core Dependencies
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Exporter-Tiny/
Source: http://www.cpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@ -42,10 +43,17 @@ Its internal-facing interface is closer to Exporter.pm, with configuration
done through the '@EXPORT', '@EXPORT_OK' and '%EXPORT_TAGS' package
variables.
Exporter::Tiny performs most of its internal duties (including resolution
of tag names to sub names, resolution of sub names to coderefs, and
installation of coderefs into the target package) as method calls, which
means they can be overridden to provide interesting behaviour.
If you are trying to *write* a module that inherits from Exporter::Tiny,
then look at:
* Exporter::Tiny::Manual::QuickStart
* Exporter::Tiny::Manual::Exporting
If you are trying to *use* a module that inherits from Exporter::Tiny, then
look at:
* Exporter::Tiny::Manual::Importing
%prep
%setup -q -n %{cpan_name}-%{version}
@ -64,6 +72,7 @@ means they can be overridden to provide interesting behaviour.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING COPYRIGHT CREDITS doap.ttl examples LICENSE README
%doc Changes COPYRIGHT CREDITS doap.ttl examples README
%license LICENSE
%changelog