diff --git a/String-Random-0.30.tar.gz b/String-Random-0.30.tar.gz deleted file mode 100644 index be0facb..0000000 --- a/String-Random-0.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81139b9b96d50e0e409b6de10f4ffa816c84460d9c8a158902548dc2a4bfad1b -size 23589 diff --git a/String-Random-0.31.tar.gz b/String-Random-0.31.tar.gz new file mode 100644 index 0000000..466be28 --- /dev/null +++ b/String-Random-0.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4ad1ee63a2c7dc70912ac1b9047235a99d8f09a47447199201303387ab975c +size 23558 diff --git a/perl-String-Random.changes b/perl-String-Random.changes index 79d5bb2..7c4af0b 100644 --- a/perl-String-Random.changes +++ b/perl-String-Random.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Oct 18 03:10:00 UTC 2020 - Tina Müller + +- updated to 0.31 + see /usr/share/doc/packages/perl-String-Random/Changes + + 0.31 2020-10-17 + - dist.ini / weaver.ini / .tidyallrc / etc. cleanup + - Move to @SHLOMIF + - Inspired by Lady_Aleena. + ------------------------------------------------------------------- Wed May 23 05:57:58 UTC 2018 - coolo@suse.com diff --git a/perl-String-Random.spec b/perl-String-Random.spec index 5d6165f..656abc9 100644 --- a/perl-String-Random.spec +++ b/perl-String-Random.spec @@ -1,7 +1,7 @@ # # spec file for package perl-String-Random # -# 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-String-Random -Version: 0.30 +Version: 0.31 Release: 0 %define cpan_name String-Random Summary: Perl module to generate random strings based on a pattern License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/String-Random/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -70,7 +70,7 @@ code would have a similar result: %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor +perl Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check @@ -82,7 +82,7 @@ code would have a similar result: %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README TODO +%doc Changes README README.md TODO %license LICENSE %changelog