v1.5.0
This commit is contained in:
parent
19bc60ec52
commit
8abf4e483b
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-netresearch-jsonmapper-1.4.0-3868fe1.tgz
|
||||
/php-netresearch-jsonmapper-1.5.0-da74a07.tgz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit 3868fe1128ce1169228acdb623359dca74db5ef3
|
||||
%global gh_commit da74a078d23b84134bed666df1e484d39e4f410d
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner cweiske
|
||||
%global gh_project jsonmapper
|
||||
|
|
@ -18,8 +18,8 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}
|
||||
Version: 1.4.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Map nested JSON structures onto PHP classes
|
||||
|
||||
License: OSL 3.0
|
||||
|
|
@ -99,7 +99,7 @@ mkdir vendor
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in "php %{phpunit}" php70 php71 php72 php73; do
|
||||
for cmd in "php %{phpunit}" php71 php72 php73 php74; do
|
||||
if which $cmd; then
|
||||
set $cmd
|
||||
$1 ${2:-%{_bindir}/phpunit6} \
|
||||
|
|
@ -124,6 +124,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 8 2019 Remi Collet <remi@remirepo.net> - 1.5.0-1
|
||||
- update to 1.5.0
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-netresearch-jsonmapper-1.4.0-3868fe1.tgz) = ac35b409c902206f05a3817d70fafc93e88d180f255beaed493bfc434552f1148257be521a8510caf90ed6d370bbc5eed928a4be934caa4f0d4e0c184f89fe6e
|
||||
SHA512 (php-netresearch-jsonmapper-1.5.0-da74a07.tgz) = a4edd48a45053f2886355b58fcde7df24ad3d6165928dfc5c6c5c993a243f87d6399ffd337d7ae6c37384f510ea27236bf52feae2c6626663d93b8b1fdff2204
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue