summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-09 06:16:11 +0200
committerRemi Collet <remi@remirepo.net>2018-08-09 06:16:11 +0200
commit79d2b404c0dd4e5d39ca9052bd32a3a8f7e9a889 (patch)
treeb7bd15ed37099038115a11bc07458027b261b95b
parentb6e39381eb39b06f8166833a15762486d8518a33 (diff)
v1.1.2
-rw-r--r--php-composer-ca-bundle.spec9
1 files 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 <remi@remirepo.net> - 1.1.2-1
+- update to 1.1.2 (no change)
+
* Fri Mar 30 2018 Remi Collet <remi@remirepo.net> - 1.1.1-1
- update to 1.1.1 (no change)
- use range dependencies on F27+