[perl-Text-Xslate/epel7: 2/2] Add missing Test::LeakTrace.

Christopher Meng cicku at fedoraproject.org
Fri Feb 21 08:35:40 UTC 2014


commit eabce0274c73f42c601ea6dadf0782f47741ee3a
Author: Christopher Meng <i at cicku.me>
Date:   Fri Feb 21 16:35:48 2014 +0800

    Add missing Test::LeakTrace.

 perl-Text-Xslate.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Text-Xslate.spec b/perl-Text-Xslate.spec
index e518b62..32670cb 100644
--- a/perl-Text-Xslate.spec
+++ b/perl-Text-Xslate.spec
@@ -2,7 +2,7 @@
 
 Name:           perl-Text-Xslate
 Version:        3.1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Scalable template engine
 License:        GPL+ or Artistic
 URL:            http://xslate.org/
@@ -58,6 +58,7 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(XSLoader)
 # Tests only.
 BuildRequires:  perl(Devel::StackTrace)
+BuildRequires:  perl(Test::LeakTrace)
 BuildRequires:  perl(Template)
 BuildRequires:  perl(Template::Plugin::String)
 BuildRequires:  perl(Plack)
@@ -99,6 +100,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 20 2014 Christopher Meng <rpm at cicku.me> - 3.1.2-2
+- Satisfy the test section.
+
 * Thu Feb 20 2014 Christopher Meng <rpm at cicku.me> - 3.1.2-1
 - Update to 3.1.2
 



More information about the perl-devel mailing list