From e419f8a96910913be3e14debbc0c841b1a2509a4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Aug 2020 07:11:12 +0200 Subject: v2.12.3 --- php-laminas-mail.spec | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/php-laminas-mail.spec b/php-laminas-mail.spec index edc7038..8575af4 100644 --- a/php-laminas-mail.spec +++ b/php-laminas-mail.spec @@ -6,8 +6,9 @@ # # Please, preserve the changelog entries # -%global bootstrap 0 -%global gh_commit a85bd6ec20ebc382498cc1d3086dfe3fa201849b +%bcond_without tests + +%global gh_commit c154a733b122539ac2c894561996c770db289f70 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-mail @@ -15,14 +16,9 @@ %global php_home %{_datadir}/php %global namespace Laminas %global library Mail -%if %{bootstrap} -%global with_tests 0%{?_with_tests:1} -%else -%global with_tests 0%{!?_without_tests:1} -%endif Name: php-%{gh_project} -Version: 2.12.2 +Version: 2.12.3 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -33,7 +29,7 @@ Source1: makesrc.sh BuildArch: noarch # Tests -%if %{with_tests} +%if %{with tests} BuildRequires: php(language) >= 7.1 BuildRequires: php-ctype BuildRequires: php-date @@ -184,7 +180,7 @@ cp -pr zf.php %{buildroot}%{php_home}/Zend/%{library}/autoload.php %check -%if %{with_tests} +%if %{with tests} mkdir vendor cat << 'EOF' | tee vendor/autoload.php - 2.12.3-1 +- update to 2.12.3 + * Tue Aug 11 2020 Remi Collet - 2.12.2-1 - update to 2.12.2 - raise dependency on PHP 7.1 -- cgit