v3.8.0
This commit is contained in:
parent
d3104ad9d8
commit
bc5c11e521
3 changed files with 12 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/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
|
||||
|
|
|
|||
|
|
@ -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 321078163129c2292ac5be38369730b107cd3716
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner swaggest
|
||||
%global gh_project json-diff
|
||||
|
|
@ -22,8 +23,8 @@
|
|||
%global major %nil
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.7.5
|
||||
Release: 2%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
|
||||
Version: 3.8.0
|
||||
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: JSON diff/rearrange/patch/pointer library for PHP
|
||||
|
||||
License: MIT
|
||||
|
|
@ -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,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 25 2020 Remi Collet <remi@remirepo.net> - 3.8.0-1
|
||||
- update to 3.8.0
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-swaggest-json-diff-3.7.5-e452a9c.tgz) = 97daecbb123a6fc0898ef5f68e4c7c88c11177bb34c38a5be608c5cf9ae743ea8d66ec60a2c842594adc41547ada8e56dd30a2f12a265e798fa64f0f791725e3
|
||||
SHA512 (php-swaggest-json-diff-3.8.0-3210781.tgz) = 297a9b2003c977e47f4d5f61174c87fb03eeb8f6a08b5b78c6ad0ceae46a9317b7bbb783a80417702cd51b0229fdd24e49fb6bda71195b82b552dc426884b455
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue