diff options
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 |