summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-pdf-page.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-12 17:14:10 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-12 17:14:10 +0100
commit655f7387a43c523f31021989b1a1f3215820e9cd (patch)
tree10ed98fb06f1117b43a5fa301801db6ac8096f3b /php-tecnickcom-tc-lib-pdf-page.spec
parent2bdb111539062585bb666bbff6bd6603fd7f40fe (diff)
php-tecnickcom-tc-lib-pdf-page: 2.4.2
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-page.spec')
-rw-r--r--php-tecnickcom-tc-lib-pdf-page.spec16
1 files changed, 12 insertions, 4 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec
index 69f0d4f..9df36e9 100644
--- a/php-tecnickcom-tc-lib-pdf-page.spec
+++ b/php-tecnickcom-tc-lib-pdf-page.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit e62193cc9d415136514b9e7abf99c46abdc526cc
+%global gh_commit da4b7871ca1ddf5db103378dde23f3c747619689
%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: 2.4.1
+Version: 2.4.2
Release: 1%{?dist}
Summary: PHP library containing PDF page formats and definitions
@@ -93,9 +93,14 @@ require '%{php_project}/../../Color/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
@@ -118,6 +123,9 @@ rm -rf %{buildroot}
%changelog
+* Sun Feb 12 2017 Remi Collet <remi@remirepo.net> - 2.4.2-1
+- update to 2.4.2
+
* Mon Feb 6 2017 Remi Collet <remi@remirepo.net> - 2.4.1-1
- update to 2.4.1