summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-04 07:47:19 +0200
committerRemi Collet <remi@remirepo.net>2020-09-04 07:47:19 +0200
commit69e671c1bfebdbcdece21e5ec05ae5fd58b1fcde (patch)
treea3fa65e2406a8cd9cd8f6c2957c21fa310ed53dc
parentaee4674f4518e20201ffd4ae4a8bc84e4a3e38b4 (diff)
update to 2.4.1 (no change)
-rw-r--r--composer.json1
-rw-r--r--php-laminas-diactoros2.spec10
2 files changed, 8 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 0330d7a..3ec4db4 100644
--- a/composer.json
+++ b/composer.json
@@ -36,6 +36,7 @@
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
+ "ext-gd": "*",
"ext-libxml": "*",
"http-interop/http-factory-tests": "^0.5.0",
"laminas/laminas-coding-standard": "~1.0.0",
diff --git a/php-laminas-diactoros2.spec b/php-laminas-diactoros2.spec
index 67c09d7..9981a51 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 2580100a0d798c4452e9351847febdf76352130c
+%global gh_commit 36ef09b73e884135d2059cc498c938e90821bb57
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global php_home %{_datadir}/php
%global namespace Laminas
@@ -37,7 +37,7 @@
%{!?phpdir: %global phpdir %{_datadir}/php}
Name: php-%{gh_project}%{major}
-Version: 2.4.0
+Version: 2.4.1
Release: 1%{?gh_release}%{?dist}
Summary: PSR HTTP Message implementations v%{major}
@@ -74,6 +74,7 @@ BuildRequires: php-psr-http-factory
# "require-dev": {
# "ext-curl": "*",
# "ext-dom": "*",
+# "ext-gd": "*",
# "ext-libxml": "*",
# "http-interop/http-factory-tests": "^0.5.0",
# "laminas/laminas-coding-standard": "~1.0.0",
@@ -84,10 +85,10 @@ BuildRequires: php-psr-http-factory
BuildRequires: phpunit7 >= 7.5.18
BuildRequires: php-curl
BuildRequires: php-dom
+BuildRequires: php-gd
BuildRequires: php-libxml
## phpcompatinfo (computed from version 2.4.0)
BuildRequires: php-date
-BuildRequires: php-gd
BuildRequires: php-gmp
BuildRequires: php-json
BuildRequires: php-pcre
@@ -253,6 +254,9 @@ exit $RETURN_CODE
%changelog
+* Fri Sep 4 2020 Remi Collet <remi@remirepo.net> - 2.4.1-1
+- update to 2.4.1 (no change)
+
* Thu Sep 3 2020 Remi Collet <remi@remirepo.net> - 2.4.0-1
- update to 2.4.0