From ffeb50d95cba44af2f81784556ccb31768c66fdc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Mar 2019 08:30:06 +0100 Subject: v1.6.1 --- makesrc.sh | 1 + php-doctrine-annotations.spec | 15 +++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 120000 makesrc.sh diff --git a/makesrc.sh b/makesrc.sh new file mode 120000 index 0000000..cb40ee0 --- /dev/null +++ b/makesrc.sh @@ -0,0 +1 @@ +php-doctrine-annotations-get-source.sh \ No newline at end of file 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 +# Copyright (c) 2013-2019 Shawn Iwinski # # 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 - 1.6.1-1 +- update to 1.6.1 + * Wed Oct 17 2018 Remi Collet - 1.6.0-1 - update to 1.6.0 - raise dependency on PHP 7.1 -- cgit