summaryrefslogtreecommitdiffstats
path: root/php-laminas-json-server.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-laminas-json-server.spec')
-rw-r--r--php-laminas-json-server.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-laminas-json-server.spec b/php-laminas-json-server.spec
index c89f1e3..26c75df 100644
--- a/php-laminas-json-server.spec
+++ b/php-laminas-json-server.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit f3e9c1488dd7588d3fe808be5cf53999166fb29d
+%global gh_commit 0a84e0e2d935528a1741184629bc068e69f6673b
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-json-server
@@ -23,7 +23,7 @@
%endif
Name: php-%{gh_project}
-Version: 3.2.0
+Version: 3.2.1
Release: 1%{?dist}
Summary: %{namespace} Json-Server is a JSON-RPC server implementation
@@ -89,8 +89,8 @@ Requires: php-reflection
Requires: php-spl
# Compatibily ensure by the bridge
-Obsoletes: php-zendframework-%{zf_name} < 3.2.0-99
-Provides: php-zendframework-%{zf_name} = %{version}-99
+Obsoletes: php-zendframework-%{zf_name} < 3.2.1
+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}
@@ -181,6 +181,9 @@ exit $ret
%changelog
+* Thu Jan 16 2020 Remi Collet <remi@remirepo.net> - 3.2.1-1
+- update to 3.2.1
+
* Fri Jan 10 2020 Remi Collet <remi@remirepo.net> - 3.2.0-1
- switch to Laminas