Accepting request 34953 from devel:languages:perl

Copy from devel:languages:perl/perl-Log-Log4perl based on submit request 34953 from user coolo

OBS-URL: https://build.opensuse.org/request/show/34953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Log-Log4perl?expand=0&rev=11
This commit is contained in:
OBS User autobuild 2010-03-17 13:21:57 +00:00 committed by Git OBS Bridge
parent 5dd371f30f
commit 08c5d617b3
4 changed files with 25 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Mar 10 21:51:02 UTC 2010 - chris@computersalat.de
- update to 1.28
* (ms) Fixed caller stack with Buffer composite appender
* (ms) Fixed 'local caller_depth' error in various places. First
localizing a variable and then increasing it is incorrect,
as this ignores previous settings. The correct way of
increasing the caller level is: 'local depth = depth + 1'.
* (ms) Added Log::Log4perl::Catalyst for use in Catalyst applications.
- clenaup spec
o deps perl-macros
-------------------------------------------------------------------
Tue Feb 16 14:08:21 UTC 2010 - coolo@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Log-Log4perl (Version 1.27)
# spec file for package perl-Log-Log4perl (Version 1.28)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -21,17 +21,21 @@
Name: perl-Log-Log4perl
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Log4j implementation for Perl
Version: 1.27
Version: 1.28
Release: 1
License: Artistic License ..
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Log-Log4perl
Source: %{cpan_name}-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
# for running all tests:
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
BuildRequires: perl(Test::More)
%endif
BuildRequires: perl(Test::More) >= 0.45
BuildRequires: perl(File::Spec) >= 0.82
# other not perl || perl-base
BuildRequires: perl(DBI) >= 1.607
BuildRequires: perl(DBD::CSV) >= 0.22
BuildRequires: perl(IO::Socket::INET)
@ -64,7 +68,7 @@ Authors:
find -type f -exec chmod 0644 {} \;
%build
perl Makefile.PL
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%{__make} %{?jobs:-j%jobs}
%check