diff options
-rw-r--r-- | php-mikey179-vfsstream.spec | 7 |
1 files changed, 6 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.2.0-2 +- provides php-composer(mikey179/vfsstream) + * Tue May 13 2014 Remi Collet <remi@fedoraproject.org> - 1.2.0-1 - initial package
\ No newline at end of file |