From 901a20cc93555b1cf29867b9226ccf91f4e18730 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Nov 2022 12:35:29 +0100 Subject: update to 4.6.0 --- php-ramsey-uuid.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-ramsey-uuid.spec') diff --git a/php-ramsey-uuid.spec b/php-ramsey-uuid.spec index 3f26e84..8c9f553 100644 --- a/php-ramsey-uuid.spec +++ b/php-ramsey-uuid.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit a161a26d917604dc6d3aa25100fddf2556e9f35d +%global gh_commit ad63bc700e7d021039e30ce464eba384c4a1d40f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner ramsey %global gh_project uuid @@ -22,7 +22,7 @@ %global ns_project Uuid Name: php-%{pk_vendor}-%{pk_name} -Version: 4.5.1 +Version: 4.6.0 Release: 1%{?dist} Summary: Library for generating and working with UUIDs @@ -35,7 +35,6 @@ Source1: makesrc.sh BuildArch: noarch BuildRequires: php(language) >= 8.0 -BuildRequires: php-ctype BuildRequires: php-date BuildRequires: php-hash BuildRequires: php-json @@ -83,12 +82,10 @@ BuildRequires: php-fedora-autoloader-devel # From composer.json, "require": { # "php": "^8.0", -# "ext-ctype": "*", # "ext-json": "*", # "brick/math": "^0.8.8 || ^0.9 || ^0.10", # "ramsey/collection": "^1.0", Requires: php(language) >= 8.0 -Requires: php-ctype Requires: php-json # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -99,7 +96,7 @@ Requires: (php-composer(ramsey/collection) >= 1.0 with php-composer(r Requires: php-brick-math >= 0.8.8 Requires: php-ramsey-collection >= 1.0 %endif -# From phpcompatifo report for 4.1.1 +# From phpcompatifo report for 4.6.0 Requires: php-date Requires: php-hash Requires: php-pcre @@ -191,6 +188,9 @@ exit $ret %changelog +* Mon Nov 7 2022 Remi Collet - 4.6.0-1 +- update to 4.6.0 + * Fri Sep 16 2022 Remi Collet - 4.5.1-1 - update to 4.5.1 -- cgit