diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-02 13:58:11 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-02 13:58:11 +0200 |
commit | 74eda5b9697e29ad665770e5afa223597519450d (patch) | |
tree | 4d4522276f4490762f4f72774eb51940b0bcac21 | |
parent | eb9ba6fa4296d0dc268f6ca86822dcb8ac10ba72 (diff) |
php-tecnickcom-tc-lib-pdf-filter: 1.3.3 (no change)
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-filter.spec | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec index 2539c45..d0b0eac 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 0aa2a8fe28e65fa354dcfeae5c85bc1bd6ae8ac9 +%global gh_commit b26d5e06b8bd7bef836b0c18530b971839eee664 %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.0 +Version: 1.3.3 Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters @@ -80,11 +80,22 @@ cat <<EOF | tee vendor/autoload.php require '%{buildroot}%{php_project}/autoload.php'; EOF +# remirepo:11 +run=0 +ret=0 +if which php56; then + php56 %{_bindir}/phpunit || ret=1 + run=1 +fi +if which php71; then + php71 %{_bindir}/phpunit || ret=1 + run=1 +fi +if [ $run -eq 0 ]; then %{_bindir}/phpunit --verbose - -if which php70; then - php70 %{_bindir}/phpunit --verbose +# remirepo:2 fi +exit $ret %else : Test suite disabled %endif @@ -107,6 +118,9 @@ rm -rf %{buildroot} %changelog +* Fri Sep 2 2016 Remi Collet <remi@fedoraproject.org> - 1.3.3-1 +- update to 1.3.3 (no change) + * Tue Jun 14 2016 Remi Collet <remi@fedoraproject.org> - 1.3.0-1 - update to 1.3.0 (no change) |