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-league-flysystem] f45: re-license spec file to CECILL-2.1
Date: Thu, 03 Sep 2026 07:25:41 GMT	[thread overview]
Message-ID: <178842034126.1.17785867646996478928.rpms-php-league-flysystem-2aa500993ce5@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/php-league-flysystem
            Branch : f45
            Commit : 2aa500993ce55e61af43ecce7266bf86b26aa50b
            Author : Remi Collet <remi@fedoraproject.org>
            Date   : 2026-09-03T09:25:14+02:00
            Stats  : +10/-5 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/php-league-flysystem/c/2aa500993ce55e61af43ecce7266bf86b26aa50b?branch=f45

            Log:
            re-license spec file to CECILL-2.1

add missing build dependency fix FTBFS #2504404

---
diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec
index 1261b53..d6e15bc 100644
--- a/php-league-flysystem.spec
+++ b/php-league-flysystem.spec
@@ -1,8 +1,8 @@
 # remirepo/fedora spec file for php-league-flysystem
 #
-# Copyright (c) 2016-2022 Remi Collet
-# License: CC-BY-SA
-# http://creativecommons.org/licenses/by-sa/4.0/
+# SPDX-FileCopyrightText:  Copyright 2016-2026 Remi Collet
+# SPDX-License-Identifier: CECILL-2.1
+# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
 #
 # Please, preserve the changelog entries
 #
@@ -20,7 +20,7 @@
 
 Name:           php-%{pk_vendor}-%{pk_name}
 Version:        1.1.10
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Filesystem abstraction: Many filesystems, one API
 
 License:        MIT
@@ -43,6 +43,7 @@ BuildRequires:  php-spl
 #        "phpspec/prophecy": "^1.11.1",
 #        "phpunit/phpunit": "^8.5.8"
 BuildRequires:  phpunit8 >= 8.5.8
+BuildRequires: (php-composer(phpspec/prophecy)           >= 1.11.1 with php-composer(phpspec/prophecy)          < 2)
 # Autoloader
 BuildRequires:  php-fedora-autoloader-devel
 
@@ -110,7 +111,7 @@ require '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php';
 EOF
 
 ret=0
-for cmd in php php74 php80 php81 php82; do
+for cmd in php php82 php83 php84 php85 php86; do
   if which $cmd; then
    : Run upstream test suite
    $cmd %{_bindir}/phpunit8 \
@@ -131,6 +132,10 @@ exit $ret
 
 
 %changelog
+* Thu Sep  3 2026 Remi Collet <remi@remirepo.net> - 1.1.10-11
+- re-license spec file to CECILL-2.1
+- add missing build dependency fix FTBFS #2504404
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.10-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

                 reply	other threads:[~2026-09-03  7:25 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=178842034126.1.17785867646996478928.rpms-php-league-flysystem-2aa500993ce5@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