diff options
Diffstat (limited to 'php-ramsey-collection.spec')
-rw-r--r-- | php-ramsey-collection.spec | 7 |
1 files 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 <remi@remirepo.net> - 1.1.3-1 +- update to 1.1.3 + * Thu Jan 21 2021 Remi Collet <remi@remirepo.net> - 1.1.2-1 - update to 1.1.2 - switch to phpunit9 |