summaryrefslogtreecommitdiffstats
path: root/php-laminas-mail.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-laminas-mail.spec')
-rw-r--r--php-laminas-mail.spec19
1 files 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
<?php
@@ -227,6 +223,9 @@ exit $ret
%changelog
+* Thu Aug 13 2020 Remi Collet <remi@remirepo.net> - 2.12.3-1
+- update to 2.12.3
+
* Tue Aug 11 2020 Remi Collet <remi@remirepo.net> - 2.12.2-1
- update to 2.12.2
- raise dependency on PHP 7.1