summaryrefslogtreecommitdiffstats
path: root/php-laminas-diactoros2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-30 09:37:17 +0200
committerRemi Collet <remi@remirepo.net>2020-03-30 09:37:17 +0200
commitbe070a24cf06d8ee25c09ec8359c5ce2d21564fc (patch)
treec47de7d489813ca5ab53d0e2078f8ec877af9395 /php-laminas-diactoros2.spec
parentd73459d626a82c30043e1e71564bb753264067d9 (diff)
update to 2.2.3 (no change)
Diffstat (limited to 'php-laminas-diactoros2.spec')
-rw-r--r--php-laminas-diactoros2.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-laminas-diactoros2.spec b/php-laminas-diactoros2.spec
index f8efada..64021cf 100644
--- a/php-laminas-diactoros2.spec
+++ b/php-laminas-diactoros2.spec
@@ -11,7 +11,7 @@
%global gh_owner laminas
%global gh_project laminas-diactoros
%global zf_name zend-diactoros
-%global gh_commit 95178c4751d737cdf9ab0a9f70a42754ac860e7b
+%global gh_commit b596c7141f5093aefec94cb5e8745212299e290f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global php_home %{_datadir}/php
%global namespace Laminas
@@ -27,8 +27,8 @@
%global gh_factory_owner http-interop
%global gh_factory_name http-factory-tests
-%global gh_factory_version 0.5.0
-%global gh_factory_commit 3c6c62052daeb67ca7dc3e1ea1b72c0f0cc19070
+%global gh_factory_version 0.6.0
+%global gh_factory_commit 92d8b91e7236957d7512ef93e8a237d241671ce7
%global gh_factory_short %(c=%{gh_factory_commit}; echo ${c:0:7})
# Build using "--without tests" to disable tests
@@ -37,8 +37,8 @@
%{!?phpdir: %global phpdir %{_datadir}/php}
Name: php-%{gh_project}%{major}
-Version: 2.2.2
-Release: 2%{?gh_release}%{?dist}
+Version: 2.2.3
+Release: 1%{?gh_release}%{?dist}
Summary: PSR HTTP Message implementations v%{major}
License: BSD
@@ -252,6 +252,9 @@ exit $RETURN_CODE
%changelog
+* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 2.2.3-1
+- update to 2.2.3 (no change)
+
* Thu Jan 23 2020 Remi Collet <remi@remirepo.net> - 2.2.2-2
- fix autoloader, ensure functions are not defined twice