summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-04-22 11:40:34 +0200
committerRemi Collet <remi@php.net>2025-04-22 11:40:34 +0200
commita78d210a9eb38938996c8de5ceb63e0e267796fd (patch)
tree6b95b2336dbdf2deab047b3c112fd315ab17c0a0
parentb4cf03daa7c390b2a9140a8607fd82b4adaf7b0b (diff)
update to 2.0.29HEADmaster
re-license spec file to CECILL-2.1
-rw-r--r--uwsgi-plugin-php.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/uwsgi-plugin-php.spec b/uwsgi-plugin-php.spec
index c864b7c..52012a4 100644
--- a/uwsgi-plugin-php.spec
+++ b/uwsgi-plugin-php.spec
@@ -1,8 +1,8 @@
# remirepo/fedora spec file for uwsgi-plugin-php
#
-# Copyright (c) 2017-2024 Remi Collet
-# License: CC-BY-SA-4.0
-# http://creativecommons.org/licenses/by-sa/4.0/
+# SPDX-FileCopyrightText: Copyright 2017-2025 Remi Collet
+# SPDX-License-Identifier: CECILL-2.1
+# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
@@ -28,7 +28,7 @@ Requires: %{scl_prefix}php-embedded
%endif
Name: %{?scl_prefix}%{project}-plugin-php
-Version: 2.0.28
+Version: 2.0.29
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: uWSGI - Plugin for PHP support
License: GPL-2.0-only with exceptions
@@ -89,6 +89,10 @@ install -Dpm 755 %{?scl}%{!?scl:php}_plugin.so %{buildroot}%{_root_libdir}/%{pro
%changelog
+* Tue Apr 22 2025 Remi Collet <remi@remirepo.net> - 2.0.29-1
+- update to 2.0.29
+- re-license spec file to CECILL-2.1
+
* Mon Nov 18 2024 Remi Collet <remi@remirepo.net> - 2.0.28-1
- update to 2.0.28