summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-15 07:32:45 +0100
committerRemi Collet <remi@remirepo.net>2018-02-15 07:32:45 +0100
commit60be6416eef8c754ea83a2df0bf8df65cc56e7d6 (patch)
treeb19083a046e6300a70b1b65a133a357c1b437969
parent088f5899cd0ae986c98df782e3eaa43eb67a4456 (diff)
v0.0.9
-rw-r--r--php-microsoft-tolerant-php-parser.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec
index 9fb0841..580de85 100644
--- a/php-microsoft-tolerant-php-parser.spec
+++ b/php-microsoft-tolerant-php-parser.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
# Github
-%global gh_commit 10e901a6086826376c6256954dc8903ef0ec6c9e
+%global gh_commit 59351ce2a6b32c6cafc667dc20a48da36f38a482
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner Microsoft
%global gh_project tolerant-php-parser
@@ -22,11 +22,10 @@
Name: php-%{pk_vendor}-%{pk_name}
-Version: 0.0.8
+Version: 0.0.9
Release: 1%{?dist}
Summary: Tolerant PHP-to-AST parser
-Group: Development/Libraries
License: MIT
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: %{name}-%{version}-%{gh_short}.tgz
@@ -116,5 +115,8 @@ exit $ret
%changelog
+* Thu Feb 15 2018 Remi Collet <remi@remirepo.net> - 0.0.9-1
+- Update to 0.0.9
+
* Mon Jan 22 2018 Remi Collet <remi@remirepo.net> - 0.0.8-1
- initial package