summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-01-26 06:41:47 +0100
committerRemi Collet <remi@php.net>2026-01-26 06:41:47 +0100
commitba44ea6ef7a0d34ea05ee9a2c75f6ded1c9efb22 (patch)
treea2bfcdb010b8fd8837cccc95d590cd0d915b2c05
parent23e7c8139566e57ce1fe510630e4168ccc88f4a3 (diff)
update to 7.1.4HEADmaster
-rwxr-xr-xmakesrc.sh2
-rw-r--r--php-sebastian-comparator7.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/makesrc.sh b/makesrc.sh
index b959795..ac0c720 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-comparator7.spec b/php-sebastian-comparator7.spec
index a93f712..ff8c174 100644
--- a/php-sebastian-comparator7.spec
+++ b/php-sebastian-comparator7.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-sebastian-comparator7
#
-# 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
#
@@ -9,11 +9,11 @@
%bcond_without tests
-%global gh_commit dc904b4bb3ab070865fa4068cd84f3da8b945148
+%global gh_commit 6a7de5df2e094f9a80b40a522391a7e6022df5f6
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project comparator
-%global gh_date 2025-08-20
+%global gh_date 2026-01-24
# 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.3
+Version: 7.1.4
Release: 1%{?dist}
Summary: Compare PHP values for equality, version %{major}
@@ -124,6 +124,9 @@ exit $ret
%changelog
+* Mon Jan 26 2026 Remi Collet <remi@remirepo.net> - 7.1.4-1
+- update to 7.1.4
+
* Wed Aug 20 2025 Remi Collet <remi@remirepo.net> - 7.1.3-1
- update to 7.1.3