From e80ae853b563019d5c70d66a52f81a7d58f9fcaba9ee78f8aed0b86a34734d16 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Wed, 10 Mar 2010 22:12:02 +0000 Subject: [PATCH 1/4] Accepting request 34570 from home:computersalat:devel:perl Copy from home:computersalat:devel:perl/perl-Log-Log4perl via accept of submit request 34570 revision 2. Request was accepted with message: self accept OBS-URL: https://build.opensuse.org/request/show/34570 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=9 --- perl-Log-Log4perl.spec | 17 ++++++++--------- ready | 0 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 ready diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec index 7c71898..9d831ac 100644 --- a/perl-Log-Log4perl.spec +++ b/perl-Log-Log4perl.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Log-Log4perl (Version 1.28) +# spec file for package perl-Log-Log4perl (Version 1.27) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,7 +17,6 @@ # norootforbuild - Name: perl-Log-Log4perl %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Log4j implementation for Perl @@ -43,13 +42,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 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4 From 4b1020a7dcee85376ba6f1abeb6a5714e081c530f864df0763cd96686129bfe4 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Wed, 17 Mar 2010 13:21:56 +0000 Subject: [PATCH 2/4] 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 --- Log-Log4perl-1.27.tar.gz | 3 +++ Log-Log4perl-1.28.tar.bz2 | 3 --- perl-Log-Log4perl.changes | 13 ------------- perl-Log-Log4perl.spec | 27 ++++++++++++--------------- 4 files changed, 15 insertions(+), 31 deletions(-) create mode 100644 Log-Log4perl-1.27.tar.gz delete mode 100644 Log-Log4perl-1.28.tar.bz2 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 From 2288cd299a56e13221817492d3e354ce257165ad7a16ea9f65f5e9ba0a8f9e22 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Tue, 6 Apr 2010 17:04:13 +0000 Subject: [PATCH 3/4] Accepting request 37124 from home:computersalat:devel:perl Copy from home:computersalat:devel:perl/perl-Log-Log4perl via accept of submit request 37124 revision 2. Request was accepted with message: self accept OBS-URL: https://build.opensuse.org/request/show/37124 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=11 --- Log-Log4perl-1.27.tar.gz | 3 --- Log-Log4perl-1.28.tar.bz2 | 3 +++ perl-Log-Log4perl.changes | 19 +++++++++++++++++++ perl-Log-Log4perl.spec | 19 ++++++++++++------- ready | 0 5 files changed, 34 insertions(+), 10 deletions(-) delete mode 100644 Log-Log4perl-1.27.tar.gz create mode 100644 Log-Log4perl-1.28.tar.bz2 delete mode 100644 ready 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 From 181a3bc50d924555dcfc1176d39d351fa1e33bbf6a687ad9816e28fa47d903c3 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 7 Apr 2010 00:20:51 +0000 Subject: [PATCH 4/4] Updating link to change in openSUSE:Factory/perl-Log-Log4perl revision 13.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Log4perl?expand=0&rev=5b6b0cecbad6088ecdf957e099a74210 --- perl-Log-Log4perl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec index fe663b6..0d6eae1 100644 --- a/perl-Log-Log4perl.spec +++ b/perl-Log-Log4perl.spec @@ -22,7 +22,7 @@ Name: perl-Log-Log4perl %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Log4j implementation for Perl Version: 1.28 -Release: 1 +Release: 2 License: Artistic License .. Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Log-Log4perl