diff --git a/.gitignore b/.gitignore index 94ccfc4..5dec8d8 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ clog /sql-parser-3.4.10-5c09051.tar.gz /sql-parser-3.4.11-9d95ec0.tar.gz /sql-parser-3.4.12-55e0960.tar.gz +/sql-parser-3.4.13-9736e62.tar.gz diff --git a/php-udan11-sql-parser.spec b/php-udan11-sql-parser.spec index 4845d6f..f2aaa94 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 55e09604e3c75abb726d9739268b021b449c24bf +%global gh_commit 9736e62a04a6a0dd289ef144cf7e4552b94e67a0 %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.12 +Version: 3.4.13 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A validating SQL lexer and parser with a focus on MySQL dialect @@ -117,6 +117,9 @@ fi %changelog +* Wed Nov 16 2016 Remi Collet - 3.4.13-1 +- update to 3.4.13 + * Wed Nov 9 2016 Remi Collet - 3.4.12-1 - update to 3.4.12 - switch to fedora/autoloader diff --git a/sources b/sources index 1592e05..d5272d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2be6b5ff64b3e7aab2ff436a4fd6ea7 sql-parser-3.4.12-55e0960.tar.gz +693b38ba413ef43417eb4f5e11f74e47 sql-parser-3.4.13-9736e62.tar.gz