Accepting request 297222 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Log-Log4perl?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2015-04-16 17:16:51 +00:00
committed by Git OBS Bridge
parent 613fc32be8
commit 0a3f2341e4
6 changed files with 54 additions and 18 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfb7add6856d1d9893afdb48efb7839cd1a43ca3534db04dcec5b44294ac94b2
size 27678

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:636442f3fc62db9589d717867799045e3b307ab7db4e0d3a77689d3ec5e176b8
size 36414

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ddf38bf249ebed86a97997024ca52f4273375496e8d730ef00af190b21a40db
size 25545

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#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_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Apr 16 16:10:04 UTC 2015 - coolo@suse.com
- updated to 1.06
see /usr/share/doc/packages/perl-Catalyst-Log-Log4perl/Changes
1.06 Thu Jun 21 07:50:00 BST 2012
- Stop wrongly bundling Test::More without Test::Builder. RT#77939
1.05 Tue Oct 27 19:08:00 BST 2011
- DEPRECATED in favor of Log::Log4perl::Catalyst
-------------------------------------------------------------------
Thu Apr 16 16:10:02 UTC 2015 - coolo@suse.com
- updated to 1.05
see /usr/share/doc/packages/perl-Catalyst-Log-Log4perl/Changes
1.05 Tue Oct 27 19:08:00 BST 2011
- DEPRECATED in favor of Log::Log4perl::Catalyst
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 14 07:51:14 UTC 2011 - coolo@opensuse.org Thu Apr 14 07:51:14 UTC 2011 - coolo@opensuse.org

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Catalyst-Log-Log4perl (Version 1.04) # spec file for package perl-Catalyst-Log-Log4perl
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 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
@@ -15,22 +15,23 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: perl-Catalyst-Log-Log4perl Name: perl-Catalyst-Log-Log4perl
Version: 1.04 Version: 1.06
Release: 1 Release: 0
License: GPL+ or Artistic
%define cpan_name Catalyst-Log-Log4perl %define cpan_name Catalyst-Log-Log4perl
Summary: Log::Log4perl logging for Catalyst Summary: DEPRECATED (see Log::Log4perl::Catalyst)
Url: http://search.cpan.org/dist/Catalyst-Log-Log4perl/ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz Url: http://search.cpan.org/dist/Catalyst-Log-Log4perl/
Source0: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Catalyst) >= 5.60 BuildRequires: perl(Catalyst) >= 5.60
BuildRequires: perl(Data::Dump) BuildRequires: perl(Data::Dump)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Log::Log4perl) >= 1.04 BuildRequires: perl(Log::Log4perl) >= 1.04
BuildRequires: perl(MRO::Compat) BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Params::Validate) BuildRequires: perl(Params::Validate)
@@ -86,9 +87,6 @@ different logging mechanisms based on the component.
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes example.conf README %doc Changes example.conf README