From 7342ac598c2782b1e7f1d70640734beb62e182bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Aug 2022 11:27:47 +0200 Subject: update to 4.4.0 --- php-ramsey-uuid.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'php-ramsey-uuid.spec') diff --git a/php-ramsey-uuid.spec b/php-ramsey-uuid.spec index 98f7150..ea648d7 100644 --- a/php-ramsey-uuid.spec +++ b/php-ramsey-uuid.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 8505afd4fea63b81a85d3b7b53ac3cb8dc347c28 +%global gh_commit 373f7bacfcf3de038778ff27dcce5672ddbf4c8a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner ramsey %global gh_project uuid @@ -22,8 +22,8 @@ %global ns_project Uuid Name: php-%{pk_vendor}-%{pk_name} -Version: 4.3.1 -Release: 2%{?dist} +Version: 4.4.0 +Release: 1%{?dist} Summary: Library for generating and working with UUIDs License: MIT @@ -48,7 +48,6 @@ BuildRequires: php-spl # "doctrine/annotations": "^1.8", # "ergebnis/composer-normalize": "^2.15", # "mockery/mockery": "^1.3", -# "moontoast/math": "^1.1", # "paragonie/random-lib": "^2", # "php-mock/php-mock": "^2.2", # "php-mock/php-mock-mockery": "^1.3", @@ -86,7 +85,7 @@ BuildRequires: php-fedora-autoloader-devel # "php": "^8.0", # "ext-ctype": "*", # "ext-json": "*", -# "brick/math": "^0.8 || ^0.9", +# "brick/math": "^0.8 || ^0.9 || ^0.10", # "ramsey/collection": "^1.0", Requires: php(language) >= 8.0 Requires: php-ctype @@ -163,8 +162,7 @@ find tests -type f -exec grep -Eq '(PHPMockery|Aspec|Moontoast)' {} \; -delete - : Ignore tests # testSerializationOfNodeProviderCollection: erratic result on Koji -# testGetLocalDomainAndIdentifier: https://github.com/ramsey/uuid/issues/425 -FILTER="--filter '^((?!(testSerializationOfNodeProviderCollection|testGetLocalDomainAndIdentifier)).)*$'" +FILTER="--filter '^((?!(testSerializationOfNodeProviderCollection)).)*$'" : Test failing with recent depdencies rm tests/Generator/RandomLibAdapterTest.php @@ -193,6 +191,9 @@ exit $ret %changelog +* Mon Aug 8 2022 Remi Collet - 4.4.0-1 +- update to 4.4.0 + * Mon Jun 20 2022 Remi Collet - 4.3.1-2 - allow brick/math 0.10 -- cgit