From 79d2b404c0dd4e5d39ca9052bd32a3a8f7e9a889 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Aug 2018 06:16:11 +0200 Subject: v1.1.2 --- php-composer-ca-bundle.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec index 47dd009..e33120b 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit d2c0a83b7533d6912e8d516756ebd34f893e9169 +%global gh_commit 46afded9720f40b9dc63542af4e3e43a1177acb0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner composer %global gh_project ca-bundle @@ -14,7 +14,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-composer-ca-bundle -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -120,7 +120,7 @@ require_once '%{buildroot}%{php_home}/Composer/CaBundle/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72; do +for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72 php73; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1 @@ -142,6 +142,9 @@ exit $ret %changelog +* Thu Aug 9 2018 Remi Collet - 1.1.2-1 +- update to 1.1.2 (no change) + * Fri Mar 30 2018 Remi Collet - 1.1.1-1 - update to 1.1.1 (no change) - use range dependencies on F27+ -- cgit