diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-07 14:52:25 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-07 14:52:25 +0100 |
commit | 41ffbdb2a31ac358df5e95377e53bdc7a4b6cdb3 (patch) | |
tree | de87e238127f7b2fae397d3a0ec1f6514e01b176 /php-laminas-xmlrpc.spec | |
parent | 0655c58df3cd26b15e66e986aa28efe0c909b422 (diff) |
update to 2.13.0
Diffstat (limited to 'php-laminas-xmlrpc.spec')
-rw-r--r-- | php-laminas-xmlrpc.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-xmlrpc.spec b/php-laminas-xmlrpc.spec index 1f6d710..b17e800 100644 --- a/php-laminas-xmlrpc.spec +++ b/php-laminas-xmlrpc.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 15849ccd9bb479ebe63ca3a6614930eda1ed33eb +%global gh_commit fd41d5fbcffc52d3d707d08d15ede95008e739f7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-xmlrpc @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.12.0 +Version: 2.13.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -224,6 +224,9 @@ exit $ret %changelog +* Tue Dec 7 2021 Remi Collet <remi@remirepo.net> - 2.13.0-1 +- update to 2.13.0 + * Fri Dec 3 2021 Remi Collet <remi@remirepo.net> - 2.12.0-1 - update to 2.12.0 - keep compatibility using laminas-zendframework-bridge |