Accepting request 489009 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/489009
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-File?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2017-04-18 08:03:53 +00:00 committed by Git OBS Bridge
parent d2302c6ef3
commit b5e14042b7
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:653123c08b50601eadad24638621c3c161cf97ac3127f3c7b7fe205b28115d88
size 26895

3
Test-File-1.443.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Apr 18 06:44:51 UTC 2017 - coolo@suse.com
- updated to 1.443
see /usr/share/doc/packages/perl-Test-File/Changes
1.443 2017-04-17T08:41:35Z
* Found another relative path require issue thanks to Ryan Voots
http://blogs.perl.org/users/ryan_voots/2017/04/trials-and-troubles-with-changing-inc.html
* This is another attempt at avoiding failures from the v5.26
removal of . from @INC.
-------------------------------------------------------------------
Fri Sep 23 06:04:11 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-File
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: perl-Test-File
Version: 1.442
Version: 1.443
Release: 0
%define cpan_name Test-File
Summary: Test File Attributes
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-File/
Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -71,6 +71,7 @@ for the test. If not supplied, a reasonable default will be generated.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE
%doc Changes examples
%license LICENSE
%changelog