From 59229c657e0e7ef151ab92e97727f9adfcd93138 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jan 2026 06:40:53 +0100 Subject: update to 6.3.3 --- makesrc.sh | 2 +- php-sebastian-comparator6.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/makesrc.sh b/makesrc.sh index 3b1fb60..34f021d 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -21,7 +21,7 @@ else echo "Getting commit..." pushd $PROJECT-$COMMIT - git checkout $COMMIT || exit1 + git checkout $COMMIT || exit 1 cp composer.json ../composer.json popd diff --git a/php-sebastian-comparator6.spec b/php-sebastian-comparator6.spec index 9ddd411..37cbe80 100644 --- a/php-sebastian-comparator6.spec +++ b/php-sebastian-comparator6.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sebastian-comparator6 # -# SPDX-FileCopyrightText: Copyright 2014-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2014-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -10,11 +10,11 @@ # disabled until phpunit11 available %bcond_without tests -%global gh_commit 85c77556683e6eee4323e4c5468641ca0237e2e8 +%global gh_commit 2c95e1e86cb8dd41beb8d502057d1081ccc8eca9 %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 2026-01-24 # Packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -25,7 +25,7 @@ %global ns_project Comparator Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 6.3.2 +Version: 6.3.3 Release: 1%{?dist} Summary: Compare PHP values for equality, version %{major} @@ -125,6 +125,9 @@ exit $ret %changelog +* Mon Jan 26 2026 Remi Collet - 6.3.3-1 +- update to 6.3.3 + * Mon Aug 11 2025 Remi Collet - 6.3.2-1 - update to 6.3.2 -- cgit