summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-18 10:14:33 +0100
committerRemi Collet <remi@remirepo.net>2020-11-18 10:14:33 +0100
commitb0ec3a339e0e188dc5b4575e84cd0d59607417e3 (patch)
tree24fa26c1af754edbdb26822235c3e0105e174fc6
parent7685d0b8d6ece9c3d475a1754d5802a315a57b2d (diff)
v5.5.2 fromFedora
-rw-r--r--php-gettext-gettext.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-gettext-gettext.spec b/php-gettext-gettext.spec
index 7df4409..db7deb8 100644
--- a/php-gettext-gettext.spec
+++ b/php-gettext-gettext.spec
@@ -13,7 +13,7 @@
Name: php-gettext-gettext
-Version: 5.5.1
+Version: 5.5.2
Release: 1%{?dist}
BuildArch: noarch
@@ -103,7 +103,7 @@ cp -ar src/* %{buildroot}/%{_datadir}/php/Gettext/
: run upstream test suite with all installed PHP versions
ret=0
-for cmd in php php71 php72 php73 php74; do
+for cmd in php php71 php72 php73 php74 php80; do
if which $cmd; then
$cmd %{_bindir}/phpunit --bootstrap %{buildroot}/%{_datadir}/php/Gettext/autoload.php tests
fi
@@ -122,6 +122,9 @@ exit $ret
%changelog
+* Wed Nov 18 2020 Sundeep Anand <suanand@fedoraproject.org> - 5.5.2-1
+- update to 5.5.2 (#1898773)
+
* Fri Jul 24 2020 Sundeep Anand <suanand@fedoraproject.org> - 5.5.1-1
- update to 5.5.1 (#1768669)