summaryrefslogtreecommitdiffstats
path: root/php-brick-varexporter.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-brick-varexporter.spec')
-rw-r--r--php-brick-varexporter.spec17
1 files changed, 8 insertions, 9 deletions
diff --git a/php-brick-varexporter.spec b/php-brick-varexporter.spec
index 8a45343..4e714ca 100644
--- a/php-brick-varexporter.spec
+++ b/php-brick-varexporter.spec
@@ -1,13 +1,13 @@
# remirepo/fedora spec file for php-brick-varexporter
#
-# Copyright (c) 2020-2021 Remi Collet
+# Copyright (c) 2020-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
# Github
-%global gh_commit 05241f28dfcba2b51b11e2d750e296316ebbe518
+%global gh_commit 3361a8a30e807c0841a7ca98e5c72b6bffc73463
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner brick
%global gh_project varexporter
@@ -19,8 +19,8 @@
%global ns_project VarExporter
Name: php-%{pk_vendor}-%{pk_name}
-Version: 0.3.5
-Release: 3%{?dist}
+Version: 0.3.6
+Release: 1%{?dist}
Summary: A powerful alternative to var_export
License: MIT
@@ -29,9 +29,6 @@ Source0: %{name}-%{version}-%{gh_short}.tgz
# Create git snapshot as tests are excluded from official tarball
Source1: makesrc.sh
-# Upstream patch for PHP 8.1 (test suite)
-Patch0: %{name}-tests.patch
-
BuildArch: noarch
BuildRequires: php(language) >= 7.2
@@ -91,7 +88,6 @@ Autoloader: %{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1 -b .up
%build
@@ -127,7 +123,7 @@ EOF
: Run upstream test suite
ret=0
-for cmdarg in "php %{phpunit}" php74 php80 php81; do
+for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} \
@@ -148,6 +144,9 @@ exit $ret
%changelog
+* Thu Jun 16 2022 Remi Collet <remi@remirepo.net> - 0.3.6-1
+- update to 0.3.6
+
* Wed Nov 24 2021 Remi Collet <remi@remirepo.net> - 0.3.5-3
- add upstream patch to fix test suite with PHP 8.1