Accepting request 354915 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/354915 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Dispatch-FileWriteRotate?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08ab7648eb8f618aed0688b08250c125ff20fed11f3680a58bb12f30fad9dc65
|
||||
size 13128
|
3
Log-Dispatch-FileWriteRotate-0.04.tar.gz
Normal file
3
Log-Dispatch-FileWriteRotate-0.04.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c8d38a0a3bfa724361f9cdbfe66254c34be23a3fd3bb895f0a4db4d54cc58f4
|
||||
size 13554
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 10:18:36 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.04
|
||||
see /usr/share/doc/packages/perl-Log-Dispatch-FileWriteRotate/Changes
|
||||
|
||||
0.04 2016-01-19 (PERLANCAR)
|
||||
|
||||
- No functional changes.
|
||||
|
||||
- Bump prereq version File::Write::Rotate to 0.29 [RT#110234].
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 11:58:33 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Log-Dispatch-FileWriteRotate
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Log-Dispatch-FileWriteRotate
|
||||
Version: 0.03
|
||||
Version: 0.04
|
||||
Release: 0
|
||||
%define cpan_name Log-Dispatch-FileWriteRotate
|
||||
Summary: Log to files that archive/rotate themselves, w/ File::Write::Rotate
|
||||
@@ -25,23 +25,22 @@ License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Log-Dispatch-FileWriteRotate/
|
||||
Source0: http://www.cpan.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)
|
||||
BuildRequires: perl(File::Write::Rotate) >= 0.29
|
||||
BuildRequires: perl(Log::Dispatch::Output)
|
||||
BuildRequires: perl(Perl::osnames) >= 0.09
|
||||
Requires: perl(File::Write::Rotate)
|
||||
Requires: perl(File::Write::Rotate) >= 0.29
|
||||
Requires: perl(Log::Dispatch::Output)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
This module functions similarly to the Log::Dispatch::FileRotate manpage,
|
||||
but uses the File::Write::Rotate manpage as backend, thus interoperates
|
||||
more easily with other modules which use File::Write::Rotate as backend,
|
||||
e.g. the Tie::Handle::FileWriteRotate manpage or the Process::Govern
|
||||
manpage.
|
||||
This module functions similarly to Log::Dispatch::FileRotate, but uses
|
||||
File::Write::Rotate as backend, thus interoperates more easily with other
|
||||
modules which use File::Write::Rotate as backend, e.g.
|
||||
Tie::Handle::FileWriteRotate or Process::Govern.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
Reference in New Issue
Block a user