summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-09 08:53:59 +0100
committerRemi Collet <remi@php.net>2025-12-09 08:53:59 +0100
commit8f5a15e855d1a0b61aa67ca4c92aca15b5d1ee07 (patch)
tree936a5ad3ed27faf092928bb2c1d664433a056aee
parent2223a29f87f5c6e5b6f05c1b4c8f374fe02d53a2 (diff)
update to 1.29.4HEADmaster
re-license spec file to CECILL-2.1
-rw-r--r--php-theseer-autoload.spec16
1 files changed, 10 insertions, 6 deletions
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec
index c8d59ad..a496900 100644
--- a/php-theseer-autoload.spec
+++ b/php-theseer-autoload.spec
@@ -1,8 +1,8 @@
# remirepo/fedora spec file for php-theseer-autoload
#
-# Copyright (c) 2014-2024 Remi Collet
-# License: CC-BY-SA-4.0
-# http://creativecommons.org/licenses/by-sa/4.0/
+# SPDX-FileCopyrightText: Copyright 2014-2025 Remi Collet
+# SPDX-License-Identifier: CECILL-2.1
+# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 68a4b8d27342a61611078abb23c292216937daea
+%global gh_commit c3a22a88ae6bdadbe0c8274a51d29998eb152983
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner theseer
%global gh_project Autoload
@@ -26,7 +26,7 @@
%endif
Name: php-theseer-autoload
-Version: 1.29.3
+Version: 1.29.4
Release: 1%{?dist}
Summary: A tool and library to generate autoload code
@@ -126,7 +126,7 @@ require '%{buildroot}%{_datadir}/php/TheSeer/Autoload/autoload.php';
EOF
ret=0
-for cmd in "php %{phpunit}" php80 php81 php82 php83 php84; do
+for cmd in "php %{phpunit}" php81 php82 php83 php84 php85; do
if which $cmd; then
set $cmd
$1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1
@@ -151,6 +151,10 @@ fi
%changelog
+* Tue Dec 9 2025 Remi Collet <remi@remirepo.net> - 1.29.4-1
+- update to 1.29.4
+- re-license spec file to CECILL-2.1
+
* Tue Dec 3 2024 Remi Collet <remi@remirepo.net> - 1.29.3-1
- update to 1.29.3 (no change)