summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-15 08:10:40 +0100
committerRemi Collet <remi@php.net>2021-11-15 08:10:40 +0100
commitca11822f1155ccf5072f6badbe3be5cd133a9969 (patch)
tree22609fd34aa7346232e786230128f6f42a9db5f3
parent089621dfea6a8f3a73c20e24898eb97a322901b1 (diff)
update to 4.0.4
-rw-r--r--.gitignore2
-rw-r--r--composer.json2
-rw-r--r--php-sebastian-exporter4.spec11
3 files changed, 10 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 1ab5c4f..01f0400 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
+clog
package-*.xml
*.tgz
+*.tar.bz2
*.tar.gz
*.tar.xz
*.tar.xz.asc
diff --git a/composer.json b/composer.json
index 477d5ed..baa9584 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "sebastian/exporter",
"description": "Provides the functionality to export PHP variables for visualization",
"keywords": ["exporter","export"],
- "homepage": "http://www.github.com/sebastianbergmann/exporter",
+ "homepage": "https://www.github.com/sebastianbergmann/exporter",
"license": "BSD-3-Clause",
"authors": [
{
diff --git a/php-sebastian-exporter4.spec b/php-sebastian-exporter4.spec
index 2107ace..fea8ebd 100644
--- a/php-sebastian-exporter4.spec
+++ b/php-sebastian-exporter4.spec
@@ -9,7 +9,7 @@
%bcond_without tests
-%global gh_commit d89cc98761b8cb5a1a235a6b703ae50d34080e65
+%global gh_commit 65e8b7db476c5dd267e65eea9cab77584d3cfff9
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project exporter
@@ -25,9 +25,9 @@
%global pear_channel pear.phpunit.de
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 4.0.3
+Version: 4.0.4
Release: 1%{?dist}
-Summary: Export PHP variables for visualization version %{major}
+Summary: Export PHP variables for visualization, version %{major}
License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -103,7 +103,7 @@ touch vendor/autoload.php
: Run upstream test suite
ret=0
-for cmd in php php73 php74 php80; do
+for cmd in php php73 php74 php80 php81; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit9 --verbose || ret=1
@@ -123,6 +123,9 @@ exit $ret
%changelog
+* Mon Nov 15 2021 Remi Collet <remi@remirepo.net> - 4.0.4-1
+- update to 4.0.4
+
* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 4.0.3-1
- update to 4.0.3 (no change)