diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-06 17:49:24 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-06 17:49:24 +0200 |
commit | 407fc78e1643eab0b352a60f7c87ad8d94a1692e (patch) | |
tree | ed62f38f8d456da7c725957dbb8bf84011f39500 /php-phpmyadmin-sql-parser.spec | |
parent | 00d91cedc9029d18d5714a46231c3e22ecccf663 (diff) |
v4.1.3
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 9b15370..8864134 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 eb359a59f86578ce7dd0690f7403d1a69859ac89 +%global gh_commit fc8a6b24f20a6d6d12a647a4d468c25b0d9084ff %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.2 +Version: 4.1.3 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 Apr 6 2017 Remi Collet <remi@remirepo.net> - 4.1.3-1 +- Update to 4.1.3 + * Mon Feb 20 2017 Remi Collet <remi@fedoraproject.org> - 4.1.2-1 - update to 4.1.2 |