summaryrefslogtreecommitdiffstats
path: root/php-phpmyadmin-sql-parser.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phpmyadmin-sql-parser.spec')
-rw-r--r--php-phpmyadmin-sql-parser.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpmyadmin-sql-parser.spec b/php-phpmyadmin-sql-parser.spec
index 8864134..f2ffa73 100644
--- a/php-phpmyadmin-sql-parser.spec
+++ b/php-phpmyadmin-sql-parser.spec
@@ -18,7 +18,7 @@
Name: php-%{gh_owner}-%{gh_project}
Version: 4.1.3
-Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
+Release: 2%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: A validating SQL lexer and parser with a focus on MySQL dialect
Group: Development/Libraries
@@ -132,7 +132,7 @@ require '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php';
EOF
ret=0
-for cmd in php56 php70 php71 php; do
+for cmd in php php56 php70 php71 php72; do
if which $cmd; then
$cmd %{_bindir}/phpunit --no-coverage --verbose || ret=1
fi
@@ -143,7 +143,7 @@ exit $ret
%endif
-%if 0%{?rhel} >= 12 || 0%{?rhel} >= 7
+%if 0%{?fedora} >= 12 || 0%{?rhel} >= 7
%files -f sqlparser.lang
%else
%files
@@ -168,6 +168,9 @@ exit $ret
%changelog
+* Sun Apr 30 2017 Remi Collet <remi@remirepo.net> - 4.1.3-2
+- fix lang files installation from review #1415686
+
* Thu Apr 6 2017 Remi Collet <remi@remirepo.net> - 4.1.3-1
- Update to 4.1.3