Accepting request 842867 from devel:languages:perl:autoupdate

- 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.

OBS-URL: https://build.opensuse.org/request/show/842867
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Random?expand=0&rev=5
This commit is contained in:
2020-10-20 14:59:38 +00:00
committed by Git OBS Bridge
parent 0ad8549dd5
commit 71dbcebece
4 changed files with 20 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Oct 18 03:10:00 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- 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

View File

@@ -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