From ea70c45e19ac57dc18a0060f10e7c0aa780cb8c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Oct 2016 17:58:18 +0200 Subject: php-udan11-sql-parser: 3.4.9 --- php-udan11-sql-parser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-udan11-sql-parser.spec b/php-udan11-sql-parser.spec index 9db3857..54f4630 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 be919ad4c3f833770241d1c448ef7f42a67e9e02 +%global gh_commit db8cc795e0ee47f5a9d8c16e58db14cc551b9cd3 %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.8 +Version: 3.4.9 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 Oct 3 2016 Remi Collet - 3.4.9-1 +- update to 3.4.9 + * Thu Sep 22 2016 Remi Collet - 3.4.8-1 - update to 3.4.8 (no change) -- cgit