diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-20 10:18:34 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-20 10:18:34 +0200 |
commit | de3fbc583778fadac8d5d859cfdcdc91d8bd28fd (patch) | |
tree | cd774b054aa5ae95e1f6111cb9aff30aa5aa7715 | |
parent | 7566fe47faa2234c2986e82f08db170a6850eefa (diff) |
update to 1.6.6
-rw-r--r-- | php-doctrine-collections.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-doctrine-collections.spec b/php-doctrine-collections.spec index 9f7187e..ea93747 100644 --- a/php-doctrine-collections.spec +++ b/php-doctrine-collections.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name collections -%global github_version 1.6.5 -%global github_commit fc0206348e17e530d09463fef07ba8968406cd6d +%global github_version 1.6.6 +%global github_commit 5f0470363ff042d0057006ae7acabc5d7b5252d5 %global composer_vendor doctrine %global composer_project collections @@ -22,7 +22,7 @@ %global php_min_ver 7.1.3 # Build using "--without tests" to disable tests -%global with_tests 0%{!?_without_tests:1} +%bcond_without tests %{!?phpdir: %global phpdir %{_datadir}/php} @@ -41,7 +41,7 @@ Source1: %{name}-get-source.sh BuildArch: noarch # Tests -%if %{with_tests} +%if %{with tests} ## composer.json BuildRequires: phpunit7 BuildRequires: php(language) >= %{php_min_ver} @@ -96,7 +96,7 @@ cp -rp lib/* %{buildroot}%{phpdir}/ %check -%if %{with_tests} +%if %{with tests} : Create tests bootstrap cat <<'BOOTSTRAP' | tee bootstrap.php <?php @@ -134,6 +134,9 @@ rm -rf %{buildroot} %changelog +* Mon Jul 20 2020 Remi Collet <remi@remirepo.net> - 1.6.6-1 +- update to 1.6.6 + * Tue May 26 2020 Remi Collet <remi@remirepo.net> - 1.6.5-1 - update to 1.6.5 |