Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3325140716 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
/php-composer-xdebug-handler2-2.0.0-31d5769.tgz
|
/php-composer-xdebug-handler2-2.0.0-31d5769.tgz
|
||||||
/php-composer-xdebug-handler2-2.0.1-964adcd.tgz
|
/php-composer-xdebug-handler2-2.0.1-964adcd.tgz
|
||||||
|
/php-composer-xdebug-handler2-2.0.2-84674dd.tgz
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
%global gh_commit 964adcdd3a28bf9ed5d9ac6450064e0d71ed7496
|
%global gh_commit 84674dd3a7575ba617f5a76d7e9e29a7d3891339
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
#global gh_date 20150717
|
#global gh_date 20150717
|
||||||
%global gh_owner composer
|
%global gh_owner composer
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
%global php_home %{_datadir}/php
|
%global php_home %{_datadir}/php
|
||||||
|
|
||||||
Name: php-%{gh_owner}-%{gh_project}%{major}
|
Name: php-%{gh_owner}-%{gh_project}%{major}
|
||||||
Version: 2.0.1
|
Version: 2.0.2
|
||||||
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||||
Summary: Restarts a process without Xdebug, version %{major}
|
Summary: Restarts a process without Xdebug, version %{major}
|
||||||
|
|
||||||
|
|
@ -60,7 +60,7 @@ BuildRequires: php-composer(fedora/autoloader)
|
||||||
|
|
||||||
# From composer.json, "require": {
|
# From composer.json, "require": {
|
||||||
# "php": "^5.3.2 || ^7.0 || ^8.0",
|
# "php": "^5.3.2 || ^7.0 || ^8.0",
|
||||||
# "psr/log": "^1.0"
|
# "psr/log": "^1 || ^2 || ^3"
|
||||||
Requires: php(language) >= 5.3.2
|
Requires: php(language) >= 5.3.2
|
||||||
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
|
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
|
||||||
Requires: (php-composer(psr/log) >= 1.0 with php-composer(psr/log) < 2)
|
Requires: (php-composer(psr/log) >= 1.0 with php-composer(psr/log) < 2)
|
||||||
|
|
@ -143,6 +143,9 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 2 2021 Remi Collet <remi@remirepo.net> - 2.0.2-1
|
||||||
|
- update to 2.0.2
|
||||||
|
|
||||||
* Thu May 6 2021 Remi Collet <remi@remirepo.net> - 2.0.1-1
|
* Thu May 6 2021 Remi Collet <remi@remirepo.net> - 2.0.1-1
|
||||||
- update to 2.0.1
|
- update to 2.0.1
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-composer-xdebug-handler2-2.0.1-964adcd.tgz) = fa5da59344edb08418567ef17427f5a8d18e5169cc207bcfea21f359cbf3ed739e0c86258e662b5a8d3be60452efa9f63bf08f96cb370180e707efffda57cc06
|
SHA512 (php-composer-xdebug-handler2-2.0.2-84674dd.tgz) = e457759e087d14cb0113a8662296407d5f6a3561c64834b5999a5b525ef6375e51ed1dabcd3e45368ccc13dfef270d7e9ccc4c387715f4bac3395e37d5dfe810
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue