From f32432f71d1d201c93c694c2dcb3e30fbe16b424 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Apr 2019 10:14:19 +0200 Subject: - update to 1.6.6 (no change) - project ownership have moved to bovigo --- composer.json | 8 ++++---- php-mikey179-vfsstream.spec | 12 ++++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index c18e37d..ecf8890 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "mikey179/vfsStream", + "name": "mikey179/vfsstream", "type": "library", "homepage": "http://vfs.bovigo.org/", "description": "Virtual file system to mock the real file system in unit tests.", @@ -12,9 +12,9 @@ } ], "support": { - "issues": "https://github.com/mikey179/vfsStream/issues", - "source": "https://github.com/mikey179/vfsStream/tree/master", - "wiki": "https://github.com/mikey179/vfsStream/wiki" + "issues": "https://github.com/bovigo/vfsStream/issues", + "source": "https://github.com/bovigo/vfsStream/tree/master", + "wiki": "https://github.com/bovigo/vfsStream/wiki" }, "require": { "php": ">=5.3.0" diff --git a/php-mikey179-vfsstream.spec b/php-mikey179-vfsstream.spec index 8304b06..cf99500 100644 --- a/php-mikey179-vfsstream.spec +++ b/php-mikey179-vfsstream.spec @@ -6,15 +6,15 @@ # # Please, preserve the changelog entries # -%global gh_commit d5fec95f541d4d71c4823bb5e30cf9b9e5b96145 +%global gh_commit 095238a0711c974ae5b4ebf4c4534a23f3f6c99d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_owner mikey179 +%global gh_owner bovigo %global gh_project vfsStream %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-mikey179-vfsstream -Version: 1.6.5 -Release: 5%{?dist} +Version: 1.6.6 +Release: 1%{?dist} Summary: PHP stream wrapper for a virtual file system License: BSD @@ -103,6 +103,10 @@ exit $ret %changelog +* Tue Apr 9 2019 Remi Collet - 1.6.6-1 +- update to 1.6.6 (no change) +- project ownership have moved to bovigo + * Tue Oct 16 2018 Remi Collet - 1.6.5-5 - ignore 1 failed test related to behavior change in 7.3 open https://github.com/mikey179/vfsStream/pull/172 -- cgit