diff options
| author | Remi Collet <remi@remirepo.net> | 2023-10-19 10:16:00 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-10-19 10:16:00 +0200 | 
| commit | d330058033c45a141e6f26c080e3201e26ee2ee1 (patch) | |
| tree | 7c10c832b2665a983b1cd2e06405703f1087778d | |
| parent | f4a63b71512146fc0329381176f200c7fb82395a (diff) | |
update to 3.2.1
| -rw-r--r-- | php-zumba-json-serializer.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zumba-json-serializer.spec b/php-zumba-json-serializer.spec index abdfc9b..e42038e 100644 --- a/php-zumba-json-serializer.spec +++ b/php-zumba-json-serializer.spec @@ -1,7 +1,7 @@  # remirepo/fedora spec file for php-zumba-json-serializer  #  # Copyright (c) 2021-2023 Remi Collet -# License: CC-BY-SA +# License: CC-BY-SA-4.0  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries @@ -9,7 +9,7 @@  %bcond_without       tests -%global gh_commit    93786164efd20b6e01d42b03d4f7c2e52c9cebd8 +%global gh_commit    c869bcb7f934f785d69c978f7d0479b54bbe0cfa  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     zumba  %global gh_project   json-serializer @@ -18,7 +18,7 @@  %global major        %nil  Name:           php-%{gh_owner}-%{gh_project}%{major} -Version:        3.2.0 +Version:        3.2.1  Release:        1%{?dist}  Summary:        Serialize PHP variables @@ -129,6 +129,9 @@ exit $ret  %changelog +* Thu Oct 19 2023 Remi Collet <remi@remirepo.net> - 3.2.1-1 +- update to 3.2.1 +  * Tue Sep 26 2023 Remi Collet <remi@remirepo.net> - 3.2.0-1  - update to 3.2.0  - sources from git snapshot  | 
