This commit is contained in:
Remi Collet 2020-06-16 10:11:25 +02:00
commit 69b02c9b79
3 changed files with 7 additions and 3 deletions

View file

@ -8,7 +8,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
%global gh_commit cdc0db5aed8fbfaf475fbd95bfd7bab83c7a779c
%global gh_commit e61c593e9734b47ef462340c24fca8d6a57da14e
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-token-stream
@ -26,7 +26,7 @@
%endif
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 4.0.1
Version: 4.0.2
Release: 1%{?dist}
Summary: Wrapper around PHP tokenizer extension
@ -109,6 +109,9 @@ exit $ret
%changelog
* Tue Jun 16 2020 Remi Collet <remi@remirepo.net> - 4.0.2-1
- update to 4.0.2
* Wed May 6 2020 Remi Collet <remi@remirepo.net> - 4.0.1-1
- update to 4.0.1
- sources from git snapshot