[perl-Log-Log4perl] 1.30 bump

Petr Pisar ppisar at fedoraproject.org
Wed Sep 8 14:34:56 UTC 2010


commit abde086d3b0dafe78015ca49c7423e9b095252a1
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Sep 8 16:34:34 2010 +0200

    1.30 bump

 .gitignore             |    1 +
 perl-Log-Log4perl.spec |   25 +++++++++++++++++++------
 sources                |    2 +-
 3 files changed, 21 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2339e9c..e84ea49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Log-Log4perl-1.24.tar.gz
+/Log-Log4perl-1.30.tar.gz
diff --git a/perl-Log-Log4perl.spec b/perl-Log-Log4perl.spec
index 3de77c8..c77a224 100644
--- a/perl-Log-Log4perl.spec
+++ b/perl-Log-Log4perl.spec
@@ -1,6 +1,6 @@
 Name:           perl-Log-Log4perl
-Version:        1.24
-Release:        3%{?dist}
+Version:        1.30
+Release:        1%{?dist}
 Summary:        Log4j implementation for Perl
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -10,22 +10,26 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec) >= 0.82
 BuildRequires:  perl(Test::More) >= 0.45
 
+# Tests
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(IO::Socket::INET)
 # Optional tests
+BuildRequires:  perl(DBD::CSV)
+BuildRequires:  perl(DBI)
 BuildRequires:  perl(Log::Dispatch)
 BuildRequires:  perl(Log::Dispatch::FileRotate)
+BuildRequires:  perl(RRDs)
 BuildRequires:  perl(SQL::Statement)
-BuildRequires:  perl(DBD::CSV)
 BuildRequires:  perl(XML::DOM)
-BuildRequires:  perl(RRDs)
-BuildRequires:  perl(DBI)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Log::Log4perl lets you remote-control and fine-tune the logging
-behaviour of your system from the outside. It implements the widely
+behavior of your system from the outside. It implements the widely
 popular (Java-based) Log4j logging package in pure Perl.
 
 %prep
@@ -57,9 +61,18 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc Changes LICENSE README
 %{perl_vendorlib}/*
+%{_mandir}/man1/*
 %{_mandir}/man3/*
+%{_bindir}/*
+
 
 %changelog
+* Wed Sep 08 2010 Petr Pisar <ppisar at redhat.com> - 1.30-1
+- 1.30 bump
+- l4p-tmpl executable added
+- Add BuildRequires for tests
+- Spelling in package description corrected
+
 * Mon May 03 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.24-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 1b5d91e..5f64354 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-102dd4fc918ffb730c7cde49aeaecb3a  Log-Log4perl-1.24.tar.gz
+8fdd784a3d32833029f7f13c92544f44  Log-Log4perl-1.30.tar.gz


More information about the scm-commits mailing list