diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-02-11 12:36:20 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-02-11 12:36:20 +0100 | 
| commit | 7aaf4cdda841ba72b0434f5c5591230b0dfe72ce (patch) | |
| tree | 3448cc738d699abfd13fcdad6be4ff41db558bfa | |
| parent | 3086e70b60e8f05c616a1c62fbfb2de4b98e999b (diff) | |
update to 2.0.4
| -rw-r--r-- | php-phpdocumentor-reflection-docblock.spec | 22 | 
1 files changed, 9 insertions, 13 deletions
diff --git a/php-phpdocumentor-reflection-docblock.spec b/php-phpdocumentor-reflection-docblock.spec index 23491f1..1941aef 100644 --- a/php-phpdocumentor-reflection-docblock.spec +++ b/php-phpdocumentor-reflection-docblock.spec @@ -2,19 +2,19 @@  #  # Copyright (c) 2014-2015 Remi Collet  # License: CC-BY-SA -# http://creativecommons.org/licenses/by-sa/3.0/ +# http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  # -%global gh_commit    38743b677965c48a637097b2746a281264ae2347 +%global gh_commit    d68dbdc53dc358a816f00b300704702b2eaff7b8  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     phpDocumentor  %global gh_project   ReflectionDocBlock  %global with_tests   %{?_without_tests:0}%{!?_without_tests:1}  Name:           php-phpdocumentor-reflection-docblock -Version:        2.0.3 -Release:        2%{?dist} +Version:        2.0.4 +Release:        1%{?dist}  Summary:        DocBlock parser  Group:          Development/Libraries @@ -22,9 +22,6 @@ License:        MIT  URL:            https://github.com/%{gh_owner}/%{gh_project}  Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz -# https://github.com/phpDocumentor/ReflectionDocBlock/issues/40 -Source1:        https://raw.githubusercontent.com/phpDocumentor/ReflectionDocBlock/master/LICENSE -  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildArch:      noarch  BuildRequires:  php(language) >= 5.3.3 @@ -55,8 +52,6 @@ DocBlocks or otherwise retrieve information that is embedded in a DocBlock.  %prep  %setup -q -n %{gh_project}-%{gh_commit} -cp %{SOURCE1} LICENSE -  %build  phpab \ @@ -73,9 +68,6 @@ cp -pr src/* %{buildroot}%{_datadir}/php  %check  %if %{with_tests} -# Upstream issue (reported by Travis) -rm tests/phpDocumentor/Reflection/DocBlock/Tag/MethodTagTest.php -  phpunit --bootstrap %{buildroot}%{_datadir}/php/phpDocumentor/Reflection/DocBlock/autoload.php  %else  : Test suite disabled @@ -96,10 +88,14 @@ rm -rf %{buildroot}  %changelog +* Wed Feb 11 2015 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 +- update to 2.0.4 +- LICENSE is in upstream archive +  * Tue Feb  3 2015 Remi Collet <remi@fedoraproject.org> - 2.0.3-2  - add LICENSE from upstream repository  * Fri Dec 19 2014 Remi Collet <remi@fedoraproject.org> - 2.0.3-1  - initial package  - open https://github.com/phpDocumentor/ReflectionDocBlock/issues/40 -  for missing LICENSE file
\ No newline at end of file +  for missing LICENSE file  | 
