From 954b57cf89551d8dd44dc0391a9d3ed874d0158f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Jun 2022 08:58:27 +0200 Subject: update to 1.1.3 --- composer.json | 5 ++++- php-doctrine-sql-formatter.spec | 11 +++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 93462bd..d95f875 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ { "name": "Jeremy Dorn", "email": "jeremy@jeremydorn.com", - "homepage": "http://jeremydorn.com/" + "homepage": "https://jeremydorn.com/" } ], "autoload": { @@ -29,6 +29,9 @@ } }, "config": { + "allow-plugins": { + "bamarni/composer-bin-plugin": true + }, "sort-packages": true, "platform": { "php": "7.1.0" diff --git a/php-doctrine-sql-formatter.spec b/php-doctrine-sql-formatter.spec index e8d1962..2c86e73 100644 --- a/php-doctrine-sql-formatter.spec +++ b/php-doctrine-sql-formatter.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-doctrine-sql-formatter # -# Copyright (c) 2020 Remi Collet +# Copyright (c) 2020-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -13,7 +13,7 @@ %else %bcond_without tests %endif -%global gh_commit 20c39c2de286a9d3262cc8ed282a4ae60e265894 +%global gh_commit 25a06c7bf4c6b8218f47928654252863ffc890a5 %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.2 +Version: 1.1.3 Release: 1%{?dist} Summary: SQL highlighting library @@ -100,7 +100,7 @@ EOF : Run test suite ret=0 -for cmd in php php73 php74 php80 php81; do +for cmd in php php74 php80 php81 php82; do if which $cmd; then $cmd %{_bindir}/phpunit8 \ --bootstrap vendor/autoload.php \ @@ -124,6 +124,9 @@ exit $ret %changelog +* Fri Jun 24 2022 Remi Collet - 1.1.3-1 +- update to 1.1.3 + * Mon Nov 8 2021 Remi Collet - 1.1.2-1 - update to 1.1.2 -- cgit