From c953e210620fd2d76541ae61a556fa7ae54d76e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Feb 2021 06:45:31 +0100 Subject: update to 1.4.4 (no change) --- php-tecnickcom-tc-lib-unicode.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-tecnickcom-tc-lib-unicode.spec b/php-tecnickcom-tc-lib-unicode.spec index 105b2e3..0cdb446 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-2020 Remi Collet +# Copyright (c) 2016-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 431064feee773b571682f1312648799e3d45315d +%global gh_commit d70c1b8a1b390fa9e8961063c8f7bc4afb857f4c %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.4.1 +Version: 1.4.4 Release: 1%{?dist} Summary: PHP library containing Unicode methods @@ -128,6 +128,9 @@ exit $ret %changelog +* Mon Feb 8 2021 Remi Collet - 1.4.4-1 +- update to 1.4.4 (no change) + * Mon Dec 21 2020 Remi Collet - 1.4.1-1 - update to 1.4.1 - switch to classmap autoloader -- cgit