From 11e4479ee201295975ad67d2cbadc8eeb0bb82d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Apr 2021 10:09:48 +0200 Subject: update to 2.16.3 (no change) --- composer.json | 2 +- php-laminas-form.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ee77c12..d68845a 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "laminas/laminas-zendframework-bridge": "^1.1" }, "conflict": { - "laminas/laminas-code": "< 3.5.0" + "laminas/laminas-code": "<3.5.0 || >=4.0.0" }, "require-dev": { "doctrine/annotations": "^1.10.4", diff --git a/php-laminas-form.spec b/php-laminas-form.spec index 1049c8a..a28d175 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 4262d6d6f0e7a47ef8db969481e59d58a0118f0e +%global gh_commit 76fe85b3f126183fe965d60e32e2bf6c7c108d61 %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.2 +Version: 2.16.3 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -279,6 +279,9 @@ exit $ret %changelog +* Wed Apr 7 2021 Remi Collet - 2.16.3-1 +- update to 2.16.3 (no change) + * Tue Mar 23 2021 Remi Collet - 2.16.2-1 - update to 2.16.2 (no change) -- cgit