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.spec20
1 files changed, 8 insertions, 12 deletions
diff --git a/php-doctrine-sql-formatter.spec b/php-doctrine-sql-formatter.spec
index 729c963..97550ee 100644
--- a/php-doctrine-sql-formatter.spec
+++ b/php-doctrine-sql-formatter.spec
@@ -8,7 +8,7 @@
#
%global bootstrap 0
-%global gh_commit 1ad4f97f10cd0eef7ca7d3f5b7b1cf7e5806786f
+%global gh_commit 5458bdcf176f6a53292e3f0cc73f292d6302fb0f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner doctrine
%global gh_project sql-formatter
@@ -26,7 +26,7 @@
%endif
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 1.1.1
+Version: 1.1.0
Release: 1%{?dist}
Summary: SQL highlighting library
@@ -38,21 +38,17 @@ Source1: makesrc.sh
BuildArch: noarch
BuildRequires: php-fedora-autoloader-devel
%if %{with_tests}
-BuildRequires: php(language) >= 7.2
+BuildRequires: php(language) >= 7.1
BuildRequires: php-pcre
# From composer.json
-# "doctrine/coding-standard": "^7.0",
-# "phpstan/phpstan": "^0.12.18",
-# "phpunit/phpunit": "^8.0",
-# "psalm/plugin-phpunit": "^0.10.0",
-# "vimeo/psalm": "^3.10"
+# "bamarni/composer-bin-plugin": "^1.4"
BuildRequires: phpunit8
%endif
# From composer.json
-# "php": "^7.2"
-Requires: php(language) >= 7.2
-# From phpcompatinfo report for version 1.1.1
+# "php": "^7.1 || ^8.0"
+Requires: php(language) >= 7.1
+# From phpcompatinfo report for version 1.1.0
Requires: php-pcre
# Autoloader
@@ -128,5 +124,5 @@ exit $ret
%changelog
-* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 1.1.1-1
+* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 1.1.0-1
- initial package