summaryrefslogtreecommitdiffstats
path: root/php-gettext-gettext.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-gettext-gettext.spec')
-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)