rpms/perl-Test-WWW-Selenium/EL-6 .cvsignore, 1.4, 1.5 import.log, 1.1, 1.2 perl-Test-WWW-Selenium.spec, 1.6, 1.7 sources, 1.5, 1.6

Lubomir Rintel lkundrak at fedoraproject.org
Thu Jul 8 20:45:20 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-Test-WWW-Selenium/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13158/EL-6

Modified Files:
	.cvsignore import.log perl-Test-WWW-Selenium.spec sources 
Log Message:
Pull from devel


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-WWW-Selenium/EL-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	7 Sep 2009 10:25:26 -0000	1.4
+++ .cvsignore	8 Jul 2010 20:45:20 -0000	1.5
@@ -1,2 +1 @@
-selenium-core-1.0.1.zip
-Test-WWW-Selenium-1.18.tar.gz
+Test-WWW-Selenium-1.22.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-WWW-Selenium/EL-6/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	30 Jun 2008 22:13:48 -0000	1.1
+++ import.log	8 Jul 2010 20:45:20 -0000	1.2
@@ -1 +1,2 @@
 perl-Test-WWW-Selenium-1_15-2_el5:HEAD:perl-Test-WWW-Selenium-1.15-2.el5.src.rpm:1214864010
+perl-Test-WWW-Selenium-1_22-1_fc14:EL-6:perl-Test-WWW-Selenium-1.22-1.fc14.src.rpm:1278621895


Index: perl-Test-WWW-Selenium.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-WWW-Selenium/EL-6/perl-Test-WWW-Selenium.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-Test-WWW-Selenium.spec	7 Sep 2009 10:25:26 -0000	1.6
+++ perl-Test-WWW-Selenium.spec	8 Jul 2010 20:45:20 -0000	1.7
@@ -1,14 +1,11 @@
-%global selenium_version 1.0.1
-
 Name:           perl-Test-WWW-Selenium
-Version:        1.18
+Version:        1.22
 Release:        1%{?dist}
 Summary:        Perl Client for the Selenium Remote Control test tool
 License:        (GPL+ or Artistic) and ASL 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-WWW-Selenium/
 Source0:        http://www.perl.org/authors/id/L/LU/LUKEC/Test-WWW-Selenium-%{version}.tar.gz
-Source1:        http://release.seleniumhq.org/selenium-core/%{selenium_version}/selenium-core-%{selenium_version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -18,6 +15,8 @@ BuildRequires:  perl(Test::Mock::LWP)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(URI::Escape) >= 1.31
+BuildRequires:  perl(CPAN)
+BuildRequires:  selenium-core
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -35,7 +34,7 @@ directly with the browser using AJAX (Xm
 
 # Newer API definition
 mkdir -p target
-unzip -c %{SOURCE1} core/iedoc.xml >target/iedoc.xml
+unzip -qc %{_datadir}/java/selenium-core.jar core/iedoc.xml >target/iedoc.xml
 
 
 %build
@@ -58,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
@@ -74,6 +72,23 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun  3 2010 Marcela Mašláňová <mmaslano at redhat.com> - 1.22-1
+- update
+
+* Fri May 07 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.21-3
+- Mass rebuild with perl-5.12.0
+
+* 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
+
+* Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 1.18-2
+- rebuild against perl 5.10.1
+
 * Mon Sep 07 2009 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.18-1
 - Newer release, update API support to 1.0.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-WWW-Selenium/EL-6/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	7 Sep 2009 10:25:26 -0000	1.5
+++ sources	8 Jul 2010 20:45:20 -0000	1.6
@@ -1,2 +1 @@
-31833c856b59a87cf7958a020bf6907c  selenium-core-1.0.1.zip
-0615263ba747894c63b0f96b3018620e  Test-WWW-Selenium-1.18.tar.gz
+4cdacad9e1fe0adc0409a865ff0abe8e  Test-WWW-Selenium-1.22.tar.gz



More information about the scm-commits mailing list