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
This commit is contained in:
Stephan Kulow
2020-05-04 05:13:59 +00:00
committed by Git OBS Bridge
parent 3fd5950fcb
commit b8950e115c
4 changed files with 17 additions and 10 deletions

View File

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

3
WordList-0.5.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun May 3 03:12:49 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 0.5.2
see /usr/share/doc/packages/perl-WordList/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 6 06:42:54 UTC 2018 - coolo@suse.com Fri Apr 6 06:42:54 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-WordList # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: perl-WordList
Version: 0.4.1 Version: 0.5.2
Release: 0 Release: 0
%define cpan_name WordList %define cpan_name WordList
Summary: Word lists Summary: Word lists
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl 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 Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
@@ -73,11 +73,11 @@ call.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install