rpms/perl-HTML-Tiny/devel perl-HTML-Tiny.spec,1.3,1.4

Iain Arnell iarnell at fedoraproject.org
Tue Mar 10 17:30:33 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-HTML-Tiny/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9066

Modified Files:
	perl-HTML-Tiny.spec 
Log Message:
* Tue Mar 10 2009 Iain Arnell <iarnell at gmail.com> 1.05-2
- Explicitly require perl-Test-Simple to avoid BZ #489421/473874



Index: perl-HTML-Tiny.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-Tiny/devel/perl-HTML-Tiny.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-HTML-Tiny.spec	10 Mar 2009 16:18:45 -0000	1.3
+++ perl-HTML-Tiny.spec	10 Mar 2009 17:30:02 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-HTML-Tiny
 Version:        1.05
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Lightweight, dependency free HTML/XML generation
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,6 +10,9 @@
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
+# Explicitly require perl-Test-Simple to avoid BZ #489421/473874
+BuildRequires:  perl-Test-Simple
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -47,6 +50,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 10 2009 Iain Arnell <iarnell at gmail.com> 1.05-2
+- Explicitly require perl-Test-Simple to avoid BZ #489421/473874
+
 * Tue Mar 10 2009 Iain Arnell <iarnell at gmail.com> 1.05-1
 - update to latest upstream
 




More information about the fedora-extras-commits mailing list