diff options
| -rw-r--r-- | php-laminas-psr7bridge.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-psr7bridge.spec b/php-laminas-psr7bridge.spec index 0e7f045..b1043f0 100644 --- a/php-laminas-psr7bridge.spec +++ b/php-laminas-psr7bridge.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    6a46cf5b403be26ee87905247b87959e091c0058 +%global gh_commit    b1158f0574164039f698a261c01c26119cc6dbd6  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-psr7bridge @@ -22,7 +22,7 @@  %endif  Name:           php-%{gh_project} -Version:        1.3.0 +Version:        1.3.1  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -180,6 +180,9 @@ exit $ret  %changelog +* Wed Apr 14 2021 Remi Collet <remi@remirepo.net> - 1.3.1-1 +- update to 1.3.1 (no change) +  * Tue Jan 26 2021 Remi Collet <remi@remirepo.net> - 1.3.0-1  - update to 1.3.0 (no change)  - raise dependency on PHP 7.3  | 
