8
0

Accepting request 597933 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/597933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Random?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2018-04-20 13:45:44 +00:00
committed by Git OBS Bridge
parent 0d326417e8
commit 175970e5ef
4 changed files with 20 additions and 7 deletions

View File

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

3
Data-Random-0.13.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 19 05:13:51 UTC 2018 - coolo@suse.com
- updated to 0.13
see /usr/share/doc/packages/perl-Data-Random/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 3 07:23:24 UTC 2017 - coolo@suse.com Tue Oct 3 07:23:24 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-Random # spec file for package perl-Data-Random
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@@ -17,11 +17,11 @@
Name: perl-Data-Random Name: perl-Data-Random
Version: 0.12 Version: 0.13
Release: 0 Release: 0
%define cpan_name Data-Random %define cpan_name Data-Random
Summary: Perl module to generate random data Summary: Perl module to generate random data
License: GPL-1.0+ or Artistic-1.0 License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Random/ Url: http://search.cpan.org/dist/Data-Random/
Source0: https://cpan.metacpan.org/authors/id/B/BA/BAREFOOT/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/B/BA/BAREFOOT/%{cpan_name}-%{version}.tar.gz
@@ -30,6 +30,12 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(File::ShareDir::Install) >= 0.06
BuildRequires: perl(Test::MockTime)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Time::Piece) >= 1.16
Requires: perl(Time::Piece) >= 1.16
Recommends: perl(GD)
%{perl_requires} %{perl_requires}
%description %description
@@ -56,6 +62,7 @@ sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes README README2.linux.words README.linux.words %doc Changes README
%license LICENSE
%changelog %changelog