Accepting request 921738 from devel:languages:perl:autoupdate
- updated to 0.32
see /usr/share/doc/packages/perl-String-Random/Changes
0.32 2021-09-14
- Add ->get_pattern and ->set_pattern.
- https://github.com/shlomif/String-Random/pull/5
- Thanks to https://github.com/ology
OBS-URL: https://build.opensuse.org/request/show/921738
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Random?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4b4ad1ee63a2c7dc70912ac1b9047235a99d8f09a47447199201303387ab975c
|
|
||||||
size 23558
|
|
||||||
3
String-Random-0.32.tar.gz
Normal file
3
String-Random-0.32.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d93c679a34ffa26d3b4fa0837caed1cd2e67d76572818b91e97dea734705246
|
||||||
|
size 24585
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 15 03:07:46 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.32
|
||||||
|
see /usr/share/doc/packages/perl-String-Random/Changes
|
||||||
|
|
||||||
|
0.32 2021-09-14
|
||||||
|
- Add ->get_pattern and ->set_pattern.
|
||||||
|
- https://github.com/shlomif/String-Random/pull/5
|
||||||
|
- Thanks to https://github.com/ology
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 18 03:10:00 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Sun Oct 18 03:10:00 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-String-Random
|
# spec file for package perl-String-Random
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 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
|
||||||
@@ -16,18 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-String-Random
|
|
||||||
Version: 0.31
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name String-Random
|
%define cpan_name String-Random
|
||||||
|
Name: perl-String-Random
|
||||||
|
Version: 0.32
|
||||||
|
Release: 0
|
||||||
Summary: Perl module to generate random strings based on a pattern
|
Summary: Perl module to generate random strings based on a pattern
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build) >= 0.280000
|
BuildRequires: perl(Module::Build) >= 0.280000
|
||||||
@@ -67,7 +65,7 @@ code would have a similar result:
|
|||||||
$pass->randregex('[A-Z]{2}[a-z]{2}.[a-z]{2}\d'), "\n";
|
$pass->randregex('[A-Z]{2}[a-z]{2}.[a-z]{2}\d'), "\n";
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
@@ -81,7 +79,6 @@ perl Build.PL installdirs=vendor
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README README.md TODO
|
%doc Changes README README.md TODO
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user