diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-02 18:07:12 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-02 18:07:12 +0100 |
commit | 71f3578b576d7988b16d7be09d63f9b33d96815c (patch) | |
tree | e887f1dbe8f1edf4b94154ec601923cde4a788e6 | |
parent | 59c68f3c4da5eb77b042618ca28f6a993fb65669 (diff) |
php-udan11-sql-parser: 3.4.15
-rw-r--r-- | php-udan11-sql-parser.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-udan11-sql-parser.spec b/php-udan11-sql-parser.spec index d431284..4e035e9 100644 --- a/php-udan11-sql-parser.spec +++ b/php-udan11-sql-parser.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-udan11-sql-parser # -# Copyright (c) 2015-2016 Remi Collet +# Copyright (c) 2015-2017 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 7078697d6dde394cdfec16e0e7e8c4194f50149a +%global gh_commit c5d382ed39dafa01ed2e3f861a95ad69fb609267 %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.14 +Version: 3.4.15 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 +* Mon Jan 2 2017 Remi Collet <remi@fedoraproject.org> - 3.4.15-1 +- update to 3.4.15 + * Wed Nov 30 2016 Remi Collet <remi@fedoraproject.org> - 3.4.14-1 - update to 3.4.14 |