Accepting request 907945 from devel:languages:perl:autoupdate
- updated to 0.062 see /usr/share/doc/packages/perl-Log-Dispatch-FileWriteRotate/Changes 0.062 2021-07-21 Released-By: PERLANCAR; Urgency: medium - Expose File::Write::Rotate object (RT#137914). 0.061 2021-07-21 Released-By: PERLANCAR; Urgency: medium - Pass hook_* arguments to File:Write::Rotate (RT#137914). OBS-URL: https://build.opensuse.org/request/show/907945 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Dispatch-FileWriteRotate?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
1cceb020d5
commit
700d649e60
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:447c135fe9aadadf21aa042c72d0b44ad8738ad81ccc6fa68e9beb68d5b54c75
|
|
||||||
size 14995
|
|
||||||
3
Log-Dispatch-FileWriteRotate-0.062.tar.gz
Normal file
3
Log-Dispatch-FileWriteRotate-0.062.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6226f39b79ba2440c8b7d250c846212a183a8ad693f5a99540f0c28d4064286e
|
||||||
|
size 15845
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 22 03:07:52 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.062
|
||||||
|
see /usr/share/doc/packages/perl-Log-Dispatch-FileWriteRotate/Changes
|
||||||
|
|
||||||
|
0.062 2021-07-21 Released-By: PERLANCAR; Urgency: medium
|
||||||
|
- Expose File::Write::Rotate object (RT#137914).
|
||||||
|
0.061 2021-07-21 Released-By: PERLANCAR; Urgency: medium
|
||||||
|
- Pass hook_* arguments to File:Write::Rotate (RT#137914).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 11 06:14:34 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
Fri Jan 11 06:14:34 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Log-Dispatch-FileWriteRotate
|
# spec file for package perl-Log-Dispatch-FileWriteRotate
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -16,18 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Log-Dispatch-FileWriteRotate
|
|
||||||
Version: 0.060
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Log-Dispatch-FileWriteRotate
|
%define cpan_name Log-Dispatch-FileWriteRotate
|
||||||
|
Name: perl-Log-Dispatch-FileWriteRotate
|
||||||
|
Version: 0.062
|
||||||
|
Release: 0
|
||||||
Summary: Log to files that archive/rotate themselves, w/ File::Write::Rotate
|
Summary: Log to files that archive/rotate themselves, w/ File::Write::Rotate
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Url: https://metacpan.org/release/%{cpan_name}
|
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::Write::Rotate) >= 0.29
|
BuildRequires: perl(File::Write::Rotate) >= 0.29
|
||||||
@@ -43,11 +41,11 @@ modules which use File::Write::Rotate as backend, e.g.
|
|||||||
Tie::Handle::FileWriteRotate or Process::Govern.
|
Tie::Handle::FileWriteRotate or Process::Govern.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -58,7 +56,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user