summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-pdf-filter.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-12 17:09:02 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-12 17:09:02 +0100
commite2617a766d55a8fe37246d85870bd1b8b3031d87 (patch)
tree23452967cb0739ca710e722d0551c779aef2bbd7 /php-tecnickcom-tc-lib-pdf-filter.spec
parent87ee182f177d60e5826e4ab8622984476aedfb5a (diff)
php-tecnickcom-tc-lib-pdf-filter: 1.3.5
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-filter.spec')
-rw-r--r--php-tecnickcom-tc-lib-pdf-filter.spec16
1 files changed, 12 insertions, 4 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec
index e50c02b..3288659 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 476b2a31563ea094cb345687d6aa33efd00e107f
+%global gh_commit 1025362d49d228264661c0886493310b819d0385
%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.3.4
+Version: 1.3.5
Release: 1%{?dist}
Summary: PHP library to decode PDF compression and encryption filters
@@ -84,9 +84,14 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmd in php56 php70 php71 php; do
+for cmd in php56 php; do
if which $cmd; then
- $cmd %{_bindir}/phpunit --verbose || ret=1
+ $cmd %{_bindir}/phpunit --no-coverage --verbose || ret=1
+ fi
+done
+for cmd in php70 php71; do
+ if which $cmd; then
+ $cmd %{_bindir}/phpunit6 --no-coverage --verbose || ret=1
fi
done
exit $ret
@@ -112,6 +117,9 @@ rm -rf %{buildroot}
%changelog
+* Sun Feb 12 2017 Remi Collet <remi@remirepo.net> - 1.3.5-1
+- update to 1.3.5 (no change)
+
* Mon Feb 6 2017 Remi Collet <remi@remirepo.net> - 1.3.4-1
- update to 1.3.4 (no change)