From 6403d11d7c02afa5f7402d6af4fce3406d42d8e1322375815c51ebd8dd8f33dc Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 25 May 2016 07:32:04 +0000 Subject: [PATCH] Accepting request 397658 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/397658 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-CheckDigits?expand=0&rev=6 --- Algorithm-CheckDigits-v1.3.0.tar.gz | 3 --- Algorithm-CheckDigits-v1.3.2.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Algorithm-CheckDigits.changes | 20 ++++++++++++++++++++ perl-Algorithm-CheckDigits.spec | 11 ++++++----- 5 files changed, 57 insertions(+), 8 deletions(-) delete mode 100644 Algorithm-CheckDigits-v1.3.0.tar.gz create mode 100644 Algorithm-CheckDigits-v1.3.2.tar.gz create mode 100644 cpanspec.yml diff --git a/Algorithm-CheckDigits-v1.3.0.tar.gz b/Algorithm-CheckDigits-v1.3.0.tar.gz deleted file mode 100644 index 654911c..0000000 --- a/Algorithm-CheckDigits-v1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58ad6dd09df7b196d5a4405a653261df74f1381eaaa777efbb297120c69ee29e -size 55394 diff --git a/Algorithm-CheckDigits-v1.3.2.tar.gz b/Algorithm-CheckDigits-v1.3.2.tar.gz new file mode 100644 index 0000000..3080e9c --- /dev/null +++ b/Algorithm-CheckDigits-v1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8e12b2ea254f3b27d2e54178bb1d5dcd9ba82fdde60c01c4086e7ff4a5086f +size 55899 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-Algorithm-CheckDigits.changes b/perl-Algorithm-CheckDigits.changes index 0005b74..ed3e6a4 100644 --- a/perl-Algorithm-CheckDigits.changes +++ b/perl-Algorithm-CheckDigits.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue May 24 09:02:22 UTC 2016 - coolo@suse.com + +- updated to 1.3.2 + see /usr/share/doc/packages/perl-Algorithm-CheckDigits/Changes + + v1.3.2 Mo 16. Mai 15:02:03 CEST 2016 + - fix version strings + + 1.3.1 Mo 16. Mai 03:19:57 CEST 2016 + - fix Bug #114347 + - fix version numbers + - require Perl version in Build.PL + + 1.3.0 Sun May 12 10:28:21 CEST 2013 + - Changed description of modules to more meaningful text (at least I + hope so). + - Added plugin interface with examples in t/PluginLib*.pm and + t/plugin*.t. + ------------------------------------------------------------------- Mon Apr 13 15:41:54 UTC 2015 - coolo@suse.com diff --git a/perl-Algorithm-CheckDigits.spec b/perl-Algorithm-CheckDigits.spec index 027089f..5ac4ff5 100644 --- a/perl-Algorithm-CheckDigits.spec +++ b/perl-Algorithm-CheckDigits.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Algorithm-CheckDigits # -# Copyright (c) 2015 SUSE LINUX 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,19 +17,20 @@ Name: perl-Algorithm-CheckDigits -Version: 1.3.0 +Version: 1.3.2 Release: 0 %define cpan_name Algorithm-CheckDigits Summary: Perl extension to generate and test check digits License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Algorithm-CheckDigits/ -Source: http://www.cpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.38 +BuildRequires: perl(Module::Build) >= 0.380000 BuildRequires: perl(Probe::Perl) BuildRequires: perl(version) Requires: perl(version) @@ -40,7 +41,7 @@ Perl extension to generate and test check digits %prep %setup -q -n %{cpan_name}-v%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Build.PL installdirs=vendor