summaryrefslogtreecommitdiffstats
path: root/php-mikey179-vfsstream.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-mikey179-vfsstream.spec')
-rw-r--r--php-mikey179-vfsstream.spec12
1 files changed, 8 insertions, 4 deletions
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