Accepting request 568454 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/568454
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Error-Pure-Output-Text?expand=0&rev=3
This commit is contained in:
2018-01-23 08:24:42 +00:00
committed by Git OBS Bridge
parent aab78a8a93
commit 43c225da29
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:55511302e04e29e30e88dd82f9ad7e7cde293df2cd45bb837f8fd0644980684a
size 28556

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jan 23 06:25:42 UTC 2018 - coolo@suse.com
- updated to 0.23
see /usr/share/doc/packages/perl-Error-Pure-Output-Text/Changes
0.23 2018-01-22T15:21:53+01:00
- Fix Makefile.PL for new version of Perl and no default »use lib '.'«.
- Update Module::Install to 1.19 version.
- Update author name.
- Update copyright years.
-------------------------------------------------------------------
Sun Sep 20 08:50:50 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Error-Pure-Output-Text
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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-Error-Pure-Output-Text
Version: 0.22
Version: 0.23
Release: 0
%define cpan_name Error-Pure-Output-Text
Summary: Output subroutines for Error::Pure
License: BSD-3-Clause
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Error-Pure-Output-Text/
Source0: http://www.cpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -55,6 +55,7 @@ Output subroutines for Error::Pure.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE README
%doc Changes examples README
%license LICENSE
%changelog