From 700d649e604510899455244fd7ed43f79b0e09ae598a0e0fb34f4a5fdc92f1a7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 26 Jul 2021 05:39:02 +0000 Subject: [PATCH] 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 --- Log-Dispatch-FileWriteRotate-0.060.tar.gz | 3 --- Log-Dispatch-FileWriteRotate-0.062.tar.gz | 3 +++ perl-Log-Dispatch-FileWriteRotate.changes | 11 +++++++++++ perl-Log-Dispatch-FileWriteRotate.spec | 17 +++++++---------- 4 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 Log-Dispatch-FileWriteRotate-0.060.tar.gz create mode 100644 Log-Dispatch-FileWriteRotate-0.062.tar.gz diff --git a/Log-Dispatch-FileWriteRotate-0.060.tar.gz b/Log-Dispatch-FileWriteRotate-0.060.tar.gz deleted file mode 100644 index 78a7fc4..0000000 --- a/Log-Dispatch-FileWriteRotate-0.060.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:447c135fe9aadadf21aa042c72d0b44ad8738ad81ccc6fa68e9beb68d5b54c75 -size 14995 diff --git a/Log-Dispatch-FileWriteRotate-0.062.tar.gz b/Log-Dispatch-FileWriteRotate-0.062.tar.gz new file mode 100644 index 0000000..3366666 --- /dev/null +++ b/Log-Dispatch-FileWriteRotate-0.062.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6226f39b79ba2440c8b7d250c846212a183a8ad693f5a99540f0c28d4064286e +size 15845 diff --git a/perl-Log-Dispatch-FileWriteRotate.changes b/perl-Log-Dispatch-FileWriteRotate.changes index 285e2a4..7c91138 100644 --- a/perl-Log-Dispatch-FileWriteRotate.changes +++ b/perl-Log-Dispatch-FileWriteRotate.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jul 22 03:07:52 UTC 2021 - Tina Müller + +- 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 diff --git a/perl-Log-Dispatch-FileWriteRotate.spec b/perl-Log-Dispatch-FileWriteRotate.spec index c45779b..48b9fce 100644 --- a/perl-Log-Dispatch-FileWriteRotate.spec +++ b/perl-Log-Dispatch-FileWriteRotate.spec @@ -1,7 +1,7 @@ # # 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 # 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 +Name: perl-Log-Dispatch-FileWriteRotate +Version: 0.062 +Release: 0 Summary: Log to files that archive/rotate themselves, w/ File::Write::Rotate 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 Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros 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. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -58,7 +56,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE