diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-09 08:44:20 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-09 08:44:20 +0200 |
commit | a09c4d087325feb212883bf508ef7ee340ba5212 (patch) | |
tree | 3bd15ba4a20836425ae0e07948b931e60e479d7a /php-phpmyadmin-sql-parser.spec | |
parent | 852f5ae222e5eff83a0e49b4695c054e41783fd7 (diff) |
v4.2.1
Diffstat (limited to 'php-phpmyadmin-sql-parser.spec')
-rw-r--r-- | php-phpmyadmin-sql-parser.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpmyadmin-sql-parser.spec b/php-phpmyadmin-sql-parser.spec index 330be0e..4312872 100644 --- a/php-phpmyadmin-sql-parser.spec +++ b/php-phpmyadmin-sql-parser.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 30b663acac7214cd20e8a8c9052c0189a93d7b9d +%global gh_commit 5f74bd58f609dc9c35dde1b7bdf5d5af5c5c267e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpmyadmin #global gh_date 20150820 @@ -17,7 +17,7 @@ %global ns_project SqlParser Name: php-%{gh_owner}-%{gh_project} -Version: 4.2.0 +Version: 4.2.1 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A validating SQL lexer and parser with a focus on MySQL dialect @@ -168,6 +168,9 @@ exit $ret %changelog +* Sat Sep 9 2017 Remi Collet <remi@remirepo.net> - 4.2.1-1 +- Update to 4.2.1 + * Thu Aug 31 2017 Remi Collet <remi@remirepo.net> - 4.2.0-1 - Update to 4.2.0 |