Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0aaa6efa9e | ||
|
|
0ca6d68058 |
3 changed files with 12 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
/php-brick-varexporter-0.3.2-411110b.tgz
|
||||
/php-brick-varexporter-0.3.3-736378d.tgz
|
||||
/php-brick-varexporter-0.3.4-17e03b4.tgz
|
||||
/php-brick-varexporter-0.3.5-05241f2.tgz
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
# Github
|
||||
%global gh_commit 736378d357a189a692390bbc9e0eed835b079805
|
||||
%global gh_commit 05241f28dfcba2b51b11e2d750e296316ebbe518
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner brick
|
||||
%global gh_project varexporter
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
%global ns_project VarExporter
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_name}
|
||||
Version: 0.3.3
|
||||
Version: 0.3.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A powerful alternative to var_export
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ BuildRequires: php-spl
|
|||
# From composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^8.5 || ^9.0",
|
||||
# "php-coveralls/php-coveralls": "^2.2",
|
||||
# "vimeo/psalm": "^4.3"
|
||||
# "vimeo/psalm": "4.4.1"
|
||||
%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9
|
||||
BuildRequires: phpunit9
|
||||
%global phpunit %{_bindir}/phpunit9
|
||||
|
|
@ -130,6 +130,12 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 10 2021 Remi Collet <remi@remirepo.net> - 0.3.5-1
|
||||
- update to 0.3.5
|
||||
|
||||
* Mon Feb 8 2021 Remi Collet <remi@remirepo.net> - 0.3.4-1
|
||||
- update to 0.3.4
|
||||
|
||||
* Mon Jan 4 2021 Remi Collet <remi@remirepo.net> - 0.3.3-1
|
||||
- update to 0.3.3
|
||||
- switch to phpunit9
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-brick-varexporter-0.3.3-736378d.tgz) = 0fa0e1a38db0e41bc04359b67a03e7d8dd1a8538a84387a24710c8ad8df790ae333d3b720b715575f19a075ab2421288d6960ff2cc872faa5a5d5395ed48af46
|
||||
SHA512 (php-brick-varexporter-0.3.5-05241f2.tgz) = 6b33714d9381b6f31e950f496df79ee22d7720e7098bf7d7b1cf0bf723ad40e26cfc58a91024664cb05f64c8355698294241c09ec49539d5e1ae50c6c86a0ceb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue