diff options
| author | Remi Collet <remi@remirepo.net> | 2019-04-09 10:14:19 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-04-09 10:14:19 +0200 | 
| commit | f32432f71d1d201c93c694c2dcb3e30fbe16b424 (patch) | |
| tree | 9295f4083562b7a8a79e337e77b41ff92e542831 | |
| parent | c1762c7179e5db01c163b3519dbc774689220e76 (diff) | |
- update to 1.6.6 (no change)
- project ownership have moved to bovigo
| -rw-r--r-- | composer.json | 8 | ||||
| -rw-r--r-- | 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 <remi@remirepo.net> - 1.6.6-1 +- update to 1.6.6 (no change) +- project ownership have moved to bovigo +  * Tue Oct 16 2018 Remi Collet <remi@remirepo.net> - 1.6.5-5  - ignore 1 failed test related to behavior change in 7.3    open https://github.com/mikey179/vfsStream/pull/172  | 
