summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-phpmyadmin-sql-parser5.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpmyadmin-sql-parser5.spec b/php-phpmyadmin-sql-parser5.spec
index 1931c17..5a4264e 100644
--- a/php-phpmyadmin-sql-parser5.spec
+++ b/php-phpmyadmin-sql-parser5.spec
@@ -9,7 +9,7 @@
%bcond_without tests
-%global gh_commit 6c597821433d9dfbc796f105149614f802a25a4e
+%global gh_commit 32175ee13bde3aef7bdff492ce2d0f0c9cb5cbf4
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpmyadmin
#global gh_date 20150820
@@ -19,7 +19,7 @@
%global major 5
Name: php-%{gh_owner}-%{gh_project}%{major}
-Version: 5.4.0
+Version: 5.4.1
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: A validating SQL lexer and parser with a focus on MySQL dialect
@@ -191,6 +191,9 @@ exit $ret
%changelog
+* Fri Oct 16 2020 Remi Collet <remi@remirepo.net> - 5.4.1-1
+- update to 5.4.1
+
* Fri Oct 9 2020 Remi Collet <remi@remirepo.net> - 5.4.0-1
- update to 5.4.0
- switch to phpunit9