update to 1.1.2 (no change)
This commit is contained in:
parent
8b80c41f05
commit
8c7f4ee6bd
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@
|
|||
/php-composer-ca-bundle-1.0.9-36344ae.tgz
|
||||
/php-composer-ca-bundle-1.1.0-943b2c4.tgz
|
||||
/php-composer-ca-bundle-1.1.1-d2c0a83.tgz
|
||||
/php-composer-ca-bundle-1.1.2-46afded.tgz
|
||||
|
|
|
|||
|
|
@ -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,8 +14,8 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-composer-ca-bundle
|
||||
Version: 1.1.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Lets you find a path to the system CA
|
||||
|
||||
License: MIT
|
||||
|
|
@ -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 Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-composer-ca-bundle-1.1.1-d2c0a83.tgz) = 4da8904ca1309a19583f9f7a15c3e624c7631811d902bdddb438a57043df7e4cdd8c3a73d38e3df766fccf70a55b31bd57f84fc0e6d84151ed60fcc76787a132
|
||||
SHA512 (php-composer-ca-bundle-1.1.2-46afded.tgz) = 1dd3085ead63babd881aba6df7890ac74c4249e744b4c00bf7b0e3fe8059c668d97fbb1a5f8a281b5d7fc265d0aaf5be50631d1a10de2a39db9a81aa41095c83
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue