summaryrefslogtreecommitdiffstats
path: root/php-doctrine-sql-formatter.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-doctrine-sql-formatter.spec')
-rw-r--r--php-doctrine-sql-formatter.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-sql-formatter.spec b/php-doctrine-sql-formatter.spec
index fc12f8f..e8d1962 100644
--- a/php-doctrine-sql-formatter.spec
+++ b/php-doctrine-sql-formatter.spec
@@ -13,7 +13,7 @@
%else
%bcond_without tests
%endif
-%global gh_commit 56070bebac6e77230ed7d306ad13528e60732871
+%global gh_commit 20c39c2de286a9d3262cc8ed282a4ae60e265894
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner doctrine
%global gh_project sql-formatter
@@ -26,7 +26,7 @@
%global ns_project SqlFormatter
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 1.1.1
+Version: 1.1.2
Release: 1%{?dist}
Summary: SQL highlighting library
@@ -100,7 +100,7 @@ EOF
: Run test suite
ret=0
-for cmd in php php72 php73 php74 php80; do
+for cmd in php php73 php74 php80 php81; do
if which $cmd; then
$cmd %{_bindir}/phpunit8 \
--bootstrap vendor/autoload.php \
@@ -124,6 +124,9 @@ exit $ret
%changelog
+* Mon Nov 8 2021 Remi Collet <remi@remirepo.net> - 1.1.2-1
+- update to 1.1.2
+
* Tue Aug 11 2020 Remi Collet <remi@remirepo.net> - 1.1.1-1
- update to 1.1.1