diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-23 08:40:19 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-23 08:40:19 +0100 |
commit | 465da12c40b837cd634692552441403621ddda03 (patch) | |
tree | b162ae40c8013216ddea3c606c724b0ffc831efe | |
parent | b177d4d248475a8dc2636217215b329199edf2b0 (diff) |
update to 2.16.2 (no change)
-rw-r--r-- | composer.json | 3 | ||||
-rw-r--r-- | php-laminas-form.spec | 11 |
2 files changed, 10 insertions, 4 deletions
diff --git a/composer.json b/composer.json index fdcbdb8..ee77c12 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,9 @@ "laminas/laminas-stdlib": "^3.3", "laminas/laminas-zendframework-bridge": "^1.1" }, + "conflict": { + "laminas/laminas-code": "< 3.5.0" + }, "require-dev": { "doctrine/annotations": "^1.10.4", "laminas/laminas-cache": "^2.9.0", diff --git a/php-laminas-form.spec b/php-laminas-form.spec index 091cb9c..1049c8a 100644 --- a/php-laminas-form.spec +++ b/php-laminas-form.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 3ed0b37dd2b54bb2e69f1f0c9e86aeb5e3b0b391 +%global gh_commit 4262d6d6f0e7a47ef8db969481e59d58a0118f0e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-form @@ -19,7 +19,7 @@ %bcond_without tests Name: php-%{gh_project} -Version: 2.16.1 +Version: 2.16.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -79,7 +79,7 @@ BuildRequires: (php-composer(phpspec/prophecy-phpunit) >= 2.0 # remirepo:20 %else BuildRequires: php-laminas-inputfilter -BuildRequires: php-laminas-hydrator +BuildRequires: php-laminas-hydrator3 BuildRequires: php-laminas-stdlib BuildRequires: php-laminas-zendframework-bridge BuildRequires: php-doctrine-annotations @@ -138,7 +138,7 @@ Suggests: php-autoloader(%{gh_owner}/laminas-recaptcha) # remirepo:8 %else Requires: php-laminas-inputfilter -Requires: php-laminas-hydrator +Requires: php-laminas-hydrator3 Requires: php-laminas-stdlib Requires: php-laminas-zendframework-bridge # Mandory because of Polyfill @@ -279,6 +279,9 @@ exit $ret %changelog +* Tue Mar 23 2021 Remi Collet <remi@remirepo.net> - 2.16.2-1 +- update to 2.16.2 (no change) + * Mon Mar 22 2021 Remi Collet <remi@remirepo.net> - 2.16.1-1 - update to 2.16.1 |