summaryrefslogtreecommitdiffstats
path: root/php-doctrine-annotations.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-02 17:20:54 +0200
committerRemi Collet <remi@remirepo.net>2020-04-02 17:20:54 +0200
commite06b4352b8f321ac0080e52242e3d48cc6e28c21 (patch)
tree0ad129f56d6b36a81018ae2a6ca2ee805a4e4d1c /php-doctrine-annotations.spec
parent4e2097f8bae6aef6d4f8b29f456c94ca575b52a0 (diff)
v1.10.1
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