diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-15 13:25:45 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-15 13:25:45 +0200 |
commit | 4567bc2fab1af25aa60aa137d2d3cb0d91424db7 (patch) | |
tree | a986eff0dd5ebc52393c0243d9d44d61fffc73bc /php-phpmyadmin-sql-parser.spec | |
parent | 4dfa882d41375f3f0035a0ce656993f24a9ecda7 (diff) |
v4.1.5
Diffstat (limited to 'php-phpmyadmin-sql-parser.spec')
-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 26d25ab..e796b4f 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 10b6f2b274e499d2ad6c069f97ead34db5989b03 +%global gh_commit 2ccd17dc14b1e57376e58aebcd46831dc7c25de5 %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.4 +Version: 4.1.5 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 +* Mon May 15 2017 Remi Collet <remi@remirepo.net> - 4.1.5-1 +- Update to 4.1.5 + * Fri May 5 2017 Remi Collet <remi@remirepo.net> - 4.1.4-1 - Update to 4.1.4 |