From b8950e115c2046d96e546db809cace72c74e81d75c2daecbb87ce9f208a35966 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 4 May 2020 05:13:59 +0000 Subject: [PATCH] Accepting request 799828 from devel:languages:perl:autoupdate updated to 0.5.2 see /usr/share/doc/packages/perl-WordList/Changes OBS-URL: https://build.opensuse.org/request/show/799828 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WordList?expand=0&rev=5 --- WordList-0.4.1.tar.gz | 3 --- WordList-0.5.2.tar.gz | 3 +++ perl-WordList.changes | 7 +++++++ perl-WordList.spec | 14 +++++++------- 4 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 WordList-0.4.1.tar.gz create mode 100644 WordList-0.5.2.tar.gz diff --git a/WordList-0.4.1.tar.gz b/WordList-0.4.1.tar.gz deleted file mode 100644 index 59d824c..0000000 --- a/WordList-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47b43ea3e027ddeca3172757a808690352ff11e053214d1734f29991a0b104c6 -size 19152 diff --git a/WordList-0.5.2.tar.gz b/WordList-0.5.2.tar.gz new file mode 100644 index 0000000..36f0daf --- /dev/null +++ b/WordList-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61d38d4019484133b595f441af7820b65fd88440d569267663addfa2b602c9c +size 17929 diff --git a/perl-WordList.changes b/perl-WordList.changes index d6b1a68..36a8b4f 100644 --- a/perl-WordList.changes +++ b/perl-WordList.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 3 03:12:49 UTC 2020 - Tina Müller + +updated to 0.5.2 + see /usr/share/doc/packages/perl-WordList/Changes + + ------------------------------------------------------------------- Fri Apr 6 06:42:54 UTC 2018 - coolo@suse.com diff --git a/perl-WordList.spec b/perl-WordList.spec index 6586ccd..6917f99 100644 --- a/perl-WordList.spec +++ b/perl-WordList.spec @@ -1,7 +1,7 @@ # # spec file for package perl-WordList # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-WordList -Version: 0.4.1 +Version: 0.5.2 Release: 0 %define cpan_name WordList Summary: Word lists License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/WordList/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -73,11 +73,11 @@ call. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install