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.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec
index 3c4210f..5f8fcd3 100644
--- a/php-doctrine-annotations.spec
+++ b/php-doctrine-annotations.spec
@@ -2,7 +2,7 @@
#
# Fedora spec file for php-doctrine-annotations
#
-# Copyright (c) 2013-2018 Shawn Iwinski <shawn.iwinski@gmail.com>
+# Copyright (c) 2013-2019 Shawn Iwinski <shawn.iwinski@gmail.com>
#
# License: MIT
# http://opensource.org/licenses/MIT
@@ -12,8 +12,8 @@
%global github_owner doctrine
%global github_name annotations
-%global github_version 1.6.0
-%global github_commit c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5
+%global github_version 1.6.1
+%global github_commit 53120e0eb10355388d6ccbe462f1fea34ddadb24
%global composer_vendor doctrine
%global composer_project annotations
@@ -39,7 +39,6 @@ Version: %{github_version}
Release: 1%{?github_release}%{?dist}
Summary: PHP docblock annotations parser library
-Group: Development/Libraries
License: MIT
URL: https://github.com/%{github_owner}/%{github_name}
@@ -63,10 +62,11 @@ BuildRequires: php-composer(doctrine/lexer) < %{lexer_max_ver}
BuildRequires: php-composer(doctrine/lexer) >= %{lexer_min_ver}
%endif
BuildRequires: phpunit6
-## phpcompatinfo (computed from version 1.2.7)
+## phpcompatinfo (computed from version 1.6.1)
BuildRequires: php-ctype
BuildRequires: php-date
BuildRequires: php-json
+BuildRequires: php-mbstring
BuildRequires: php-pcre
BuildRequires: php-reflection
BuildRequires: php-spl
@@ -83,7 +83,7 @@ Requires: (php-composer(doctrine/lexer) >= %{lexer_min_ver} with php-compose
Requires: php-composer(doctrine/lexer) < %{lexer_max_ver}
Requires: php-composer(doctrine/lexer) >= %{lexer_min_ver}
%endif
-# phpcompatinfo (computed from version 1.6.0)
+# phpcompatinfo (computed from version 1.6.1)
Requires: php-ctype
Requires: php-date
Requires: php-json
@@ -171,6 +171,9 @@ exit $RETURN_CODE
%changelog
+* Tue Mar 26 2019 Remi Collet <remi@remirepo.net> - 1.6.1-1
+- update to 1.6.1
+
* Wed Oct 17 2018 Remi Collet <remi@remirepo.net> - 1.6.0-1
- update to 1.6.0
- raise dependency on PHP 7.1