From fb047fec29acf2b338d643e311c39d6b6b96dd9e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Sep 2015 11:03:21 +0200 Subject: php-react-promise: sync with Fedora --- php-react-promise.spec | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/php-react-promise.spec b/php-react-promise.spec index 5c04220..99460ec 100644 --- a/php-react-promise.spec +++ b/php-react-promise.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 1%{?github_release}%{?dist} +Release: 2%{?github_release}%{?dist} Summary: A lightweight implementation of CommonJS Promises/A for PHP Group: Development/Libraries @@ -73,10 +73,12 @@ A lightweight implementation of CommonJS Promises/A [1] for PHP. %setup -qn %{github_name}-%{github_commit} : Create autoloader -(cat <<'AUTOLOAD' +cat <<'AUTOLOAD' | tee src/autoload.php addPrefix(null, __DIR__ . '/tests'); BOOTSTRAP -) | tee bootstrap.php -%{_bindir}/phpunit --bootstrap ./bootstrap.php -v +%{_bindir}/phpunit --verbose --bootstrap ./bootstrap.php %else : Tests skipped %endif @@ -147,6 +147,12 @@ rm -rf %{buildroot} %changelog +* Wed Sep 23 2015 Remi Collet - 2.2.1-2 +- clean from Fedora + +* Tue Sep 22 2015 Shawn Iwinski - 2.2.0-7 +- Minor updates + * Mon Aug 10 2015 Remi Collet - 2.2.1-1 - update to 2.2.1 -- cgit