summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-paginator.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zendframework-zend-paginator.spec')
-rw-r--r--php-zendframework-zend-paginator.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/php-zendframework-zend-paginator.spec b/php-zendframework-zend-paginator.spec
index aacba47..3d7d618 100644
--- a/php-zendframework-zend-paginator.spec
+++ b/php-zendframework-zend-paginator.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit fd58828c8280a90f133b9e0af2fe1a7885d47206
+%global gh_commit 2b4d07d9475ed581278a28d065b238a0941402e2
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-paginator
@@ -20,11 +20,10 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.8.1
+Version: 2.8.2
Release: 1%{?dist}
Summary: Zend Framework %{library} component
-Group: Development/Libraries
License: BSD
URL: https://zendframework.github.io/%{gh_project}/
Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz
@@ -131,7 +130,7 @@ require_once '%{php_home}/Zend/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" php70 php71 php72; do
+for cmdarg in "php %{phpunit}" php71 php72; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1
@@ -152,6 +151,9 @@ exit $ret
%changelog
+* Wed Aug 21 2019 Remi Collet <remi@remirepo.net> - 2.8.2-1
+- update to 2.8.2
+
* Wed Jan 31 2018 Remi Collet <remi@remirepo.net> - 2.8.1-1
- Update to 2.8.1