Accepting request 350857 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/350857 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Random?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4493fb59c280d46c3f854b209e97aead8323e0b054109e1390e02f769afb256f
|
||||
size 21062
|
3
String-Random-0.29.tar.gz
Normal file
3
String-Random-0.29.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1da4a65e66ab1db23fedca018355b597cf69c94dd73dec657212820055515a5c
|
||||
size 21246
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 26 10:14:23 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.29
|
||||
see /usr/share/doc/packages/perl-String-Random/Changes
|
||||
|
||||
0.29 2015-12-24
|
||||
- Add a dependency on the 'parent' module:
|
||||
- This caused some CPAN Testers failures on perl-5.8.x.
|
||||
- http://www.cpantesters.org/cpan/report/d21f0078-6c11-1014-b233-6b3058476d35
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 19:33:20 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -17,19 +17,22 @@
|
||||
|
||||
|
||||
Name: perl-String-Random
|
||||
Version: 0.28
|
||||
Version: 0.29
|
||||
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+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/String-Random/
|
||||
Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build) >= 0.36
|
||||
BuildRequires: perl(Module::Build) >= 0.360000
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(parent)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user