summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-11-18 19:32:49 +0100
committerRemi Collet <fedora@famillecollet.com>2015-11-18 19:32:49 +0100
commitc49fd234c87c54bcd4107e2e0af0bcd4972a2ba3 (patch)
treea8a017c9220b6450c3952da7ea90280da56e75f9
parentffc0bb0c6db78a3b30ab67a985bbef26d289aed2 (diff)
php-tecnickcom-tc-lib-pdf-filter: 1.1.9
-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)