rpms/perl-Alien-SeleniumRC/F-11 Alien-Selenium-system-jar.diff, 1.1, 1.2 perl-Alien-SeleniumRC.spec, 1.2, 1.3

Emmanuel Seyman eseyman at fedoraproject.org
Tue May 25 00:52:21 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Alien-SeleniumRC/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26305

Modified Files:
	Alien-Selenium-system-jar.diff perl-Alien-SeleniumRC.spec 
Log Message:
Use correct patch

Alien-Selenium-system-jar.diff:
 SeleniumRC.pm |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Index: Alien-Selenium-system-jar.diff
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Alien-SeleniumRC/F-11/Alien-Selenium-system-jar.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- Alien-Selenium-system-jar.diff	24 May 2010 23:37:14 -0000	1.1
+++ Alien-Selenium-system-jar.diff	25 May 2010 00:52:21 -0000	1.2
@@ -1,12 +1,12 @@
---- lib/Alien/SeleniumRC.pm.orig	2010-05-23 22:11:41.000000000 +0200
-+++ lib/Alien/SeleniumRC.pm	2010-05-23 22:13:36.000000000 +0200
+--- lib/Alien/SeleniumRC.pm.orig	2010-05-25 02:08:53.000000000 +0200
++++ lib/Alien/SeleniumRC.pm	2010-05-25 02:11:26.000000000 +0200
 @@ -11,7 +11,7 @@
      my $args = shift || '';
      my $jarfile = find_jar_location();
  
 -    my $cmd = "java -jar $jarfile $args";
 +    my $cmd = "/usr/bin/selenium-server $args";
-     if ( $ENV{SELENIUMRC_USE_SIC} ) {
+     if ($^O eq 'darwin') {
          $cmd = "sudo /usr/libexec/StartupItemContext `which java` -jar $jarfile $args";
      }
 @@ -27,8 +27,7 @@


Index: perl-Alien-SeleniumRC.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Alien-SeleniumRC/F-11/perl-Alien-SeleniumRC.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Alien-SeleniumRC.spec	24 May 2010 23:37:14 -0000	1.2
+++ perl-Alien-SeleniumRC.spec	25 May 2010 00:52:21 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-Alien-SeleniumRC
 Version:        1.00
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Packages the Selenium Remote Control server
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 25 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 1.00-3
+- Use correct patch
+
 * Tue May 25 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 1.00-2
 - Remove selenium-server.jar from the archive
 - Remove test on the internal selenium-server



More information about the scm-commits mailing list