Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cb2feca9a | ||
|
|
3cf9e41caf |
3 changed files with 16 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -12,3 +12,7 @@
|
||||||
/php-composer-ca-bundle-1.1.3-8afa52c.tgz
|
/php-composer-ca-bundle-1.1.3-8afa52c.tgz
|
||||||
/php-composer-ca-bundle-1.1.4-558f321.tgz
|
/php-composer-ca-bundle-1.1.4-558f321.tgz
|
||||||
/php-composer-ca-bundle-1.2.3-f26a67e.tgz
|
/php-composer-ca-bundle-1.2.3-f26a67e.tgz
|
||||||
|
/php-composer-ca-bundle-1.2.4-10bb965.tgz
|
||||||
|
/php-composer-ca-bundle-1.2.5-62e8fc2.tgz
|
||||||
|
/php-composer-ca-bundle-1.2.6-47fe531.tgz
|
||||||
|
/php-composer-ca-bundle-1.2.7-95c63ab.tgz
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Please, preserve the changelog entries
|
# Please, preserve the changelog entries
|
||||||
#
|
#
|
||||||
%global gh_commit f26a67e397be0e5c00d7c52ec7b5010098e15ce5
|
%global gh_commit 95c63ab2117a72f48f5a55da9740a3273d45b7fd
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
%global gh_owner composer
|
%global gh_owner composer
|
||||||
%global gh_project ca-bundle
|
%global gh_project ca-bundle
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
%global with_tests 0%{!?_without_tests:1}
|
%global with_tests 0%{!?_without_tests:1}
|
||||||
|
|
||||||
Name: php-composer-ca-bundle
|
Name: php-composer-ca-bundle
|
||||||
Version: 1.2.3
|
Version: 1.2.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Lets you find a path to the system CA
|
Summary: Lets you find a path to the system CA
|
||||||
|
|
||||||
|
|
@ -36,12 +36,12 @@ BuildRequires: php-cli
|
||||||
# From composer.json, "require": {
|
# From composer.json, "require": {
|
||||||
# "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
|
# "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
|
||||||
# "psr/log": "^1.0",
|
# "psr/log": "^1.0",
|
||||||
# "symfony/process": "^2.5 || ^3.0 || ^4.0"
|
# "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
|
||||||
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
|
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
|
||||||
BuildRequires: phpunit6
|
BuildRequires: phpunit6
|
||||||
%global phpunit %{_bindir}/phpunit8
|
%global phpunit %{_bindir}/phpunit8
|
||||||
BuildRequires: (php-composer(psr/log) >= 1.0 with php-composer(psr/log) < 2)
|
BuildRequires: (php-composer(psr/log) >= 1.0 with php-composer(psr/log) < 2)
|
||||||
BuildRequires: (php-composer(symfony/process) >= 2.5 with php-composer(symfony/process) < 5)
|
BuildRequires: (php-composer(symfony/process) >= 2.5 with php-composer(symfony/process) < 6)
|
||||||
%else
|
%else
|
||||||
BuildRequires: phpunit
|
BuildRequires: phpunit
|
||||||
%global phpunit %{_bindir}/phpunit
|
%global phpunit %{_bindir}/phpunit
|
||||||
|
|
@ -111,6 +111,7 @@ cat << 'EOF' | tee vendor/autoload.php
|
||||||
require_once '%{buildroot}%{php_home}/Composer/CaBundle/autoload.php';
|
require_once '%{buildroot}%{php_home}/Composer/CaBundle/autoload.php';
|
||||||
\Fedora\Autoloader\Dependencies::required(array(
|
\Fedora\Autoloader\Dependencies::required(array(
|
||||||
array(
|
array(
|
||||||
|
'%{php_home}/Symfony5/Component/Process/autoload.php',
|
||||||
'%{php_home}/Symfony4/Component/Process/autoload.php',
|
'%{php_home}/Symfony4/Component/Process/autoload.php',
|
||||||
'%{php_home}/Symfony3/Component/Process/autoload.php',
|
'%{php_home}/Symfony3/Component/Process/autoload.php',
|
||||||
'%{php_home}/Symfony/Component/Process/autoload.php',
|
'%{php_home}/Symfony/Component/Process/autoload.php',
|
||||||
|
|
@ -142,6 +143,12 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 8 2020 Remi Collet <remi@remirepo.net> - 1.2.7-1
|
||||||
|
- update to 1.2.7
|
||||||
|
|
||||||
|
* Tue Jan 14 2020 Remi Collet <remi@remirepo.net> - 1.2.6-1
|
||||||
|
- update to 1.2.6
|
||||||
|
|
||||||
* Sat Aug 3 2019 Remi Collet <remi@remirepo.net> - 1.2.3-1
|
* Sat Aug 3 2019 Remi Collet <remi@remirepo.net> - 1.2.3-1
|
||||||
- update to 1.2.3
|
- update to 1.2.3
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-composer-ca-bundle-1.2.3-f26a67e.tgz) = 39da8b9fa1605b64a14c553b6310147954f46b38985ab9ff908cd7171c2d6b633253083fefeb0d5fe50dcc7f13176c47004b21d2c44bf1ede6fa63b541248cb7
|
SHA512 (php-composer-ca-bundle-1.2.7-95c63ab.tgz) = 13d6de73d3a9370e8b5b478b1ab7dbfafc29ef2f2d1a0e705d74cdf6af3f979288805b0a98136db84c8131c993bf3baca91d875cb0d0c5a6181d548ee48ac3a9
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue