8
0

Accepting request 457010 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/457010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Script?expand=0&rev=31
This commit is contained in:
Stephan Kulow
2017-02-14 09:08:19 +00:00
committed by Git OBS Bridge
parent 79fd495a48
commit c31f7ca0ad
4 changed files with 18 additions and 7 deletions

View File

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

3
Test-Script-1.15.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Feb 14 07:45:24 UTC 2017 - coolo@suse.com
- updated to 1.15
see /usr/share/doc/packages/perl-Test-Script/Changes
1.15 2017-02-14 07:08:51 +1100
- Fix bug where list reference arguments to script_compiles
and script_runs are modified (gh#9)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 14 06:24:43 UTC 2016 - coolo@suse.com Fri Oct 14 06:24:43 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-Script # spec file for package perl-Test-Script
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 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,14 +17,14 @@
Name: perl-Test-Script Name: perl-Test-Script
Version: 1.14 Version: 1.15
Release: 0 Release: 0
%define cpan_name Test-Script %define cpan_name Test-Script
Summary: Basic cross-platform tests for scripts Summary: Basic cross-platform tests for scripts
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Script/ Url: http://search.cpan.org/dist/Test-Script/
Source0: http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -75,6 +75,7 @@ platform safety, this module will err on the side of platform safety.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc author.yml Changes LICENSE README %doc author.yml Changes README t2
%license LICENSE
%changelog %changelog