forked from pool/perl-MooseX-Log-Log4perl
Accepting request 177814 from home:coolo:update-perl
update OBS-URL: https://build.opensuse.org/request/show/177814 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Log-Log4perl?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
f56d9a8d5c
commit
cf4827b689
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d741c50b7857068fad10e6f09edcf9dd4e3c84dacabfcf49f6f381edda414860
|
|
||||||
size 27049
|
|
3
MooseX-Log-Log4perl-0.46.tar.gz
Normal file
3
MooseX-Log-Log4perl-0.46.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fea8c015242430442c7c51ddefbb8c93ea2a3875404ada41adcce94bfa165f6c
|
||||||
|
size 32858
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 5 18:56:04 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.46
|
||||||
|
* RT#77451: Spelling mistake in Easy.pm (thanks gregoa@debian.org)
|
||||||
|
* RT#77783: Added tests (03inheritence) to showcase expected category in logging
|
||||||
|
|
||||||
|
* RT#72596: META file needs regenerating, should be fixed now
|
||||||
|
* Correct some dist stuff (copyright, license, bundled Module::Install)
|
||||||
|
|
||||||
|
* Fix CPAN tester build issue for Tie::Hash::NamedCapture (probably caused by "use English")
|
||||||
|
* Support special 'append' prefix for category (Andreas Marienborg)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 20 09:16:15 UTC 2011 - coolo@suse.com
|
Tue Dec 20 09:16:15 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-MooseX-Log-Log4perl
|
# spec file for package perl-MooseX-Log-Log4perl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products 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-MooseX-Log-Log4perl
|
Name: perl-MooseX-Log-Log4perl
|
||||||
Version: 0.43
|
Version: 0.46
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name MooseX-Log-Log4perl
|
%define cpan_name MooseX-Log-Log4perl
|
||||||
Summary: A Logging Role for Moose based on Log::Log4perl
|
Summary: A Logging Role for Moose based on Log::Log4perl
|
||||||
@@ -29,12 +29,13 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Any::Moose)
|
BuildRequires: perl(Any::Moose) >= 0.12
|
||||||
BuildRequires: perl(IO::Scalar)
|
BuildRequires: perl(IO::Scalar)
|
||||||
BuildRequires: perl(Log::Log4perl) >= 1.13
|
BuildRequires: perl(Log::Log4perl) >= 1.13
|
||||||
BuildRequires: perl(Moose) >= 0.65
|
BuildRequires: perl(Moose) >= 0.65
|
||||||
#BuildRequires: perl(CPANPLUS::Backend)
|
#BuildRequires: perl(CPANPLUS::Backend)
|
||||||
#BuildRequires: perl(inc::Module::Install)
|
#BuildRequires: perl(inc::Module::Install)
|
||||||
|
#BuildRequires: perl(JSON)
|
||||||
#BuildRequires: perl(Log::Log4perl::Appender::TestBuffer)
|
#BuildRequires: perl(Log::Log4perl::Appender::TestBuffer)
|
||||||
#BuildRequires: perl(LWP::Simple)
|
#BuildRequires: perl(LWP::Simple)
|
||||||
#BuildRequires: perl(Module::AutoInstall)
|
#BuildRequires: perl(Module::AutoInstall)
|
||||||
@@ -42,10 +43,13 @@ BuildRequires: perl(Moose) >= 0.65
|
|||||||
#BuildRequires: perl(Module::Install::Base)
|
#BuildRequires: perl(Module::Install::Base)
|
||||||
#BuildRequires: perl(MooseX::Log::Log4perl)
|
#BuildRequires: perl(MooseX::Log::Log4perl)
|
||||||
#BuildRequires: perl(MooseX::Log::Log4perl::Easy)
|
#BuildRequires: perl(MooseX::Log::Log4perl::Easy)
|
||||||
|
#BuildRequires: perl(Parent)
|
||||||
|
#BuildRequires: perl(Parse::CPAN::Meta)
|
||||||
#BuildRequires: perl(Test::Perl::Critic)
|
#BuildRequires: perl(Test::Perl::Critic)
|
||||||
#BuildRequires: perl(YAML::Tiny)
|
#BuildRequires: perl(YAML::Tiny)
|
||||||
|
Requires: perl(Any::Moose) >= 0.12
|
||||||
Requires: perl(Log::Log4perl) >= 1.13
|
Requires: perl(Log::Log4perl) >= 1.13
|
||||||
Requires: perl(Moose) >= 0.65
|
Recommends: perl(Moose) >= 0.65
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user