summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-03 14:56:19 +0200
committerRemi Collet <remi@remirepo.net>2019-06-03 14:56:19 +0200
commit0e4ae51be659f4b69f6de7c9df2f77ae9edf179a (patch)
tree634dc11acd46985ea08543e4206af87ea1c3d50d
parent6648d7b453f8b82a99964e3c2f29f55b45effaa2 (diff)
v1.15.14
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec
index efc5103..e1fbe69 100644
--- a/php-tecnickcom-tc-lib-barcode.spec
+++ b/php-tecnickcom-tc-lib-barcode.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-tecnickcom-tc-lib-barcode
#
-# Copyright (c) 2015-2018 Remi Collet
+# Copyright (c) 2015-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit db37f9b1f0cbd44327306d437886ef7ab89024dc
+%global gh_commit c0ced182632fa2b9036ccce79d1e362c90b0d5a4
%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.15.12
+Version: 1.15.14
Release: 1%{?dist}
Summary: PHP library to generate linear and bidimensional barcodes
@@ -121,7 +121,7 @@ require __DIR__ . '/../test/TestStrings.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73; do
+for cmdarg in "php %{phpunit}" php71 php72 php73 php74; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1
@@ -142,8 +142,11 @@ exit $ret
%changelog
+* Mon Jun 3 2019 Remi Collet <remi@remirepo.net> - 1.15.14-1
+- update to 1.15.14
+
* Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 1.15.12-1
-- update to 1.15.12
+- update to 1.15.12 (no change)
* Tue May 15 2018 Remi Collet <remi@remirepo.net> - 1.15.11-1
- update to 1.15.11 (no change)