From 828cbb8bd0eb51ada46953cae96651e4906423ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Mar 2022 15:04:11 +0100 Subject: update to 3.0.0 rename to php-sebastian-type3 install to /usr/share/php/SebastianBergmann/Type3 --- php-sebastian-type3.spec | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'php-sebastian-type3.spec') diff --git a/php-sebastian-type3.spec b/php-sebastian-type3.spec index 19007e7..306c45a 100644 --- a/php-sebastian-type3.spec +++ b/php-sebastian-type3.spec @@ -1,6 +1,6 @@ -# remirepo/fedora spec file for php-sebastian-type2 +# remirepo/fedora spec file for php-sebastian-type3 # -# Copyright (c) 2019-2021 Remi Collet +# Copyright (c) 2019-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,21 +10,21 @@ %bcond_without tests # github -%global gh_commit b8cd8a1c753c90bc1a0f5372170e3e489136f914 +%global gh_commit b233b84bc4465aff7b57cf1c4bc75c86d00d6dad %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project type # packagist %global pk_vendor sebastian %global pk_project %{gh_project} -%global major 2 +%global major 3 # namespace %global php_home %{_datadir}/php %global ns_vendor SebastianBergmann %global ns_project Type Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 2.3.4 +Version: 3.0.0 Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, version %{major} @@ -40,8 +40,8 @@ BuildRequires: php-reflection BuildRequires: php-fedora-autoloader-devel >= 1.0.0 %if %{with tests} # from composer.json, "require-dev": { -# "phpunit/phpunit": "^9.3" -BuildRequires: phpunit9 >= 9.3 +# "phpunit/phpunit": "^9.5" +BuildRequires: phpunit9 >= 9.5 %endif # from composer.json, "require": { @@ -84,11 +84,12 @@ cat < - 3.0.0-1 +- update to 3.0.0 +- rename to php-sebastian-type3 +- install to /usr/share/php/SebastianBergmann/Type3 + * Tue Jun 15 2021 Remi Collet - 2.3.4-1 - update to 2.3.4 -- cgit