From b47a39b9528724a7e9e6d1dd0d0f628c7c233059 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Mar 2018 12:17:13 +0100 Subject: provides both mikey179/vfsstream and mikey179/vfsStream --- php-mikey179-vfsstream.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/php-mikey179-vfsstream.spec b/php-mikey179-vfsstream.spec index efdb587..847433c 100644 --- a/php-mikey179-vfsstream.spec +++ b/php-mikey179-vfsstream.spec @@ -1,6 +1,6 @@ # spec file for php-mikey179-vfsstream # -# Copyright (c) 2014-2017 Remi Collet +# Copyright (c) 2014-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -14,10 +14,9 @@ Name: php-mikey179-vfsstream Version: 1.6.5 -Release: 1%{?dist} +Release: 3%{?dist} Summary: PHP stream wrapper for a virtual file system -Group: Development/Libraries License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz @@ -43,7 +42,9 @@ Requires: php-spl Requires: php-xml Requires: php-zip -Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} +# provides both cases +Provides: php-composer(%{gh_owner}/vfsStream) = %{version} +Provides: php-composer(%{gh_owner}/vfsstream) = %{version} %description @@ -101,6 +102,9 @@ exit $ret %changelog +* Mon Mar 5 2018 Remi Collet - 1.6.5-3 +- provides both mikey179/vfsstream and mikey179/vfsStream + * Fri Aug 4 2017 Remi Collet - 1.6.5-1 - Update to 1.6.5 -- cgit