[php-pear-XML-RSS] fix includepacth in test (FTBFS #715645)

Remi Collet remi at fedoraproject.org
Wed Jul 6 16:51:18 UTC 2011


commit a1dbd72b622ecce1b05c4f17797f635958833eec
Author: remi <fedora at famillecollet.com>
Date:   Wed Jul 6 18:51:03 2011 +0200

    fix includepacth in test (FTBFS #715645)

 php-pear-XML-RSS.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php-pear-XML-RSS.spec b/php-pear-XML-RSS.spec
index 43e510f..3ef1a58 100644
--- a/php-pear-XML-RSS.spec
+++ b/php-pear-XML-RSS.spec
@@ -3,7 +3,7 @@
 
 Name:           php-pear-XML-RSS
 Version:        1.0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        RSS parser
 
 Group:          Development/Libraries
@@ -65,7 +65,7 @@ install -pm 644 %{name}.xml $RPM_BUILD_ROOT%{pear_xmldir}
 cd %{pear_name}-%{version}
 phpunit \
    -d date.timezone=UTC \
-   -d include_path=$RPM_BUILD_ROOT%{pear_phpdir}:%{pear_phpdir} \
+   -d include_path=.:$RPM_BUILD_ROOT%{pear_phpdir}:%{pear_phpdir} \
    tests
 
 
@@ -94,6 +94,9 @@ fi
 
 
 %changelog
+* Wed Jul  6 2011 Remi Collet <Fedora at FamilleCollet.com> - 1.0.2-2
+- fix includepacth in test (FTBFS #715645)
+
 * Tue May  3 2011 Remi Collet <Fedora at FamilleCollet.com> - 1.0.2-1
 - Version 1.0.2 (stable) - API 1.0.0 (stable)
 


More information about the scm-commits mailing list