diff options
| author | Remi Collet <remi@remirepo.net> | 2022-08-08 11:27:47 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-08-08 11:27:47 +0200 | 
| commit | 7342ac598c2782b1e7f1d70640734beb62e182bb (patch) | |
| tree | d8fe0a87c9847b9d3d3a9a2592279716d35693dd | |
| parent | 0f7a99236be34c458ed6d9fb6c54d0f5e1e962b8 (diff) | |
update to 4.4.0
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | php-ramsey-uuid.spec | 15 | 
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json index 112fabf..30f8772 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@          "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"      },      "require-dev": { @@ -22,7 +22,6 @@          "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", 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 <remi@remirepo.net> - 4.4.0-1 +- update to 4.4.0 +  * Mon Jun 20 2022 Remi Collet <remi@remirepo.net> - 4.3.1-2  - allow brick/math 0.10  | 
