summaryrefslogtreecommitdiffstats
path: root/php-phpspec-prophecy.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-14 07:43:46 +0200
committerRemi Collet <remi@remirepo.net>2017-04-14 07:43:46 +0200
commit76ad42f108a9f963a28ed8768f1e9d05a0aef884 (patch)
treeb229239d7b4b43d2508cdb8c3e400e278a95e59e /php-phpspec-prophecy.spec
parent43f65498795c738257a151fcc516ad38519fd052 (diff)
sync with Fedora
Diffstat (limited to 'php-phpspec-prophecy.spec')
-rw-r--r--php-phpspec-prophecy.spec16
1 files changed, 8 insertions, 8 deletions
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 <shawn@iwin.ski> - 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 <remi@remirepo.net> - 1.7.0-3
- drop implicit dependency on sebastian/recursion-context