summaryrefslogtreecommitdiffstats
path: root/php-mikey179-vfsstream.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-09 10:14:19 +0200
committerRemi Collet <remi@remirepo.net>2019-04-09 10:14:19 +0200
commitf32432f71d1d201c93c694c2dcb3e30fbe16b424 (patch)
tree9295f4083562b7a8a79e337e77b41ff92e542831 /php-mikey179-vfsstream.spec
parentc1762c7179e5db01c163b3519dbc774689220e76 (diff)
- update to 1.6.6 (no change)
- project ownership have moved to bovigo
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