summaryrefslogtreecommitdiffstats
path: root/php-ramsey-collection.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-ramsey-collection.spec')
-rw-r--r--php-ramsey-collection.spec7
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 1.2.2-1
+- update to 1.2.2
+
* Fri Aug 6 2021 Remi Collet <remi@remirepo.net> - 1.2.1-1
- update to 1.2.1
- raise dependency on PHP 7.3