summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-phpunit-selenium.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-selenium.spec b/php-phpunit-selenium.spec
index 3da66b0..faf46d5 100644
--- a/php-phpunit-selenium.spec
+++ b/php-phpunit-selenium.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-phpunit-selenium
#
-# Copyright (c) 2010-2020 Remi Collet
+# Copyright (c) 2010-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -16,7 +16,7 @@
# No test, as test suite requires a Selenium server
Name: php-%{pk_project}
-Version: 9.0.0
+Version: 9.0.1
Release: 1%{?dist}
Summary: Selenium RC integration for PHPUnit 9
@@ -83,6 +83,9 @@ cp -pr PHPUnit/* %{buildroot}%{php_home}
%changelog
+* Fri Jul 1 2022 Remi Collet <remi@remirepo.net> - 9.0.1-1
+- update to 9.0.1 (no change)
+
* Wed Dec 9 2020 Remi Collet <remi@remirepo.net> - 9.0.0-1
- update to 9.0.0
- raise dependency on PHP 7.3