From e0884c1dab04c3c6fa5bb3836cb3bc595b081d97e17815335450da6382674049 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 19 Jul 2015 06:09:15 +0000 Subject: [PATCH] Accepting request 317372 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/317372 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-UtilsBy?expand=0&rev=4 --- List-UtilsBy-0.09.tar.gz | 3 --- List-UtilsBy-0.10.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-List-UtilsBy.changes | 13 +++++++++++++ perl-List-UtilsBy.spec | 10 ++++++---- 5 files changed, 45 insertions(+), 7 deletions(-) delete mode 100644 List-UtilsBy-0.09.tar.gz create mode 100644 List-UtilsBy-0.10.tar.gz create mode 100644 cpanspec.yml diff --git a/List-UtilsBy-0.09.tar.gz b/List-UtilsBy-0.09.tar.gz deleted file mode 100644 index 77106d0..0000000 --- a/List-UtilsBy-0.09.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41e52a159af343af5b529ba17fb04d5ea861dd57a8615e3f3806a284d07f9af5 -size 22358 diff --git a/List-UtilsBy-0.10.tar.gz b/List-UtilsBy-0.10.tar.gz new file mode 100644 index 0000000..9c04690 --- /dev/null +++ b/List-UtilsBy-0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed74094c625aa34a5ae94a7e1fe1856f08e1bd26b8ba152bfe7a51d3277192e +size 21845 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-List-UtilsBy.changes b/perl-List-UtilsBy.changes index b4db6e2..e787193 100644 --- a/perl-List-UtilsBy.changes +++ b/perl-List-UtilsBy.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jul 18 08:50:31 UTC 2015 - coolo@suse.com + +- updated to 0.10 + see /usr/share/doc/packages/perl-List-UtilsBy/Changes + + 0.10 2015/07/16 19:22:00 + [CHANGES] + * Added 'extract_first_by' + * Updated documentation: + + Added 'since' version to all functions + + Use =head2 barename for nicer indexing + ------------------------------------------------------------------- Mon Apr 13 19:30:19 UTC 2015 - coolo@suse.com diff --git a/perl-List-UtilsBy.spec b/perl-List-UtilsBy.spec index 545a692..50dd6a0 100644 --- a/perl-List-UtilsBy.spec +++ b/perl-List-UtilsBy.spec @@ -17,19 +17,21 @@ Name: perl-List-UtilsBy -Version: 0.09 +Version: 0.10 Release: 0 %define cpan_name List-UtilsBy -Summary: higher-order list utility functions +Summary: Higher-Order List Utility Functions License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/List-UtilsBy/ -Source: http://www.cpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build) >= 0.400400 +BuildRequires: perl(Test::More) >= 0.88 %{perl_requires} %description