diff options
| author | Remi Collet <remi@remirepo.net> | 2021-02-25 08:15:19 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-02-25 08:15:19 +0100 | 
| commit | eaea3e35fe0e85f12132bd994b50d02e0e1e3435 (patch) | |
| tree | a045790b4c50069dcb7a3fc86f30fe24f1bfb516 | |
| parent | 70653612a6bde8404639d68644ab9c18a31faf4d (diff) | |
update to 1.3.1 (no change)
| -rw-r--r-- | php-laminas-xml.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-xml.spec b/php-laminas-xml.spec index 4384aa8..2dace6f 100644 --- a/php-laminas-xml.spec +++ b/php-laminas-xml.spec @@ -1,13 +1,13 @@  # remirepo/Fedora spec file for php-laminas-xml  # -# Copyright (c) 2015-2020 Remi Collet +# Copyright (c) 2015-2021 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    844dc64557b1ad8a2e0eadb741510ba992674f99 +%global gh_commit    2eada592359aec9d9e55339270b621295cff3a4f  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-xml @@ -22,7 +22,7 @@  %endif  Name:           php-%{gh_project} -Version:        1.3.0 +Version:        1.3.1  Release:        1%{?dist}  Summary:        Laminas Framework %{library} component @@ -162,6 +162,9 @@ exit $ret  %changelog +* Thu Feb 25 2021 Remi Collet <remi@remirepo.net> - 1.3.1-1 +- update to 1.3.1 (no change) +  * Thu Nov 19 2020 Remi Collet <remi@remirepo.net> - 1.3.0-1  - update to 1.3.0  - raise dependency on PHP 7.3  | 
