Accepting request 401418 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/401418 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Write-Rotate?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
57da7c517c
commit
ad55b1d67f
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d774308422d85a877326063146a69e2d3cfc662405d9372d64783d88337d03e9
|
|
||||||
size 28242
|
|
3
File-Write-Rotate-0.30.tar.gz
Normal file
3
File-Write-Rotate-0.30.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ba5526ec6bd835a3e20684740f13a848e6a8be75434213f247d584bb2f98486
|
||||||
|
size 29588
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 12 13:04:01 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.30
|
||||||
|
see /usr/share/doc/packages/perl-File-Write-Rotate/Changes
|
||||||
|
|
||||||
|
0.30 2016-06-06 (PERLANCAR)
|
||||||
|
|
||||||
|
- No functional changes.
|
||||||
|
|
||||||
|
- Replace inchworm operator with plain 'scalar', causes error in 5.24+
|
||||||
|
[RT#115088] (ref: RT#111786).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 21 08:57:05 UTC 2015 - coolo@suse.com
|
Wed Oct 21 08:57:05 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Write-Rotate
|
# spec file for package perl-File-Write-Rotate
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 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,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-File-Write-Rotate
|
Name: perl-File-Write-Rotate
|
||||||
Version: 0.29
|
Version: 0.30
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name File-Write-Rotate
|
%define cpan_name File-Write-Rotate
|
||||||
Summary: Write to files that archive/rotate themselves
|
Summary: Write to files that archive/rotate themselves
|
||||||
@@ -31,8 +31,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::Flock::Retry)
|
BuildRequires: perl(File::Flock::Retry)
|
||||||
BuildRequires: perl(File::Slurp::Tiny)
|
BuildRequires: perl(File::Slurper)
|
||||||
BuildRequires: perl(File::chdir)
|
BuildRequires: perl(File::chdir)
|
||||||
|
BuildRequires: perl(IO::Compress::Gzip)
|
||||||
BuildRequires: perl(Monkey::Patch::Action)
|
BuildRequires: perl(Monkey::Patch::Action)
|
||||||
BuildRequires: perl(Proc::PID::File)
|
BuildRequires: perl(Proc::PID::File)
|
||||||
BuildRequires: perl(Taint::Runtime)
|
BuildRequires: perl(Taint::Runtime)
|
||||||
@@ -41,6 +42,7 @@ BuildRequires: perl(Test::More) >= 0.98
|
|||||||
BuildRequires: perl(Test::Warnings) >= 0.014
|
BuildRequires: perl(Test::Warnings) >= 0.014
|
||||||
BuildRequires: perl(tainting) >= 0.01
|
BuildRequires: perl(tainting) >= 0.01
|
||||||
Requires: perl(File::Flock::Retry)
|
Requires: perl(File::Flock::Retry)
|
||||||
|
Requires: perl(IO::Compress::Gzip)
|
||||||
Requires: perl(Proc::PID::File)
|
Requires: perl(Proc::PID::File)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@@ -52,7 +54,7 @@ done by size (after a certain size is reached), by time
|
|||||||
(daily/monthly/yearly), or both.
|
(daily/monthly/yearly), or both.
|
||||||
|
|
||||||
I first wrote this module for logging script STDERR output to files (see
|
I first wrote this module for logging script STDERR output to files (see
|
||||||
the Tie::Handle::FileWriteRotate manpage).
|
Tie::Handle::FileWriteRotate).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Reference in New Issue
Block a user