summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-26 08:30:06 +0100
committerRemi Collet <remi@remirepo.net>2019-03-26 08:30:06 +0100
commitffeb50d95cba44af2f81784556ccb31768c66fdc (patch)
tree487f7914025fe7995082285ee59045fdbe7558a6
parentd9f33775a4a152404907aaf8fb3c9fb809bc9d43 (diff)
v1.6.1
l---------makesrc.sh1
-rw-r--r--php-doctrine-annotations.spec15
2 files changed, 10 insertions, 6 deletions
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 <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