From ffe73234f6b50a59b7e3f7a78f7fa7bd7fa70c89 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Jan 2021 09:39:04 +0100 Subject: update to 1.1.3 --- php-ramsey-collection.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-ramsey-collection.spec b/php-ramsey-collection.spec index fa65eb3..3de3b9a 100644 --- a/php-ramsey-collection.spec +++ b/php-ramsey-collection.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit a2a85f56ac8f0f973f0e43fcbad5464355bcfe1f +%global gh_commit 28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1 %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.1.2 +Version: 1.1.3 Release: 1%{?dist} Summary: Library for representing and manipulating collections @@ -156,6 +156,9 @@ exit $ret %changelog +* Fri Jan 22 2021 Remi Collet - 1.1.3-1 +- update to 1.1.3 + * Thu Jan 21 2021 Remi Collet - 1.1.2-1 - update to 1.1.2 - switch to phpunit9 -- cgit