summaryrefslogtreecommitdiffstats
path: root/php-mikey179-vfsstream.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-11 09:04:52 +0200
committerRemi Collet <remi@php.net>2022-08-11 09:04:52 +0200
commit0c82f07bf85069d212ade3c31b81e8a5f5e94f32 (patch)
treef408ae60b51ecf05c3c9da2dfdd5920d8cf869ed /php-mikey179-vfsstream.spec
parent11c12cbf0330727dfad20d35318b3853f876277d (diff)
update to 1.6.11HEADmaster
Diffstat (limited to 'php-mikey179-vfsstream.spec')
-rw-r--r--php-mikey179-vfsstream.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/php-mikey179-vfsstream.spec b/php-mikey179-vfsstream.spec
index 7574a8e..abf6901 100644
--- a/php-mikey179-vfsstream.spec
+++ b/php-mikey179-vfsstream.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 250c0825537d501e327df879fb3d4cd751933b85
+%global gh_commit 17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner bovigo
%global gh_project vfsStream
@@ -15,17 +15,14 @@
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
Name: php-%{pk_owner}-%{pk_project}
-Version: 1.6.10
-Release: 2%{?dist}
+Version: 1.6.11
+Release: 1%{?dist}
Summary: PHP stream wrapper for a virtual file system
License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz
-# From https://github.com/bovigo/vfsStream/commits/v1.6
-Patch0: %{name}-upstream.patch
-
BuildArch: noarch
BuildRequires: php(language) >= 5.3
BuildRequires: %{_bindir}/phpab
@@ -64,7 +61,6 @@ To use this library, you just have to add, in your project:
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
%build
@@ -115,6 +111,9 @@ exit $ret
%changelog
+* Thu Aug 11 2022 Remi Collet <remi@remirepo.net> - 1.6.11-1
+- update to 1.6.11
+
* Thu Jun 30 2022 Remi Collet <remi@remirepo.net> - 1.6.10-2
- add upstream patch for 8.2
- skip test suite with PHP >= 8.1