summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-theseer-autoload.spec20
1 files changed, 14 insertions, 6 deletions
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec
index bd1bd1d..a496900 100644
--- a/php-theseer-autoload.spec
+++ b/php-theseer-autoload.spec
@@ -1,16 +1,17 @@
# 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
#
+# remirepo:3
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 6ac38edd83856019e70d1c904a2450c8e042ad28
+%global gh_commit c3a22a88ae6bdadbe0c8274a51d29998eb152983
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner theseer
%global gh_project Autoload
@@ -25,7 +26,7 @@
%endif
Name: php-theseer-autoload
-Version: 1.29.2
+Version: 1.29.4
Release: 1%{?dist}
Summary: A tool and library to generate autoload code
@@ -125,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
@@ -150,6 +151,13 @@ 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)
+
* Mon Oct 7 2024 Remi Collet <remi@remirepo.net> - 1.29.2-1
- update to 1.29.2