summaryrefslogtreecommitdiffstats
path: root/php-sebastian-type7.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-10 08:53:39 +0100
committerRemi Collet <remi@php.net>2026-02-10 08:53:39 +0100
commit56e32b238731196328b749b6eeb8d07bd1fc7053 (patch)
treeb95e824c7e022acb64c41378abdf1ee6c5e16cb5 /php-sebastian-type7.spec
parentc91b2ce66dbb11052a5a3ded12aeeee5f5315575 (diff)
enable test suiteHEADmaster
Diffstat (limited to 'php-sebastian-type7.spec')
-rw-r--r--php-sebastian-type7.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sebastian-type7.spec b/php-sebastian-type7.spec
index c7ae099..2b90cb3 100644
--- a/php-sebastian-type7.spec
+++ b/php-sebastian-type7.spec
@@ -1,4 +1,4 @@
-# remirepo/fedora spec file for php-sebastian-type6
+# remirepo/fedora spec file for php-sebastian-type7
#
# SPDX-FileCopyrightText: Copyright 2019-2026 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
-%bcond_with tests
+%bcond_without tests
# github
%global gh_commit 42412224607bd3931241bbd17f38e0f972f5a916
@@ -26,7 +26,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 7.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Collection of value objects that represent the types of the PHP type system, v%{major}
License: BSD-3-Clause
@@ -113,6 +113,9 @@ exit $ret
%changelog
+* Tue Feb 10 2026 Remi Collet <remi@remirepo.net> - 7.0.0-2
+- enable test suite
+
* Fri Feb 6 2026 Remi Collet <remi@remirepo.net> - 7.0.0-1
- update to 7.0.0
- raise dependency on PHP 8.4