v1.4.3
This commit is contained in:
parent
29503dbc40
commit
74d6b2a0c3
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@
|
|||
/php-composer-xdebug-handler-1.4.0-cbe2338.tgz
|
||||
/php-composer-xdebug-handler-1.4.1-1ab9842.tgz
|
||||
/php-composer-xdebug-handler-1.4.2-fa2aaf9.tgz
|
||||
/php-composer-xdebug-handler-1.4.3-ebd27a9.tgz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51
|
||||
%global gh_commit ebd27a9866ae8254e873866f795491f02418c5a5
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
#global gh_date 20150717
|
||||
%global gh_owner composer
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{gh_owner}-%{gh_project}
|
||||
Version: 1.4.2
|
||||
Release: 2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||
Version: 1.4.3
|
||||
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: Restarts a process without Xdebug
|
||||
|
||||
License: MIT
|
||||
|
|
@ -138,6 +138,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 19 2020 Remi Collet <remi@remirepo.net> - 1.4.3-1
|
||||
- update to 1.4.3
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-composer-xdebug-handler-1.4.2-fa2aaf9.tgz) = f09fccf70250f4a648a85604dfe8cda5b19b7091797bb85f7cb83a0797563dfe062f4b734d32bcc7c1c7cfc51b019fb33e28c94eabc0f029bd2954cbdd8ff2ef
|
||||
SHA512 (php-composer-xdebug-handler-1.4.3-ebd27a9.tgz) = f79525e24d911081f81a0da41839016765b800a2f6f0060f8f2b09d31790fd8b58a7b9e98921f5be774d56cfbb1dfcee470cc4adab3065a6f085ddd5d3e62929
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue