diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-20 11:16:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-20 11:16:35 +0200 |
commit | e94304962ac2042912adcc4891bf7b6014648b02 (patch) | |
tree | 6d6bac9c6bd39a359fe0739b3be1a98b6ba48acf | |
parent | 3eef34995b97eb5ef7458d82df302ec1fc8cd49b (diff) |
php-udan11-sql-parser: 3.4.7
-rw-r--r-- | php-udan11-sql-parser.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-udan11-sql-parser.spec b/php-udan11-sql-parser.spec index 9c28f9f..045772a 100644 --- a/php-udan11-sql-parser.spec +++ b/php-udan11-sql-parser.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit a0d8069906d464de75bea761acb9fdde0aa2ee72 +%global gh_commit b29b872a92e9b29708b426a47aae5365184a606a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpmyadmin #global gh_date 20150820 @@ -15,7 +15,7 @@ %global psr0 SqlParser Name: php-udan11-%{gh_project} -Version: 3.4.6 +Version: 3.4.7 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A validating SQL lexer and parser with a focus on MySQL dialect @@ -139,6 +139,9 @@ rm -rf %{buildroot} %changelog +* Tue Sep 20 2016 Remi Collet <remi@fedoraproject.org> - 3.4.7-1 +- update to 3.4.7 + * Tue Sep 13 2016 Remi Collet <remi@fedoraproject.org> - 3.4.6-1 - update to 3.4.6 - lower dependency on php >= 5.3 |