diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-13 06:36:15 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-13 06:36:15 +0200 |
commit | e6c9b1f08e8b333f07058aa123a7cad3a3f59b8b (patch) | |
tree | 4927b3dbc6bf5a6ec9f39cb336516b63f6a9200a /php-phpmyadmin-sql-parser.spec | |
parent | d27383c8f13e4c6ada844d2f308dcc9511399bc6 (diff) |
v4.1.9
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 8a359c8..c04b8de 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 d988d7f3ca5f20015e9c98e77aff0106bc8f98fc +%global gh_commit deac47217144b21056271674533b289239e1b279 %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.8 +Version: 4.1.9 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 +* Thu Jul 13 2017 Remi Collet <remi@remirepo.net> - 4.1.9-1 +- Update to 4.1.9 + * Sun Jul 9 2017 Remi Collet <remi@remirepo.net> - 4.1.8-1 - Update to 4.1.8 |