summaryrefslogtreecommitdiffstats
path: root/php-doctrine-annotations.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-doctrine-annotations.spec')
-rw-r--r--php-doctrine-annotations.spec16
1 files changed, 11 insertions, 5 deletions
diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec
index bddb1a0..8393dc7 100644
--- a/php-doctrine-annotations.spec
+++ b/php-doctrine-annotations.spec
@@ -12,8 +12,8 @@
%global github_owner doctrine
%global github_name annotations
-%global github_version 1.8.0
-%global github_commit 904dca4eb10715b92569fbcd79e201d5c349b6bc
+%global github_version 1.10.1
+%global github_commit 5eb79f3dbdffed6544e1fc287572c0f462bd29bb
%global composer_vendor doctrine
%global composer_project annotations
@@ -62,7 +62,7 @@ BuildRequires: php-composer(doctrine/lexer) < %{lexer_max_ver}
BuildRequires: php-composer(doctrine/lexer) >= %{lexer_min_ver}
%endif
BuildRequires: phpunit7
-## phpcompatinfo (computed from version 1.6.1)
+## phpcompatinfo (computed from version 1.10.0)
BuildRequires: php-ctype
BuildRequires: php-date
BuildRequires: php-json
@@ -77,20 +77,20 @@ BuildRequires: php-composer(fedora/autoloader)
# composer.json
Requires: php(language) >= %{php_min_ver}
+Requires: php-tokenizer
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
Requires: (php-composer(doctrine/lexer) >= %{lexer_min_ver} with php-composer(doctrine/lexer) < %{lexer_max_ver})
%else
Requires: php-composer(doctrine/lexer) < %{lexer_max_ver}
Requires: php-composer(doctrine/lexer) >= %{lexer_min_ver}
%endif
-# phpcompatinfo (computed from version 1.6.1)
+# phpcompatinfo (computed from version 1.10.0)
Requires: php-ctype
Requires: php-date
Requires: php-json
Requires: php-pcre
Requires: php-reflection
Requires: php-spl
-Requires: php-tokenizer
# Autoloader
Requires: php-composer(fedora/autoloader)
@@ -171,6 +171,12 @@ exit $RETURN_CODE
%changelog
+* Thu Apr 2 2020 Remi Collet <remi@remirepo.net> - 1.10.1-1
+- update to 1.10.1
+
+* Thu Apr 2 2020 Remi Collet <remi@remirepo.net> - 1.10.0-1
+- update to 1.10.0
+
* Wed Oct 2 2019 Remi Collet <remi@remirepo.net> - 1.8.0-1
- update to 1.8.0