v4.0.4
This commit is contained in:
parent
f4407fed42
commit
362b83be1c
3 changed files with 8 additions and 4 deletions
|
|
@ -8,7 +8,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit 5672711b6b07b14d5ab694e700c62eeb82fcf374
|
||||
%global gh_commit a853a0e183b9db7eed023d7933a858fa1c8d25a3
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-token-stream
|
||||
|
|
@ -26,8 +26,8 @@
|
|||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 4.0.3
|
||||
Release: 2%{?dist}
|
||||
Version: 4.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Wrapper around PHP tokenizer extension
|
||||
|
||||
License: BSD
|
||||
|
|
@ -109,6 +109,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 10 2020 Remi Collet <remi@remirepo.net> - 4.0.4-1
|
||||
- update to 4.0.4
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue