diff --git a/Log-Report-1.18.tar.gz b/Log-Report-1.18.tar.gz deleted file mode 100644 index 8ea1630..0000000 --- a/Log-Report-1.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f468841f0ecd544069916b61dd5a2d67dc4debd6b7ef2002be48337e38ff30b -size 90477 diff --git a/Log-Report-1.19.tar.gz b/Log-Report-1.19.tar.gz new file mode 100644 index 0000000..4d51f36 --- /dev/null +++ b/Log-Report-1.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58357ecdfb0b14f2b3424a5843076f10b4b5d4252784063a99a6ebed809df6f +size 91833 diff --git a/perl-Log-Report.changes b/perl-Log-Report.changes index 1a5a26e..59edb27 100644 --- a/perl-Log-Report.changes +++ b/perl-Log-Report.changes @@ -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 diff --git a/perl-Log-Report.spec b/perl-Log-Report.spec index d73d717..aa5a81c 100644 --- a/perl-Log-Report.spec +++ b/perl-Log-Report.spec @@ -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