diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-29 07:49:57 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-29 07:49:57 +0200 |
commit | 6a60791acfb7424e2d6c66644d21475387fcdfa7 (patch) | |
tree | 76208265d459b5aa736ba0134766ecc2021e0e69 /php-phpmyadmin-sql-parser.spec | |
parent | a09c4d087325feb212883bf508ef7ee340ba5212 (diff) |
4.2.2
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 4312872..7590a6f 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 5f74bd58f609dc9c35dde1b7bdf5d5af5c5c267e +%global gh_commit 5c8396653030a868cf1353e6733c73362a6f6ad9 %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.1 +Version: 4.2.2 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 +* Fri Sep 29 2017 Remi Collet <remi@remirepo.net> - 4.2.2-1 +- Update to 4.2.2 + * Sat Sep 9 2017 Remi Collet <remi@remirepo.net> - 4.2.1-1 - Update to 4.2.1 |