Accepting request 456794 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/456794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Report?expand=0&rev=15
This commit is contained in:
Stephan Kulow
2017-02-13 18:37:50 +00:00
committed by Git OBS Bridge
parent 74891c230c
commit d88af56d16
4 changed files with 29 additions and 6 deletions

View File

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

3
Log-Report-1.19.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Feb 13 12:22:00 UTC 2017 - coolo@suse.com
- updated to 1.19
see /usr/share/doc/packages/perl-Log-Report/ChangeLog
version 1.19: Thu 9 Feb 17:35:43 CET 2017
Fixes:
- Dancer2 change when a stack-level needs to be skipped for
reporting the location of the exception [Andrew Beverley]
- more modules optional during Dancer2 tests
Improvements:
- Dancer2 interface changes [Andrew Beverley]
- spell fixes. rt.cpan.org#118561 [Gregor Herrmann, Debian]
- spell fixes. rt.cpan.org#118562 [Gregor Herrmann, Debian]
- free format calls in ::File and ::Syslog get additional info, which
can be used in line formatting.
- Use Dancer2::Logger::LogReport without Dancer2::Plugin::LogReport
[Andrew Beverley]
-------------------------------------------------------------------
Sun Oct 23 05:39:21 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Log-Report
#
# 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-Log-Report
Version: 1.18
Version: 1.19
Release: 0
%define cpan_name Log-Report
Summary: Report a Problem, with Exceptions and Translation Support
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Log-Report/
Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -64,6 +64,7 @@ html_
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor