summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-03-26 17:30:59 +0200
committerRemi Collet <remi@remirepo.net>2018-03-26 17:30:59 +0200
commit174ee5aae39c3af47e88117ee3ec4c8b555174f4 (patch)
tree4a9752b8e23edc12e6b741ca3aa84ea8fec54eb8
parentdf327a8a2fa7f896c1f10e32f60659ac3840cf68 (diff)
v4.0.1
-rw-r--r--php-nikic-php-parser4.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec
index 15a10d9..6037817 100644
--- a/php-nikic-php-parser4.spec
+++ b/php-nikic-php-parser4.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 9c18e3db49fa469f5feffe40dbd7b1ec2b61e41f
+%global gh_commit e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner nikic
%global gh_project PHP-Parser
@@ -21,9 +21,9 @@
%global major 4
Name: php-%{gh_owner}-%{pk_project}%{major}
-Version: 4.0.0
+Version: 4.0.1
Release: 1%{?dist}
-Summary: A PHP parser written in PHP
+Summary: A PHP parser written in PHP - version %{major}
License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -144,6 +144,9 @@ exit $ret
%changelog
+* Mon Mar 26 2018 Remi Collet <remi@remirepo.net> - 4.0.1-1
+- update to 4.0.1
+
* Thu Mar 22 2018 Remi Collet <remi@remirepo.net> - 4.0.0-1
- Update to 4.0.0
- rename to php-nikic-php-parser4 and move to /usr/share/php/PhpParser4