From 29d371925cd97b7e5cc3c16da9288b657cb1d23a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Oct 2023 12:35:55 +0200 Subject: update to 1.4.23 --- php-tecnickcom-tc-lib-unicode.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-tecnickcom-tc-lib-unicode.spec') diff --git a/php-tecnickcom-tc-lib-unicode.spec b/php-tecnickcom-tc-lib-unicode.spec index 6cafc9a..3017b19 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 c46ea3fd7ef1e1b597ff53ee9c18a6a12d05d54a +%global gh_commit 599213bfd5633aa7014b3800f801f523bb9836dc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,13 +15,13 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.4.22 +Version: 1.4.23 Release: 1%{?dist} Summary: PHP library containing Unicode methods License: LGPL-3.0-or-later 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 +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{?gh_short}.tar.gz BuildArch: noarch %if %{with_tests} @@ -124,6 +124,9 @@ exit $ret %changelog +* Tue Oct 10 2023 Remi Collet - 1.4.23-1 +- update to 1.4.23 + * Fri Sep 8 2023 Remi Collet - 1.4.22-1 - update to 1.4.22 -- cgit