diff --git a/Sub-Exporter-Progressive-0.001011.tar.gz b/Sub-Exporter-Progressive-0.001011.tar.gz deleted file mode 100644 index e6c1ddf..0000000 --- a/Sub-Exporter-Progressive-0.001011.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0618c6e69c6c0540c41e7560d51981407a6a0768f1330bef6d6ac3c6f1fa7c06 -size 5829 diff --git a/Sub-Exporter-Progressive-0.001012.tar.gz b/Sub-Exporter-Progressive-0.001012.tar.gz new file mode 100644 index 0000000..92b2c22 --- /dev/null +++ b/Sub-Exporter-Progressive-0.001012.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e579b857d9bfd3b8391e4de6ee6529b4c6208c581c2a7cbf46a86618297cb8 +size 13368 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Sub-Exporter-Progressive.changes b/perl-Sub-Exporter-Progressive.changes index 078d7f2..f07c40e 100644 --- a/perl-Sub-Exporter-Progressive.changes +++ b/perl-Sub-Exporter-Progressive.changes @@ -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 diff --git a/perl-Sub-Exporter-Progressive.spec b/perl-Sub-Exporter-Progressive.spec index 27148b0..f77bc9c 100644 --- a/perl-Sub-Exporter-Progressive.spec +++ b/perl-Sub-Exporter-Progressive.spec @@ -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