ppisar pushed to perl-Log-Report (f21). "1.07 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Jul 22 08:55:46 UTC 2015


From ae5afb8d691c2fce7f0e6845be3a9e761c0cb5e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Wed, 22 Jul 2015 10:47:45 +0200
Subject: 1.07 bump


diff --git a/.gitignore b/.gitignore
index 5faf9ac..9378c1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Log-Report-1.04.tar.gz
 /Log-Report-1.05.tar.gz
 /Log-Report-1.06.tar.gz
+/Log-Report-1.07.tar.gz
diff --git a/.rpmlint b/.rpmlint
index be356a8..8a39b30 100644
--- a/.rpmlint
+++ b/.rpmlint
@@ -1,2 +1,2 @@
 from Config import *
-addFilter("spelling-error .* Sys");
+addFilter("spelling-error .* (profiles|Sys)");
diff --git a/perl-Log-Report.spec b/perl-Log-Report.spec
index 86204bc..dd0f545 100644
--- a/perl-Log-Report.spec
+++ b/perl-Log-Report.spec
@@ -1,5 +1,5 @@
 Name:           perl-Log-Report
-Version:        1.06
+Version:        1.07
 Release:        1%{?dist}
 Summary:        Report a problem with exceptions and translation support
 License:        GPL+ or Artistic
@@ -19,6 +19,7 @@ BuildRequires:  perl(Devel::GlobalDestruction) >= 0.09
 # Dancer2::Core::Types not used at tests
 # Dancer2::Plugin not used at tests
 # Data::Dumper not used at tests
+# DBIx::Class::Storage::Statistics not used at tests
 BuildRequires:  perl(Encode) >= 2.00
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Fcntl)
@@ -43,6 +44,7 @@ BuildRequires:  perl(Scalar::Util)
 # String::Print is not used
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Sys::Syslog) >= 0.27
+# Time::HiRes not used at tests
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
 # Tests:
@@ -94,6 +96,14 @@ Log::Report. It will process all of the Dancer2 log messages, and also allow
 any other module to use the same logging facilities. The same log messages can
 be sent to multiple destinations at the same time via flexible dispatchers.
 
+%package DBIC
+Summary:    Query profiler for DBIx::Class
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl-Log-Report = %{?epoch:%epoch:}%{version}-%{release}
+
+%description DBIC
+Log DBIx::Class queries via Log::Report.
+
 %package Dispatcher-Log4perl
 Summary:    Log::Log4perl back-end for Log::Report
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -160,6 +170,7 @@ make test
 %{perl_vendorlib}/*
 %exclude %{perl_vendorlib}/Dancer
 %exclude %{perl_vendorlib}/Dancer2
+%exclude %{perl_vendorlib}/Log/Report/DBIC
 %exclude %{perl_vendorlib}/Log/Report/Dispatcher/Log4perl.*
 %exclude %{perl_vendorlib}/Log/Report/Dispatcher/LogDispatch.*
 %exclude %{perl_vendorlib}/Log/Report/Dispatcher/Syslog.*
@@ -167,6 +178,7 @@ make test
 %{_mandir}/man3/*
 %exclude %{_mandir}/man3/Dancer::*
 %exclude %{_mandir}/man3/Dancer2::*
+%exclude %{_mandir}/man3/Log::Report::DBIC::Profiler.*
 %exclude %{_mandir}/man3/Log::Report::Dispatcher::Log4perl.*
 %exclude %{_mandir}/man3/Log::Report::Dispatcher::LogDispatch.*
 %exclude %{_mandir}/man3/Log::Report::Dispatcher::Syslog.*
@@ -180,6 +192,10 @@ make test
 %{perl_vendorlib}/Dancer2
 %{_mandir}/man3/Dancer2::*
 
+%files DBIC
+%{perl_vendorlib}/Log/Report/DBIC
+%{_mandir}/man3/Log::Report::DBIC::Profiler.*
+
 %files Dispatcher-Log4perl
 %{perl_vendorlib}/Log/Report/Dispatcher/Log4perl.*
 %{_mandir}/man3/Log::Report::Dispatcher::Log4perl.*
@@ -197,6 +213,9 @@ make test
 %{_mandir}/man3/MojoX::Log::Report.*
 
 %changelog
+* Wed Jul 22 2015 Petr Pisar <ppisar at redhat.com> - 1.07-1
+- 1.07 bump
+
 * Tue Jun 16 2015 Petr Pisar <ppisar at redhat.com> - 1.06-1
 - 1.06 bump
 
diff --git a/sources b/sources
index 1b7d9ab..1e35c50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-796ee529e8f9f51743d7d1e4f73a3cf4  Log-Report-1.06.tar.gz
+00f37a702334233f60622c4955ab4c5c  Log-Report-1.07.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Log-Report.git/commit/?h=f21&id=ae5afb8d691c2fce7f0e6845be3a9e761c0cb5e1


More information about the perl-devel mailing list