diff --git a/Log-Log4perl-1.27.tar.gz b/Log-Log4perl-1.27.tar.gz new file mode 100644 index 0000000..5d325f8 --- /dev/null +++ b/Log-Log4perl-1.27.tar.gz @@ -0,0 +1,3 @@ +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 deleted file mode 100644 index 244fec7..0000000 --- a/Log-Log4perl-1.28.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -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 8496fb1..f769a16 100644 --- a/perl-Log-Log4perl.changes +++ b/perl-Log-Log4perl.changes @@ -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 diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec index 9d831ac..8471930 100644 --- a/perl-Log-Log4perl.spec +++ b/perl-Log-Log4perl.spec @@ -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