summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-25 08:48:35 +0200
committerRemi Collet <remi@remirepo.net>2018-06-25 08:48:35 +0200
commit3dee95bb512435d69a6640017f1a3e91d89fc73d (patch)
tree83374de9779655a0bd2111b2b60b35ab4fec3cc1
parent5d17b87abd0e24200aa536dc9c0b984285302f1a (diff)
v1.3.8 (no change)
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-unicode.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index f33713d..3e700bc 100644
--- a/composer.json
+++ b/composer.json
@@ -22,7 +22,7 @@
"php": ">=5.4",
"ext-mbstring": "*",
"ext-pcre": "*",
- "tecnickcom/tc-lib-unicode-data": "^1.6.7"
+ "tecnickcom/tc-lib-unicode-data": "^1.6.8"
},
"require-dev": {
"apigen/apigen": "^4.1.2",
diff --git a/php-tecnickcom-tc-lib-unicode.spec b/php-tecnickcom-tc-lib-unicode.spec
index d9d082c..f4cfe06 100644
--- a/php-tecnickcom-tc-lib-unicode.spec
+++ b/php-tecnickcom-tc-lib-unicode.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 2e03aec8d1df99ade2c1ed1309d81349c9f320b3
+%global gh_commit ec31b43b1d18a9e61b0f91275dfb1911ad1870e2
%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.3.7
+Version: 1.3.8
Release: 1%{?dist}
Summary: PHP library containing Unicode methods
@@ -102,7 +102,7 @@ require '%{php_project}/Data/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72; do
+for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1
@@ -123,6 +123,9 @@ exit $ret
%changelog
+* Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 1.3.8-1
+- update to 1.3.8 (no change)
+
* Mon May 14 2018 Remi Collet <remi@remirepo.net> - 1.3.7-1
- update to 1.3.7 (no change)
- switch to phpunit7