summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-25 08:39:30 +0200
committerRemi Collet <remi@remirepo.net>2018-06-25 08:39:30 +0200
commit6648d7b453f8b82a99964e3c2f29f55b45effaa2 (patch)
tree25e73c6a2be9ad2ebd95fad7977a417b0b332fad
parent5ab7c305e3c545d57bad6fb9a3a59b2ba1caa506 (diff)
v1.15.12 (no change)
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 709094f..ade1532 100644
--- a/composer.json
+++ b/composer.json
@@ -54,7 +54,7 @@
"ext-date": "*",
"ext-gd": "*",
"ext-pcre": "*",
- "tecnickcom/tc-lib-color": "^1.12.11"
+ "tecnickcom/tc-lib-color": "^1.12.12"
},
"require-dev": {
"apigen/apigen": "^2.8.1 || ^4.1.2",
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec
index b91f86c..efc5103 100644
--- a/php-tecnickcom-tc-lib-barcode.spec
+++ b/php-tecnickcom-tc-lib-barcode.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit e471bf39c533b5332ab31ecd53ec514be61ffa58
+%global gh_commit db37f9b1f0cbd44327306d437886ef7ab89024dc
%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.11
+Version: 1.15.12
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; do
+for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1
@@ -142,6 +142,9 @@ exit $ret
%changelog
+* Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 1.15.12-1
+- update to 1.15.12
+
* Tue May 15 2018 Remi Collet <remi@remirepo.net> - 1.15.11-1
- update to 1.15.11 (no change)