summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-02 07:43:09 +0200
committerRemi Collet <remi@remirepo.net>2019-10-02 07:43:09 +0200
commit273d9080d0d45b1a2664b2749cf5d054925600d7 (patch)
tree5ff61751389886021aa0c8a408794971568444df
parent58db98649c38966b140d25d7299e4491147ace3f (diff)
v1.15.16
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec17
2 files changed, 11 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index ade1532..06a063b 100644
--- a/composer.json
+++ b/composer.json
@@ -54,7 +54,7 @@
"ext-date": "*",
"ext-gd": "*",
"ext-pcre": "*",
- "tecnickcom/tc-lib-color": "^1.12.12"
+ "tecnickcom/tc-lib-color": "^1.12.13"
},
"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 8f57873..edf05c0 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 de87a7abea45814ad97863480608383791cf47b9
+%global gh_commit 60780acd7aeaca3547b16963dda3f09c6bdce2e7
%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.15
+Version: 1.15.16
Release: 1%{?dist}
Summary: PHP library to generate linear and bidimensional barcodes
@@ -34,10 +34,10 @@ BuildArch: noarch
BuildRequires: %{phpunit}
BuildRequires: php(language) >= 5.3
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
-BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 1.12.1 with php-composer(%{c_vendor}/tc-lib-color) < 2)
+BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 1.12.13 with php-composer(%{c_vendor}/tc-lib-color) < 2)
%else
BuildRequires: php-composer(%{c_vendor}/tc-lib-color) < 2
-BuildRequires: php-composer(%{c_vendor}/tc-lib-color) >= 1.12.1
+BuildRequires: php-composer(%{c_vendor}/tc-lib-color) >= 1.12.13
%endif
BuildRequires: php-bcmath
BuildRequires: php-date
@@ -53,17 +53,17 @@ BuildRequires: php-pecl-imagick
# "ext-date": "*",
# "ext-gd": "*",
# "ext-pcre": "*",
-# "tecnickcom/tc-lib-color": "^1.12.11"
+# "tecnickcom/tc-lib-color": "^1.12.13"
Requires: php(language) >= 5.3
Requires: php-bcmath
Requires: php-date
Requires: php-gd
Requires: php-pcre
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
-Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 1.12.1 with php-composer(%{c_vendor}/tc-lib-color) < 2)
+Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 1.12.13 with php-composer(%{c_vendor}/tc-lib-color) < 2)
%else
Requires: php-composer(%{c_vendor}/tc-lib-color) < 2
-Requires: php-composer(%{c_vendor}/tc-lib-color) >= 1.12.1
+Requires: php-composer(%{c_vendor}/tc-lib-color) >= 1.12.13
%endif
# From phpcompatinfo report for version 1.15.5
# none
@@ -142,6 +142,9 @@ exit $ret
%changelog
+* Wed Oct 2 2019 Remi Collet <remi@remirepo.net> - 1.15.16-1
+- update to 1.15.16
+
* Thu Sep 19 2019 Remi Collet <remi@remirepo.net> - 1.15.15-1
- update to 1.15.15