diff options
| author | Remi Collet <remi@remirepo.net> | 2020-06-23 09:34:11 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-06-23 09:34:11 +0200 | 
| commit | dc7a9da8e51b439a5365b8db1cd320548a4ff39a (patch) | |
| tree | 4ff6cfefa7007a0116010864f33e9210113900f1 | |
| parent | c9b164a43e3366ff1493abe6a65b41612ae4bce6 (diff) | |
update to 2.14.6
| -rw-r--r-- | php-laminas-form.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/php-laminas-form.spec b/php-laminas-form.spec index 97534cd..4424922 100644 --- a/php-laminas-form.spec +++ b/php-laminas-form.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    3e22e09751cf6ae031be87a44e092e7925ce5b7b +%global gh_commit    c19b62ed8394bcf2038ab3f51a49b7d0ef4e1700  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-form @@ -22,7 +22,7 @@  %endif  Name:           php-%{gh_project} -Version:        2.14.5 +Version:        2.14.6  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -158,7 +158,7 @@ Obsoletes:      php-ZendFramework2-%{library}             < 2.5  Provides:       php-ZendFramework2-%{library}             = %{version}  # Compatibily ensure by the bridge  Obsoletes:      php-zendframework-%{zf_name}              < 2.14.4 -Provides:       php-zendframework-%{zf_name}              = %{version}-99 +Provides:       php-zendframework-%{zf_name}              = %{version}  Provides:       php-composer(%{gh_owner}/%{gh_project})   = %{version}  Provides:       php-composer(zendframework/%{zf_name})    = %{version}  Provides:       php-autoloader(%{gh_owner}/%{gh_project}) = %{version} @@ -277,6 +277,9 @@ exit $ret  %changelog +* Tue Jun 23 2020 Remi Collet <remi@remirepo.net> - 2.14.6-1 +- update to 2.14.6 +  * Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 2.14.5-1  - update to 2.14.5 (no change) | 
