jplesnik pushed to perl-Log-Handler (master). "0.87 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Sep 22 11:24:42 UTC 2015


From 59a84d1d418d6937d4a7fe083525f4da32cdb6f7 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Tue, 22 Sep 2015 13:24:30 +0200
Subject: 0.87 bump


diff --git a/.gitignore b/.gitignore
index db94378..d96aed3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Log-Handler-0.81.tar.gz
 /Log-Handler-0.82.tar.gz
 /Log-Handler-0.84.tar.gz
+/Log-Handler-0.87.tar.gz
diff --git a/perl-Log-Handler.spec b/perl-Log-Handler.spec
index f25113b..032536b 100644
--- a/perl-Log-Handler.spec
+++ b/perl-Log-Handler.spec
@@ -1,32 +1,43 @@
 %global pkgname Log-Handler
 
 Name:           perl-Log-Handler
-Version:        0.84
-Release:        3%{?dist}
+Version:        0.87
+Release:        1%{?dist}
 Summary:        Log messages to several outputs
 License:        GPL+ or Artistic
 Url:            http://search.cpan.org/dist/Log-Handler
 Source0:        http://www.cpan.org/modules/by-module/Log/%{pkgname}-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config::General)
+BuildRequires:  perl(Config::Properties)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(DBI)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Module::Build) >= 0.360.0
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Params::Validate)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Sys::Hostname)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Time::HiRes)
 BuildRequires:  perl(UNIVERSAL)
+BuildRequires:  perl(warnings)
 #Tests only.
 BuildRequires:  perl(Email::Date)
+BuildRequires:  perl(Net::SMTP)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
+%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_docdir}/
+
 %description
 This module is a object oriented handler for logging, tracing and debugging. 
 It is very easy to use and provides a simple interface for multiple output 
@@ -49,11 +60,15 @@ patterns to format the messages and reload the complete logging machine.
 make test
 
 %files
-%doc ChangeLog LICENCE README examples
+%license LICENSE
+%doc ChangeLog README examples
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 22 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.87-1
+- 0.87 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.84-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 5bb3c3f..7af8984 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d5f5984b29293034696ce5eb5dcbd84  Log-Handler-0.84.tar.gz
+d5db46455e730e047b4451842d03e141  Log-Handler-0.87.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Log-Handler.git/commit/?h=master&id=59a84d1d418d6937d4a7fe083525f4da32cdb6f7


More information about the perl-devel mailing list