summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-08 08:05:34 +0100
committerRemi Collet <remi@php.net>2021-11-08 08:05:34 +0100
commit4836049b093111b5c0df9e85a352d62ac0ad5e44 (patch)
tree93b93e83e1d2eff5bd03df7e5a4730bbe7664694
parentd30ad18cb20153b0183ac8fb8591b55ec3c6962b (diff)
update to 1.1.2
-rw-r--r--composer.json5
-rw-r--r--php-doctrine-sql-formatter.spec9
2 files changed, 6 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 27c7524..93462bd 100644
--- a/composer.json
+++ b/composer.json
@@ -34,10 +34,5 @@
"php": "7.1.0"
}
},
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
"bin": ["bin/sql-formatter"]
}
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