rpms/perl-Test-WWW-Selenium/devel perl-Test-WWW-Selenium.spec, 1.8, 1.9

Lubomir Rintel lkundrak at fedoraproject.org
Thu Mar 18 15:38:34 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-Test-WWW-Selenium/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31094

Modified Files:
	perl-Test-WWW-Selenium.spec 
Log Message:
* Thu Mar 18 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 1.21-2
- Fix a packaging bug that caused incorrect Selenium.pm to be generated
- Enable foolishly disabled tests back



Index: perl-Test-WWW-Selenium.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-WWW-Selenium/devel/perl-Test-WWW-Selenium.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-Test-WWW-Selenium.spec	21 Feb 2010 12:03:54 -0000	1.8
+++ perl-Test-WWW-Selenium.spec	18 Mar 2010 15:38:34 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           perl-Test-WWW-Selenium
 Version:        1.21
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl Client for the Selenium Remote Control test tool
 License:        (GPL+ or Artistic) and ASL 2.0
 Group:          Development/Libraries
@@ -34,7 +34,7 @@ directly with the browser using AJAX (Xm
 
 # Newer API definition
 mkdir -p target
-unzip -c %{_datadir}/java/selenium-core.jar core/iedoc.xml >target/iedoc.xml
+unzip -qc %{_datadir}/java/selenium-core.jar core/iedoc.xml >target/iedoc.xml
 
 
 %build
@@ -57,8 +57,7 @@ find $RPM_BUILD_ROOT -depth -type d -exe
 
 
 %check
-# Tests are failing due to http://jira.openqa.org/browse/SRC-319
-make test ||:
+make test
 
 
 %clean
@@ -73,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 18 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 1.21-2
+- Fix a packaging bug that caused incorrect Selenium.pm to be generated
+- Enable foolishly disabled tests back
+
 * Sun Feb 21 2010 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> - 1.21-1
 - Newer release
 - use API definitions from packaged selenium-core



More information about the scm-commits mailing list