From 4836049b093111b5c0df9e85a352d62ac0ad5e44 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Nov 2021 08:05:34 +0100 Subject: update to 1.1.2 --- php-doctrine-sql-formatter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-doctrine-sql-formatter.spec') 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 - 1.1.2-1 +- update to 1.1.2 + * Tue Aug 11 2020 Remi Collet - 1.1.1-1 - update to 1.1.1 -- cgit