diff options
| author | Remi Collet <remi@remirepo.net> | 2017-06-06 17:33:21 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-06-06 17:33:21 +0200 | 
| commit | 63d689757bfc3a97d69243f5c56042530486fdf9 (patch) | |
| tree | ad78c441663245904d2b4cc81817a10d2609175d | |
| parent | 757435905be43f4274bf8f2e4dc1790f444291b8 (diff) | |
v4.1.7
| -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 ad5d133..015ae99 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    578a9d0eb107a158357a639cc5a4e98e3b665d73 +%global gh_commit    a6c1b67119d334b985cf2f386710c7e35623e09f  %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.6 +Version:        4.1.7  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 +* Tue Jun  6 2017 Remi Collet <remi@remirepo.net> - 4.1.7-1 +- Update to 4.1.7 +  * Fri Jun  2 2017 Remi Collet <remi@remirepo.net> - 4.1.6-1  - Update to 4.1.6 | 
