commit 18ddab196900f15d6812bafcd3cd12d5fb7a9db3 Author: Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> Date: Wed Dec 12 06:35:10 2012 +0100 Upstream update. - Update BR:s. .gitignore | 2 +- Log-Dispatch-2.29.diff | 75 ------------------------------------------------ Log-Dispatch-2.34.diff | 65 +++++++++++++++++++++++++++++++++++++++++ perl-Log-Dispatch.spec | 31 ++++++++++++++++--- sources | 2 +- 5 files changed, 93 insertions(+), 82 deletions(-) --- diff --git a/.gitignore b/.gitignore index ddd8353..b703f8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/Log-Dispatch-2.29.tar.gz +/Log-Dispatch-2.34.tar.gz diff --git a/Log-Dispatch-2.34.diff b/Log-Dispatch-2.34.diff new file mode 100644 index 0000000..a857725 --- /dev/null +++ b/Log-Dispatch-2.34.diff @@ -0,0 +1,65 @@ +diff --git a/lib/Log/Dispatch/Syslog.pm b/lib/Log/Dispatch/Syslog.pm +index 12b8731..4afbd17 100644 +--- a/lib/Log/Dispatch/Syslog.pm ++++ b/lib/Log/Dispatch/Syslog.pm +@@ -157,7 +157,7 @@ Defaults to ''. + + Specifies what type of program is doing the logging to the system log. + Valid options are 'auth', 'authpriv', 'cron', 'daemon', 'kern', +-'local0' through 'local7', 'mail, 'news', 'syslog', 'user', ++'local0' through 'local7', 'mail', 'news', 'syslog', 'user', + 'uucp'. Defaults to 'user' + + =item * socket ($ or \@) +diff --git a/t/release-pod-spell.t b/t/release-pod-spell.t +index 6443d9e..3557875 100644 +--- a/t/release-pod-spell.t ++++ b/t/release-pod-spell.t +@@ -27,11 +27,13 @@ local $ENV{LC_ALL} = 'C'; + all_pod_files_spelling_ok; + + __DATA__ ++'' + API + CPAN + Cholet + Dumont + Goess ++Log4perl + Manfredi + Miyagawa + PayPal +@@ -45,20 +47,33 @@ Swartz + Tatsuhiko + UTF + apache ++append + appenders + auth + authpriv + autoflushed + classname + crit ++daemon + emerg ++err + filename + ident + kern ++local0 ++local7 ++log4j + logopt ++mail ++message ++news + params + smtp + stderr + subclass's + subclasses ++user + uucp ++warn ++warning ++write diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec index cd54a64..e4512f5 100644 --- a/perl-Log-Dispatch.spec +++ b/perl-Log-Dispatch.spec @@ -1,6 +1,6 @@ Name: perl-Log-Dispatch -Version: 2.29 -Release: 3%{?dist} +Version: 2.34 +Release: 1%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries License: Artistic 2.0 @@ -8,13 +8,23 @@ URL: http://search.cpan.org/dist/Log-Dispatch/ Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-%{version}.tar.gz # Hacks to make spell checking tests work with hunspell -Patch0: Log-Dispatch-2.29.diff +Patch0: Log-Dispatch-2.34.diff BuildArch: noarch + +BuildRequires: perl(base) +BuildRequires: perl(Carp) BuildRequires: perl(Apache2::Log) -BuildRequires: perl(Mail::Send), perl(Mail::Sender) -BuildRequires: perl(Mail::Sendmail), perl(MIME::Lite) +BuildRequires: perl(Fcntl) +BuildRequires: perl(Mail::Send) +BuildRequires: perl(Mail::Sender) +BuildRequires: perl(Mail::Sendmail) +BuildRequires: perl(MIME::Lite) +BuildRequires: perl(Class::Load) BuildRequires: perl(Params::Validate) >= 0.15 +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(strict) BuildRequires: perl(Sys::Syslog) >= 0.25 +BuildRequires: perl(warnings) # testsuite BuildRequires: perl(Test::More) >= 0.88 @@ -26,6 +36,13 @@ BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Spelling) BuildRequires: hunspell-en +BuildRequires: perl(Test::CPAN::Changes) + +%if 0%{?fedora} < 18 +# Optional, N/A on Fedora < 18 +BuildRequires: perl(Test::Pod::No404s) +%endif + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -62,6 +79,10 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Tue Dec 11 2012 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> - 2.34-1 +- Upstream update. +- Update BR:s. + * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 2.29-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 9e56a80..97704e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -781a4b5a9db2b617d2487dadecf65081 Log-Dispatch-2.29.tar.gz +83d93f06cce7e6f407960ac7d2f21fd5 Log-Dispatch-2.34.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel