diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-06 16:12:17 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-06 16:12:17 +0100 |
commit | 0979cf63d24f80b6a20beadf51087d4d02f0e0ff (patch) | |
tree | 314b53fb887aeb3263a1ec233d0a820e0d1d8279 | |
parent | 71f3578b576d7988b16d7be09d63f9b33d96815c (diff) |
v3.4.16
-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 4e035e9..ac5e14a 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 c5d382ed39dafa01ed2e3f861a95ad69fb609267 +%global gh_commit 18a18d5106aa04ad7c7b79d9b92f123069ceea6e %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.15 +Version: 3.4.16 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 +* Fri Jan 6 2017 Remi Collet <remi@fedoraproject.org> - 3.4.16-1 +- update to 3.4.16 + * Mon Jan 2 2017 Remi Collet <remi@fedoraproject.org> - 3.4.15-1 - update to 3.4.15 |