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:
committed by
Git OBS Bridge
parent
74891c230c
commit
d88af56d16
@@ -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
3
Log-Report-1.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c58357ecdfb0b14f2b3424a5843076f10b4b5d4252784063a99a6ebed809df6f
|
||||||
|
size 91833
|
@@ -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
|
Sun Oct 23 05:39:21 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Log-Report
|
# 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
|
# 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-Log-Report
|
Name: perl-Log-Report
|
||||||
Version: 1.18
|
Version: 1.19
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Log-Report
|
%define cpan_name Log-Report
|
||||||
Summary: Report a Problem, with Exceptions and Translation Support
|
Summary: Report a Problem, with Exceptions and Translation Support
|
||||||
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/Log-Report/
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -64,6 +64,7 @@ html_
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user