summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-tecnickcom-tc-lib-pdf-filter.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec
index 0d56b7e..cd130d8 100644
--- a/php-tecnickcom-tc-lib-pdf-filter.spec
+++ b/php-tecnickcom-tc-lib-pdf-filter.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 42238dd24112242a751199156bae536a0f120b90
+%global gh_commit 548ace30162e3f7c0eeac784db8397ecf8074247
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -15,7 +15,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.1.8
+Version: 1.1.9
Release: 1%{?dist}
Summary: PHP library to decode PDF compression and encryption filters
@@ -81,6 +81,10 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
%{_bindir}/phpunit --verbose
+
+if which php70; then
+ php70 %{_bindir}/phpunit --verbose
+fi
%else
: Test suite disabled
%endif
@@ -103,6 +107,10 @@ rm -rf %{buildroot}
%changelog
+* Wed Nov 18 2015 Remi Collet <remi@fedoraproject.org> - 1.1.9-1
+- update to 1.1.9 (no change)
+- run test suite with both PHP 5 and 7 when available
+
* Tue Oct 20 2015 Remi Collet <remi@fedoraproject.org> - 1.1.8-1
- update to 1.1.8 (no change)