diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-10 15:45:32 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-10 15:45:32 +0200 |
commit | 8f4d41102e45185b190b4559488965081d1d2856 (patch) | |
tree | 6aad62145c2b1e86c2798de0015dc519f73492db | |
parent | 29d371925cd97b7e5cc3c16da9288b657cb1d23a (diff) |
update to 1.4.26
-rw-r--r-- | php-tecnickcom-tc-lib-unicode.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-unicode.spec b/php-tecnickcom-tc-lib-unicode.spec index 3017b19..7d69773 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 599213bfd5633aa7014b3800f801f523bb9836dc +%global gh_commit d2d3d7f3317186d2d6f425a67476193b71177041 %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.23 +Version: 1.4.26 Release: 1%{?dist} Summary: PHP library containing Unicode methods @@ -124,6 +124,9 @@ exit $ret %changelog +* Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 1.4.26-1 +- update to 1.4.26 + * Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 1.4.23-1 - update to 1.4.23 |