[perl-Alien-SeleniumRC] Update to 2.81, drop perl(CPAN) from the BuildRequires

Emmanuel Seyman eseyman at fedoraproject.org
Fri Oct 14 08:06:55 UTC 2011


commit d61cc45dff885945196ecc9acf30213b59ebb7e4
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Fri Oct 14 10:06:51 2011 +0200

    Update to 2.81, drop perl(CPAN) from the BuildRequires

 .gitignore                 |    1 +
 perl-Alien-SeleniumRC.spec |    9 +++++++--
 sources                    |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dcf178d..bfbc9b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Alien-SeleniumRC-1.03.tar.gz
 /Alien-SeleniumRC-2.80.tar.gz
+/Alien-SeleniumRC-2.81.tar.gz
diff --git a/perl-Alien-SeleniumRC.spec b/perl-Alien-SeleniumRC.spec
index e7d97f7..0571a2c 100644
--- a/perl-Alien-SeleniumRC.spec
+++ b/perl-Alien-SeleniumRC.spec
@@ -1,5 +1,5 @@
 Name:           perl-Alien-SeleniumRC
-Version:        2.80
+Version:        2.81
 Release:        1%{?dist}
 Summary:        Packages the Selenium Remote Control server
 License:        GPL+ or Artistic
@@ -8,7 +8,8 @@ URL:            http://search.cpan.org/dist/Alien-SeleniumRC/
 Source0:        http://search.cpan.org/CPAN/authors/id/H/HI/HISSO/Alien-SeleniumRC-%{version}.tar.gz
 Patch0:         Alien-Selenium-system-jar.diff
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker),perl(CPAN),perl(Test::More)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       selenium-server
 
@@ -50,6 +51,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Oct 14 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 2.81-1
+- Update to 2.81
+- Drop perl(CPAN) from the BuildRequires (not needed).
+
 * Wed Oct 12 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 2.80-1
 - Update to 2.80
 - Clean up spec-file
diff --git a/sources b/sources
index defae0c..856643d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b684a5e28e11bc821c2ee4fe63910738  Alien-SeleniumRC-2.80.tar.gz
+49f30ad8a71d1a25be78f5b7c4346777  Alien-SeleniumRC-2.81.tar.gz


More information about the scm-commits mailing list