summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-11 14:28:57 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-11 14:28:57 +0200
commitbd88909dd313f30b757f7c84ad0592c5131a0297 (patch)
tree5c4dac20743bac2909e0877e17d8a0f20e009b1e
parent6f20ce80e2dd1ffd6928ac35597e0f03393236c5 (diff)
php-tecnickcom-tc-lib-barcode: 1.9.2
-rw-r--r--php-tecnickcom-tc-lib-barcode/php-tecnickcom-tc-lib-barcode.spec24
1 files changed, 19 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-barcode/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode/php-tecnickcom-tc-lib-barcode.spec
index 5fbcba7..08185d5 100644
--- a/php-tecnickcom-tc-lib-barcode/php-tecnickcom-tc-lib-barcode.spec
+++ b/php-tecnickcom-tc-lib-barcode/php-tecnickcom-tc-lib-barcode.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 2e574593447df2f935aa1cee1a16724fdcc15c3f
+%global gh_commit 220728e5f659b935348442e8d1d3e46fd5f9e178
%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.9.0
+Version: 1.9.2
Release: 1%{?dist}
Summary: PHP library to generate linear and bidimensional barcodes
@@ -103,11 +103,22 @@ require '%{buildroot}%{php_project}/autoload.php';
require '%{php_project}/../Color/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
@@ -127,6 +138,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Jul 11 2016 Remi Collet <remi@fedoraproject.org> - 1.9.2-1
+- update to 1.9.2
+
* Tue Jun 14 2016 Remi Collet <remi@fedoraproject.org> - 1.9.0-1
- update to 1.9.0 (no change)