rpms/perl-Log-Log4perl/EL-5 .cvsignore, 1.10, 1.11 perl-Log-Log4perl.spec, 1.13, 1.14 sources, 1.10, 1.11 Log-Log4perl-1.01-032JRollFile.t.patch, 1.1, NONE Log-Log4perl-1.01-Watch.pm.patch, 1.1, NONE

Steven Pritchard steve at fedoraproject.org
Thu Dec 18 16:55:16 UTC 2008


Author: steve

Update of /cvs/pkgs/rpms/perl-Log-Log4perl/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14402

Modified Files:
	.cvsignore perl-Log-Log4perl.spec sources 
Removed Files:
	Log-Log4perl-1.01-032JRollFile.t.patch 
	Log-Log4perl-1.01-Watch.pm.patch 
Log Message:
Sync with devel branch.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Log-Log4perl/EL-5/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	7 Jun 2007 13:32:13 -0000	1.10
+++ .cvsignore	18 Dec 2008 16:54:45 -0000	1.11
@@ -1 +1 @@
-Log-Log4perl-1.11.tar.gz
+Log-Log4perl-1.13.tar.gz


Index: perl-Log-Log4perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Log-Log4perl/EL-5/perl-Log-Log4perl.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-Log-Log4perl.spec	16 Oct 2007 20:58:49 -0000	1.13
+++ perl-Log-Log4perl.spec	18 Dec 2008 16:54:46 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           perl-Log-Log4perl
-Version:        1.11
-Release:        1%{?dist}
+Version:        1.13
+Release:        2%{?dist}
 Summary:        Log4j implementation for Perl
 
 Group:          Development/Libraries
@@ -8,8 +8,6 @@
 # CPAN URL:     http://search.cpan.org/dist/Log-Log4perl/
 URL:            http://log4perl.sourceforge.net/
 Source0:        http://log4perl.sourceforge.net/releases/Log-Log4perl-%{version}.tar.gz
-Patch0:         Log-Log4perl-1.01-Watch.pm.patch
-Patch1:         Log-Log4perl-1.01-032JRollFile.t.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -19,6 +17,8 @@
 BuildRequires:  perl(SQL::Statement)
 BuildRequires:  perl(DBD::CSV)
 BuildRequires:  perl(XML::DOM)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 # perl(RRDs) is provided by rrdtool-perl (a rrdtool subpackage)
 BuildRequires:  perl(RRDs)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -31,8 +31,6 @@
 
 %prep
 %setup -q -n Log-Log4perl-%{version}
-%patch0 -p1
-%patch1 -p1
 find lib -name "*.pm" -exec chmod -c a-x {} ';'
 %{__perl} -pi -e 's|^#!/usr/local/bin/perl|#!%{__perl}|' eg/newsyslog-test
 chmod -c a-x eg/* 
@@ -52,7 +50,9 @@
 
 
 %check
-make test L4P_ALL_TESTS=1
+# These tests fail in the Fedora buildsystem. 
+# No clue as to why. They work fine in local testing.
+# make test L4P_ALL_TESTS=1
 
 
 %clean
@@ -67,6 +67,25 @@
 
 
 %changelog
+* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.13-2
+- rebuild for new perl
+
+* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.13-1.1
+- disable tests
+
+* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.13-1
+- bump to 1.13
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.12-1.2
+- add BR: perl(Test::More)
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.12-1.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Fri Jun 29 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-1
+- Update to 1.12.
+
 * Thu Jun  7 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-1
 - Update to 1.11.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Log-Log4perl/EL-5/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	7 Jun 2007 13:32:13 -0000	1.10
+++ sources	18 Dec 2008 16:54:46 -0000	1.11
@@ -1 +1 @@
-8b6ed8da4fc0f50b84da8d862dfd4a8e  Log-Log4perl-1.11.tar.gz
+ba0eff06d756834a9f549f3ece8c3f88  Log-Log4perl-1.13.tar.gz


--- Log-Log4perl-1.01-032JRollFile.t.patch DELETED ---


--- Log-Log4perl-1.01-Watch.pm.patch DELETED ---




More information about the Fedora-perl-devel-list mailing list