summaryrefslogtreecommitdiffstats
path: root/php-ramsey-collection.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-11 09:23:09 +0200
committerRemi Collet <remi@php.net>2021-10-11 09:23:09 +0200
commit456ede8af1463015935ac2856d9b4c06b2d3ff4e (patch)
tree8c10f9476d483a639eace1c92090691946e2145f /php-ramsey-collection.spec
parent268b49eb75211d6ae5430c651d0e457d8e48b7a2 (diff)
update to 1.2.2
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