update to 1.2.10 (no change)
This commit is contained in:
parent
4b8a1ac1ac
commit
e8ee86ac5a
3 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
clog
|
||||
/php-composer-ca-bundle-1.2.8-8a7ecad.tgz
|
||||
/php-composer-ca-bundle-1.2.9-78a0e28.tgz
|
||||
/php-composer-ca-bundle-1.2.10-9fdb22c.tgz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-composer-ca-bundle
|
||||
#
|
||||
# Copyright (c) 2016-2019 Remi Collet
|
||||
# Copyright (c) 2016-2021 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
|
|
@ -9,15 +9,15 @@
|
|||
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit 78a0e288fdcebf92aa2318a8d3656168da6ac1a5
|
||||
%global gh_commit 9fdb22c2e97a614657716178093cd1da90a64aa8
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner composer
|
||||
%global gh_project ca-bundle
|
||||
%global php_home %{_datadir}/php
|
||||
|
||||
Name: php-composer-ca-bundle
|
||||
Version: 1.2.9
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Lets you find a path to the system CA
|
||||
|
||||
License: MIT
|
||||
|
|
@ -124,7 +124,7 @@ require_once '%{buildroot}%{php_home}/Composer/CaBundle/autoload.php';
|
|||
EOF
|
||||
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do
|
||||
for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80 php81; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1
|
||||
|
|
@ -146,6 +146,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 8 2021 Remi Collet <remi@remirepo.net> - 1.2.10-1
|
||||
- update to 1.2.10 (no change)
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-composer-ca-bundle-1.2.9-78a0e28.tgz) = 5caa252b07d3f3c591907ffee65b15f06574dee40a7fb7e2516394bb77b8d9484c55d8dcc272ab45a84b0f4f97fe0f9f02cf95a809646184747161ef176eb8f0
|
||||
SHA512 (php-composer-ca-bundle-1.2.10-9fdb22c.tgz) = 3d8cb9c396afbcfcca4fb13a23da1eb5d2c6c61126a8af0e066af301bd01c6a95473b359991d9ef8e46695cefc0264f4a52e220e8fe29e480da7879a22ecd51c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue