summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-25 08:44:56 +0200
committerRemi Collet <remi@remirepo.net>2018-06-25 08:44:56 +0200
commitbf64d3bfac6c5cc047dabc1b498112854d086679 (patch)
tree05573ab62e35aa85693369893fa2549cd1508776
parentfa38e23437ce7cff9f0dc820b3ee2a61628fbd23 (diff)
v1.3.8 (no change)
-rw-r--r--php-tecnickcom-tc-lib-pdf-filter.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec
index 3c67b20..d97af2b 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 c70929dec0140e6f4651547012480408b6b8e152
+%global gh_commit 699bce17339b3754a8173e95f6cf50ec7d6047df
%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.7
+Version: 1.3.8
Release: 1%{?dist}
Summary: PHP library to decode PDF compression and encryption filters
@@ -87,7 +87,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72; do
+for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1
@@ -111,6 +111,9 @@ exit $ret
%changelog
+* Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 1.3.8-1
+- update to 1.3.8 (no change)
+
* Mon May 14 2018 Remi Collet <remi@remirepo.net> - 1.3.7-1
- update to 1.3.7 (no change)
- switch to phpunit7