From 76ad42f108a9f963a28ed8768f1e9d05a0aef884 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Apr 2017 07:43:46 +0200 Subject: sync with Fedora --- php-phpspec-prophecy.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'php-phpspec-prophecy.spec') diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec index 3f420de..89aeafb 100644 --- a/php-phpspec-prophecy.spec +++ b/php-phpspec-prophecy.spec @@ -20,7 +20,7 @@ Name: php-phpspec-prophecy Version: 1.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Highly opinionated mocking framework for PHP Group: Development/Libraries @@ -31,7 +31,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit # Autoloader Source1: %{name}-autoload.php -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if %{with_tests} # from composer.json, "require-dev": { @@ -88,7 +87,6 @@ cp %{SOURCE1} src/Prophecy/autoload.php %install -rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/php cp -pr src/* %{buildroot}%{_datadir}/php @@ -121,12 +119,7 @@ exit $ret %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md @@ -135,6 +128,13 @@ rm -rf %{buildroot} %changelog +* Thu Apr 13 2017 Shawn Iwinski - 1.7.0-4 +- Prepare for php-phpdocumentor-reflection-docblock => + php-phpdocumentor-reflection-docblock2 dependency rename +- Update autoloader to try loading newest + php-composer(phpdocumentor/reflection-docblock), then try loading older v2, + then trigger an error if neither are found in include path + * Sat Mar 4 2017 Remi Collet - 1.7.0-3 - drop implicit dependency on sebastian/recursion-context -- cgit