Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1297dd5374 | ||
|
|
325f60f0d4 |
3 changed files with 15 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,3 +3,5 @@
|
|||
/php-swaggest-json-diff-3.7.2-fb13f6f.tgz
|
||||
/php-swaggest-json-diff-3.7.4-fccbbd6.tgz
|
||||
/php-swaggest-json-diff-3.7.5-e452a9c.tgz
|
||||
/php-swaggest-json-diff-3.8.0-3210781.tgz
|
||||
/php-swaggest-json-diff-3.8.1-d218435.tgz
|
||||
|
|
|
|||
|
|
@ -7,9 +7,10 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit e452a9c6444905a486280c7d56503a6468303f69
|
||||
%global gh_commit d2184358c5ef5ecaa1f6b4c2bce175fac2d25670
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner swaggest
|
||||
%global gh_project json-diff
|
||||
|
|
@ -22,7 +23,7 @@
|
|||
%global major %nil
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.7.5
|
||||
Version: 3.8.1
|
||||
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: JSON diff/rearrange/patch/pointer library for PHP
|
||||
|
||||
|
|
@ -32,7 +33,7 @@ Source0: %{name}-%{version}-%{?gh_short}.tgz
|
|||
Source1: makesrc.sh
|
||||
|
||||
BuildArch: noarch
|
||||
%if %{with_tests}
|
||||
%if %{with tests}
|
||||
BuildRequires: php-json
|
||||
# For tests, from composer.json "require-dev": {
|
||||
# "phpunit/phpunit": "^4.8.23"
|
||||
|
|
@ -79,7 +80,7 @@ cp -pr src %{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}%{major}
|
|||
|
||||
|
||||
%check
|
||||
%if %{with_tests}
|
||||
%if %{with tests}
|
||||
mkdir vendor
|
||||
cat << 'EOF' | tee vendor/autoload.php
|
||||
<?php
|
||||
|
|
@ -109,6 +110,12 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 3.8.1-1
|
||||
- update to 3.8.1
|
||||
|
||||
* Fri Sep 25 2020 Remi Collet <remi@remirepo.net> - 3.8.0-1
|
||||
- update to 3.8.0
|
||||
|
||||
* Wed May 27 2020 Remi Collet <remi@remirepo.net> - 3.7.5-1
|
||||
- update to 3.7.5
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-swaggest-json-diff-3.7.5-e452a9c.tgz) = 97daecbb123a6fc0898ef5f68e4c7c88c11177bb34c38a5be608c5cf9ae743ea8d66ec60a2c842594adc41547ada8e56dd30a2f12a265e798fa64f0f791725e3
|
||||
SHA512 (php-swaggest-json-diff-3.8.1-d218435.tgz) = 1dcec32191c23d44808a51c8e1c1e1e571274d587dfe0e242b96dae5b2b8e6add0c4bd50ed0ee80ee68fadb516bc68b3a7d0671288e97e52d759be817e8bf7ac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue