From 23e7c8139566e57ce1fe510630e4168ccc88f4a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Aug 2025 17:07:27 +0200 Subject: update to 7.1.3 --- php-sebastian-comparator7.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-sebastian-comparator7.spec b/php-sebastian-comparator7.spec index 4f0cbba..a93f712 100644 --- a/php-sebastian-comparator7.spec +++ b/php-sebastian-comparator7.spec @@ -9,11 +9,11 @@ %bcond_without tests -%global gh_commit 1a7c2bce03a13a457ed3c975dfd331b3b4b133aa +%global gh_commit dc904b4bb3ab070865fa4068cd84f3da8b945148 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator -%global gh_date 2025-08-10 +%global gh_date 2025-08-20 # Packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -24,7 +24,7 @@ %global ns_project Comparator Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 7.1.2 +Version: 7.1.3 Release: 1%{?dist} Summary: Compare PHP values for equality, version %{major} @@ -124,6 +124,9 @@ exit $ret %changelog +* Wed Aug 20 2025 Remi Collet - 7.1.3-1 +- update to 7.1.3 + * Mon Aug 11 2025 Remi Collet - 7.1.2-1 - update to 7.1.2 -- cgit