From 456ede8af1463015935ac2856d9b4c06b2d3ff4e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Oct 2021 09:23:09 +0200 Subject: update to 1.2.2 --- php-ramsey-collection.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-ramsey-collection.spec') diff --git a/php-ramsey-collection.spec b/php-ramsey-collection.spec index cb69c5c..2cff320 100644 --- a/php-ramsey-collection.spec +++ b/php-ramsey-collection.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit eaca1dc1054ddd10cbd83c1461907bee6fb528fa +%global gh_commit cccc74ee5e328031b15640b51056ee8d3bb66c0a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner ramsey %global gh_project collection @@ -22,7 +22,7 @@ %global ns_project Collection Name: php-%{pk_vendor}-%{pk_name} -Version: 1.2.1 +Version: 1.2.2 Release: 1%{?dist} Summary: Library for representing and manipulating collections @@ -172,6 +172,9 @@ exit $ret %changelog +* Mon Oct 11 2021 Remi Collet - 1.2.2-1 +- update to 1.2.2 + * Fri Aug 6 2021 Remi Collet - 1.2.1-1 - update to 1.2.1 - raise dependency on PHP 7.3 -- cgit