diff options
-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 dfc0c48..2f372fd 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 5c0905149b38f3c68a5f0545efdcc33c687459ee +%global gh_commit 9d95ec0d10f44561a189700a8180de5884522d42 %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.10 +Version: 3.4.11 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 Oct 25 2016 Remi Collet <remi@fedoraproject.org> - 3.4.11-1 +- update to 3.4.11 + * Tue Oct 4 2016 Remi Collet <remi@fedoraproject.org> - 3.4.10-1 - update to 3.4.10 |