summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rwxr-xr-xmakesrc.sh4
-rw-r--r--php-sebastian-exporter6.spec29
3 files changed, 20 insertions, 15 deletions
diff --git a/composer.json b/composer.json
index 5d5c72a..779befb 100644
--- a/composer.json
+++ b/composer.json
@@ -58,7 +58,7 @@
},
"extra": {
"branch-alias": {
- "dev-main": "6.1-dev"
+ "dev-main": "6.3-dev"
}
}
}
diff --git a/makesrc.sh b/makesrc.sh
index b959795..11bd167 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -17,11 +17,11 @@ else
echo "Cloning..."
rm -rf $PROJECT-$COMMIT
- git clone --shallow-since=$DATE https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1
+ git clone --branch ${VERSION:0:3} --shallow-since=$DATE https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1
echo "Getting commit..."
pushd $PROJECT-$COMMIT
- git checkout $COMMIT || exit1
+ git checkout $COMMIT || exit 1
cp composer.json ../composer.json
popd
diff --git a/php-sebastian-exporter6.spec b/php-sebastian-exporter6.spec
index b7ecece..313a1e3 100644
--- a/php-sebastian-exporter6.spec
+++ b/php-sebastian-exporter6.spec
@@ -1,20 +1,20 @@
# remirepo/fedora spec file for php-sebastian-exporter6
#
-# Copyright (c) 2013-2024 Remi Collet
-# License: CC-BY-SA-4.0
-# http://creativecommons.org/licenses/by-sa/4.0/
+# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet
+# SPDX-License-Identifier: CECILL-2.1
+# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
# disabled until phpunit11 available
-%bcond_with tests
+%bcond_without tests
-%global gh_commit 3473f61172093b2da7de1fb5782e1f24cc036dc3
+%global gh_commit 70a298763b40b213ec087c51c739efcaa90bcd74
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project exporter
-%global gh_date 2024-12-05
+%global gh_date 2025-09-24
# Packagist
%global pk_vendor sebastian
%global pk_project %{gh_project}
@@ -27,7 +27,7 @@
%global pear_channel pear.phpunit.de
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 6.3.0
+Version: 6.3.2
Release: 1%{?dist}
Summary: Export PHP variables for visualization, version %{major}
@@ -40,8 +40,6 @@ Source1: makesrc.sh
BuildArch: noarch
BuildRequires: php(language) >= 8.2
BuildRequires: php-mbstring
-BuildRequires: php-pcre
-BuildRequires: php-spl
BuildRequires: php-fedora-autoloader-devel
%if %{with tests}
# from composer.json, "require-dev": {
@@ -58,8 +56,6 @@ Requires: php(language) >= 8.2
Requires: php-mbstring
Requires: (php-composer(%{pk_vendor}/recursion-context) >= 6.0 with php-composer(%{pk_vendor}/recursion-context) < 7)
# from phpcompatinfo report for version 5.0.0
-Requires: php-pcre
-Requires: php-spl
# Autoloader
Requires: php-composer(fedora/autoloader)
@@ -100,7 +96,7 @@ phpab --template fedora --output vendor/autoload.php tests/_fixture/
: Run upstream test suite
ret=0
-for cmd in php php82 php83 php84; do
+for cmd in php php82 php83 php84 php85; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit11 || ret=1
@@ -118,6 +114,15 @@ exit $ret
%changelog
+* Wed Sep 24 2025 Remi Collet <remi@remirepo.net> - 6.3.2-1
+- update to 6.3.2
+
+* Mon Sep 22 2025 Remi Collet <remi@remirepo.net> - 6.3.1-1
+- update to 6.3.1
+
+* Tue Feb 4 2025 Remi Collet <remi@remirepo.net> - 6.3.0-2
+- enable test suite
+
* Thu Dec 5 2024 Remi Collet <remi@remirepo.net> - 6.3.0-1
- update to 6.3.0