diff --git a/Log-Log4perl-1.27.tar.gz b/Log-Log4perl-1.27.tar.gz deleted file mode 100644 index 5d325f8..0000000 --- a/Log-Log4perl-1.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b68bfa510615e31bd3f84f47ac75d677b21811dbd7d149780528b263a1a2c83c -size 253821 diff --git a/Log-Log4perl-1.28.tar.bz2 b/Log-Log4perl-1.28.tar.bz2 new file mode 100644 index 0000000..244fec7 --- /dev/null +++ b/Log-Log4perl-1.28.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b5c30ed9eeaf656856f449084be0ea1509bf148e8593c18a09a05d613236ba +size 191377 diff --git a/perl-Log-Log4perl.changes b/perl-Log-Log4perl.changes index f769a16..ac59c72 100644 --- a/perl-Log-Log4perl.changes +++ b/perl-Log-Log4perl.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Apr 6 17:02:39 UTC 2010 - chris@computersalat.de + +- fix build cycle + o disbled Build-/Req Log-Dispatch-FileRotate + +------------------------------------------------------------------- +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 diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec index 8471930..fe663b6 100644 --- a/perl-Log-Log4perl.spec +++ b/perl-Log-Log4perl.spec @@ -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,29 +21,34 @@ 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) BuildRequires: perl(Log::Dispatch) -BuildRequires: perl(Log::Dispatch::FileRotate) >= 1.10 +# fix build cycle, do not enable +#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(Log::Dispatch::FileRotate) >= 1.10 Requires: perl(XML::DOM) > 1.29 Requires: rrdtool @@ -64,7 +69,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 diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000