From 338d919acb787685aaff347629db29be1da76496 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Jun 2014 07:37:40 +0200 Subject: php-mikey179-vfsstream: provides php-composer(mikey179/vfsstream) --- php-mikey179-vfsstream.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/php-mikey179-vfsstream.spec b/php-mikey179-vfsstream.spec index 443f9b2..531ca5e 100644 --- a/php-mikey179-vfsstream.spec +++ b/php-mikey179-vfsstream.spec @@ -14,7 +14,7 @@ Name: php-mikey179-vfsstream Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PHP stream wrapper for a virtual file system Group: Development/Libraries @@ -37,6 +37,8 @@ Requires: php-date Requires: php-posix Requires: php-spl +Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} + %description vfsStream is a PHP stream wrapper for a virtual file system that may be @@ -86,5 +88,8 @@ rm -rf %{buildroot} %changelog +* Fri Jun 6 2014 Remi Collet - 1.2.0-2 +- provides php-composer(mikey179/vfsstream) + * Tue May 13 2014 Remi Collet - 1.2.0-1 - initial package \ No newline at end of file -- cgit