From b87810c7b8f59eee653083b79a4b3095d8282382 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Dec 2022 09:18:29 +0100 Subject: update to 1.2.14 --- php-williamdes-mariadb-mysql-kbs.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'php-williamdes-mariadb-mysql-kbs.spec') diff --git a/php-williamdes-mariadb-mysql-kbs.spec b/php-williamdes-mariadb-mysql-kbs.spec index 008ce44..31f35e0 100644 --- a/php-williamdes-mariadb-mysql-kbs.spec +++ b/php-williamdes-mariadb-mysql-kbs.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit f5c1b00d4bcfb27c06595ae172aa69da1815bfa9 +%global gh_commit d829a96ad07d79065fbc818a3bd01f2266c3890b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner williamdes %global gh_project mariadb-mysql-kbs @@ -23,7 +23,7 @@ %global major %nil Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.2.13 +Version: 1.2.14 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: An index of the MariaDB and MySQL Knowledge bases @@ -36,14 +36,14 @@ Source1: makesrc.sh Patch0: %{name}-layout.patch BuildArch: noarch -%if %{with_tests} +%if %{with tests} BuildRequires: php(language) >= 7.1 BuildRequires: php-json BuildRequires: php-pcre # For tests, from composer.json "require-dev": { # "phpunit/phpunit": "^7 || ^8 || ^9", # "phpstan/phpstan": "^1.2", -# "wdes/coding-standard": "^3", +# "wdes/coding-standard": "^3.2.1", # "swaggest/json-schema": "^0.12.29" BuildRequires: phpunit9 %global phpunit %{_bindir}/phpunit9 @@ -113,7 +113,7 @@ cp -pr schemas %{buildroot}%{_datadir}/%{name}/schemas %check -%if %{with_tests} +%if %{with tests} mkdir vendor cat << 'EOF' | tee vendor/autoload.php - 1.2.14-1 +- update to 1.2.14 + * Mon Dec 20 2021 Remi Collet - 1.2.13-1 - update to 1.2.13 -- cgit