diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-03 08:14:56 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-03 08:14:56 +0100 |
commit | 103af8673ff8ce907165f8bc11e3d67eae54d97e (patch) | |
tree | 1f168459857bbaa5272fa81f6a9bdfe871d2d001 | |
parent | f7d7306841c32f1d65cfec2fa9788cd38cd8b1af (diff) |
v1.3.11 (no change)
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-unicode.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index edcc89c..2bec0a0 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.9" + "tecnickcom/tc-lib-unicode-data": "^1.6.11" }, "require-dev": { "apigen/apigen": "^4.1.2", diff --git a/php-tecnickcom-tc-lib-unicode.spec b/php-tecnickcom-tc-lib-unicode.spec index 5fafa0d..baa6ecb 100644 --- a/php-tecnickcom-tc-lib-unicode.spec +++ b/php-tecnickcom-tc-lib-unicode.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-unicode # -# Copyright (c) 2016-2019 Remi Collet +# Copyright (c) 2016-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 382c02f6426e64508a1b46a02897d401286f7859 +%global gh_commit c9eb7f74ec02941ba42822e5f752ee401e108109 %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.9 +Version: 1.3.11 Release: 1%{?dist} Summary: PHP library containing Unicode methods @@ -122,6 +122,9 @@ exit $ret %changelog +* Fri Jan 3 2020 Remi Collet <remi@remirepo.net> - 1.3.11-1 +- update to 1.3.11 (no change) + * Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 1.3.9-1 - update to 1.3.9 - drop patch merged upstream |