public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Remi Collet <remi@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/php-sebastian-recursion-context3] f44: v3.0.4
Date: Tue, 11 Aug 2026 05:48:55 GMT	[thread overview]
Message-ID: <178642733511.1.5327835992326872250.rpms-php-sebastian-recursion-context3-e9e89d3b0414@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/php-sebastian-recursion-context3
            Branch : f44
            Commit : e9e89d3b041462de98b5615a5ccdb5edec3d3762
            Author : Remi Collet <remi@fedoraproject.org>
            Date   : 2026-08-11T07:48:43+02:00
            Stats  : +12/-9 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/php-sebastian-recursion-context3/c/e9e89d3b041462de98b5615a5ccdb5edec3d3762?branch=f44

            Log:
            v3.0.4

(cherry picked from commit 1f912352284eb07300618bf66ef9fb8e5b18d4f5)

---
diff --git a/.gitignore b/.gitignore
index a9b387c..b154d21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ clog
 /php-sebastian-recursion-context3-3.0.0-5b0cd72.tar.gz
 /php-sebastian-recursion-context3-3.0.1-367dcba.tar.gz
 /php-sebastian-recursion-context3-3.0.2-9bfd3c6.tgz
+/php-sebastian-recursion-context3-3.0.4-4d3432a.tgz

diff --git a/php-sebastian-recursion-context3.spec b/php-sebastian-recursion-context3.spec
index 790e762..0d66c49 100644
--- a/php-sebastian-recursion-context3.spec
+++ b/php-sebastian-recursion-context3.spec
@@ -1,13 +1,13 @@
 # remirepo/fedora spec file for php-sebastian-recursion-context3
 #
-# Copyright (c) 2015-2024 Remi Collet
-# License: CC-BY-SA-4.0
-# http://creativecommons.org/licenses/by-sa/4.0/
+# SPDX-FileCopyrightText:  Copyright 2015-2026 Remi Collet
+# SPDX-License-Identifier: CECILL-2.1
+# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
 #
 # Please, preserve the changelog entries
 #
 %global bootstrap    0
-%global gh_commit    9bfd3c6f1f08c026f542032dfb42813544f7d64c
+%global gh_commit    4d3432ab12baebb4da6b7ad65d92847287f593b8
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
 %global gh_project   recursion-context
@@ -26,8 +26,8 @@
 # NOTICE: used by phpunit 6, 7 and 8
 
 Name:           php-%{pk_vendor}-%{pk_project}%{major}
-Version:        3.0.2
-Release:        5%{?dist}
+Version:        3.0.4
+Release:        1%{?dist}
 Summary:        Recursively process PHP variables, version %{major}
 
 License:        BSD-3-Clause
@@ -48,7 +48,6 @@ BuildRequires:  phpunit8
 #        "php": ">=7.0"
 Requires:       php(language) >= 7.0
 # from phpcompatinfo report for version 3.0.0
-Requires:       php-spl
 # Autoloader
 Requires:       php-composer(fedora/autoloader)
 
@@ -87,7 +86,7 @@ find tests/ -name \*php -exec sed -e 's/setUp()/setUp():void/'  -i {} \;
 
 : Run upstream test suite
 ret=0
-for cmd in php php81 php82 php83; do
+for cmd in php php82 php83 php84 php85 php86; do
   if which $cmd; then
     %{_bindir}/php -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
     %{_bindir}/phpunit8	  --verbose || ret=1
@@ -107,6 +106,9 @@ exit $ret
 
 
 %changelog
+* Tue Aug 11 2026 Remi Collet <remi@remirepo.net> - 3.0.4-1
+- update to 3.0.4
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index c8c24f1..ab91461 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (php-sebastian-recursion-context3-3.0.2-9bfd3c6.tgz) = c2a0846deef3ab1c96c1c58197a13592e540e8d31ef5db449f5d866136e2b47070edd63a0c2b3c4fe0e4ebbd357c9eb42a871df681fd1a7459ea4b650700c864
+SHA512 (php-sebastian-recursion-context3-3.0.4-4d3432a.tgz) = 080483311def29b01bf7db030e2879af7c9d9bbd99f1d6ea29442a6fee9324d7f243f7ef998152ed1e5b9d2545aff1516b4e5e46b78913eaf2c2ae4481bbf941

                 reply	other threads:[~2026-08-11  5:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178642733511.1.5327835992326872250.rpms-php-sebastian-recursion-context3-e9e89d3b0414@fedoraproject.org \
    --to=remi@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox