summaryrefslogtreecommitdiffstats
path: root/php-doctrine-common3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-doctrine-common3.spec')
-rw-r--r--php-doctrine-common3.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-doctrine-common3.spec b/php-doctrine-common3.spec
index e339ba8..b3d2312 100644
--- a/php-doctrine-common3.spec
+++ b/php-doctrine-common3.spec
@@ -10,8 +10,8 @@
%global github_owner doctrine
%global github_name common
-%global github_version 3.1.1
-%global github_commit 2afde5a9844126bc311cd5f548b5475e75f800d3
+%global github_version 3.1.2
+%global github_commit a036d90c303f3163b5be8b8fde9b6755b2be4a3a
%global major 3
%global composer_vendor doctrine
@@ -71,9 +71,9 @@ BuildRequires: php-reflection
BuildRequires: php-date
BuildRequires: php-pcre
BuildRequires: php-spl
+%endif
# Autoloader
BuildRequires: php-fedora-autoloader-devel
-%endif
# composer.json
Requires: php(language) >= %{php_min_ver}
@@ -133,7 +133,7 @@ sed "s#require.*autoload.*#require_once '%{buildroot}%{phpdir}/%{ns_vendor}/%{ns
: Upstream tests
RETURN_CODE=0
-for CMDARG in "php %{phpunit}" "php71 %{_bindir}/phpunit7" "php72 %{_bindir}/phpunit8" php73 php74 php80; do
+for CMDARG in "php %{phpunit}" php73 php74 php80; do
if which $CMDARG; then
set $CMDARG
$1 ${2:-%{_bindir}/phpunit9} --verbose || RETURN_CODE=1
@@ -156,6 +156,9 @@ exit $RETURN_CODE
%changelog
+* Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 3.1.2-1
+- update to 3.1.2
+
* Thu Jan 21 2021 Remi Collet <remi@remirepo.net> - 3.1.1-1
- update to 3.1.1