summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-barcode.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-03 08:02:34 +0100
committerRemi Collet <remi@remirepo.net>2020-01-03 08:02:34 +0100
commit793e389f4303a6669860ec2d8996f0c122e39b55 (patch)
tree92745c41f066bc085cd2827d7cb882234ed1a0c3 /php-tecnickcom-tc-lib-barcode.spec
parent014c63239ba7656e882cb3dbdc79d47839ea0408 (diff)
v1.15.20
Diffstat (limited to 'php-tecnickcom-tc-lib-barcode.spec')
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec15
1 files changed, 8 insertions, 7 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec
index 646099a..7e201db 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 853b29c4369b368e2c890084184bc4420b7707b8
+%global gh_commit dd8de5620ec436d61cc8535e11f2879146ebc16b
%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.18
+Version: 1.15.20
Release: 1%{?dist}
Summary: PHP library to generate linear and bidimensional barcodes
@@ -23,8 +23,6 @@ License: LGPLv3+
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz
-Patch0: https://patch-diff.githubusercontent.com/raw/tecnickcom/tc-lib-barcode/pull/51.patch
-
BuildArch: noarch
%if %{with_tests}
# For tests
@@ -42,6 +40,7 @@ BuildRequires: php-composer(%{c_vendor}/tc-lib-color) < 2
BuildRequires: php-composer(%{c_vendor}/tc-lib-color) >= 1.12.13
%endif
BuildRequires: php-bcmath
+BuildRequires: php-ctype
BuildRequires: php-date
BuildRequires: php-gd
BuildRequires: php-pcre
@@ -55,9 +54,10 @@ BuildRequires: php-pecl-imagick
# "ext-date": "*",
# "ext-gd": "*",
# "ext-pcre": "*",
-# "tecnickcom/tc-lib-color": "^1.12.13"
+# "tecnickcom/tc-lib-color": "^1.12.15"
Requires: php(language) >= 5.3
Requires: php-bcmath
+Requires: php-ctype
Requires: php-date
Requires: php-gd
Requires: php-pcre
@@ -92,8 +92,6 @@ Optional dependency: php-pecl-imagick
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1 -b .pr51
-
: Sanity check
grep -q '^%{version}$' VERSION
@@ -146,6 +144,9 @@ exit $ret
%changelog
+* Fri Jan 3 2020 Remi Collet <remi@remirepo.net> - 1.15.20-1
+- update to 1.15.20
+
* Thu Jan 2 2020 Remi Collet <remi@remirepo.net> - 1.15.18-1
- update to 1.15.18
- add patch for 7.4 from