summaryrefslogtreecommitdiffstats
path: root/php-sebastian-comparator7.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-sebastian-comparator7.spec')
-rw-r--r--php-sebastian-comparator7.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-sebastian-comparator7.spec b/php-sebastian-comparator7.spec
index 5497a63..fbe7cb0 100644
--- a/php-sebastian-comparator7.spec
+++ b/php-sebastian-comparator7.spec
@@ -7,8 +7,7 @@
# Please, preserve the changelog entries
#
-# disabled until phpunit12 available
-%bcond_with tests
+%bcond_without tests
%global gh_commit 18eb5a4f854dbd1d6512c459b605de2edb5a0b47
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -26,7 +25,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 7.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Compare PHP values for equality, version %{major}
License: BSD-3-Clause
@@ -88,8 +87,8 @@ phpab --template fedora --output src/autoload.php src
cat <<EOF | tee -a src/autoload.php
\Fedora\Autoloader\Dependencies::required([
- '%{php_home}/%{ns_vendor}/Diff6/autoload.php',
- '%{php_home}/%{ns_vendor}/Exporter6/autoload.php',
+ '%{php_home}/%{ns_vendor}/Diff7/autoload.php',
+ '%{php_home}/%{ns_vendor}/Exporter7/autoload.php',
]);
EOF
@@ -125,6 +124,9 @@ exit $ret
%changelog
+* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 7.0.0-2
+- enable test suite
+
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 7.0.0-1
- update to 7.0.0
- raise dependency on PHP 8.3