diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-09 19:03:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-09 19:03:53 +0200 |
commit | d27383c8f13e4c6ada844d2f308dcc9511399bc6 (patch) | |
tree | 62674ec8c29582a5ba7cf818a4ae8dbae17efe35 | |
parent | 63d689757bfc3a97d69243f5c56042530486fdf9 (diff) |
v4.1.8
-rw-r--r-- | php-phpmyadmin-sql-parser.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpmyadmin-sql-parser.spec b/php-phpmyadmin-sql-parser.spec index 015ae99..8a359c8 100644 --- a/php-phpmyadmin-sql-parser.spec +++ b/php-phpmyadmin-sql-parser.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit a6c1b67119d334b985cf2f386710c7e35623e09f +%global gh_commit d988d7f3ca5f20015e9c98e77aff0106bc8f98fc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpmyadmin #global gh_date 20150820 @@ -17,7 +17,7 @@ %global ns_project SqlParser Name: php-%{gh_owner}-%{gh_project} -Version: 4.1.7 +Version: 4.1.8 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A validating SQL lexer and parser with a focus on MySQL dialect @@ -168,6 +168,9 @@ exit $ret %changelog +* Sun Jul 9 2017 Remi Collet <remi@remirepo.net> - 4.1.8-1 +- Update to 4.1.8 + * Tue Jun 6 2017 Remi Collet <remi@remirepo.net> - 4.1.7-1 - Update to 4.1.7 |