1
0

Accepting request 34953 from devel:languages:perl

checked in (request 34953)

OBS-URL: https://build.opensuse.org/request/show/34953
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=10
This commit is contained in:
OBS User autobuild 2010-03-17 13:21:56 +00:00 committed by Git OBS Bridge
parent e80ae853b5
commit 4b1020a7dc
4 changed files with 15 additions and 31 deletions

3
Log-Log4perl-1.27.tar.gz Normal file
View File

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

View File

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

View File

@ -1,16 +1,3 @@
-------------------------------------------------------------------
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

@ -17,24 +17,21 @@
# norootforbuild
Name: perl-Log-Log4perl
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Log4j implementation for Perl
Version: 1.28
Version: 1.27
Release: 1
License: Artistic License ..
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Log-Log4perl
Source: %{cpan_name}-%{version}.tar.bz2
Source: %{cpan_name}-%{version}.tar.gz
# for running all tests:
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Test::More) >= 0.45
BuildRequires: perl(File::Spec) >= 0.82
# other not perl || perl-base
BuildRequires: perl(Test::More)
BuildRequires: perl(DBI) >= 1.607
BuildRequires: perl(DBD::CSV) >= 0.22
BuildRequires: perl(IO::Socket::INET)
@ -42,13 +39,13 @@ BuildRequires: perl(Log::Dispatch)
BuildRequires: perl(Log::Dispatch::FileRotate) >= 1.10
BuildRequires: perl(XML::DOM) > 1.29
BuildRequires: rrdtool
Requires: perl = %{perl_version}
Requires: perl(DBI) >= 1.607
Requires: perl(IO::Socket::INET)
Requires: perl(Log::Dispatch)
Requires: perl(Log::Dispatch::FileRotate) >= 1.10
Requires: perl(XML::DOM) > 1.29
Requires: rrdtool
Requires: perl = %{perl_version}
Requires: perl(DBI) >= 1.607
Requires: perl(IO::Socket::INET)
Requires: perl(Log::Dispatch)
Requires: perl(Log::Dispatch::FileRotate) >= 1.10
Requires: perl(XML::DOM) > 1.29
Requires: rrdtool
%description
Log::Log4perl lets you remote-control and fine-tune the logging
@ -67,7 +64,7 @@ Authors:
find -type f -exec chmod 0644 {} \;
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
perl Makefile.PL
%{__make} %{?jobs:-j%jobs}
%check