Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be1daab614 |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ clog
|
|||
/instantiator-1.0.5-8e884e7.tar.gz
|
||||
/php-doctrine-instantiator-1.1.0-185b886.tgz
|
||||
/php-doctrine-instantiator-1.2.0-a2c5901.tgz
|
||||
/php-doctrine-instantiator-1.3.0-ae466f7.tgz
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
# bootstrap needed when rebuilding PHPUnit for new major version
|
||||
%global bootstrap 0
|
||||
%global gh_commit a2c590166b2133a4633738648b6b064edae0814a
|
||||
%global gh_commit ae466f726242e637cebdd526a7d991b9433bacf1
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner doctrine
|
||||
%global gh_project instantiator
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
Name: php-doctrine-instantiator
|
||||
Release: 1%{?dist}
|
||||
%global major %nil
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Summary: Instantiate objects in PHP without invoking their constructors
|
||||
|
||||
License: MIT
|
||||
|
|
@ -91,7 +91,7 @@ EOF
|
|||
|
||||
: Run test suite
|
||||
ret=0
|
||||
for cmd in php php71 php72 php73; do
|
||||
for cmd in php php71 php72 php73 php74; do
|
||||
if which $cmd; then
|
||||
$cmd -d include_path=".:%{buildroot}%{_datadir}/php:%{_datadir}/php" \
|
||||
%{_bindir}/phpunit6 \
|
||||
|
|
@ -112,6 +112,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 13 2019 Remi Collet <remi@remirepo.net> - 1.3.0-1
|
||||
- update to 1.3.0
|
||||
|
||||
* Mon Mar 25 2019 Remi Collet <remi@remirepo.net> - 1.2.0-1
|
||||
- update to 1.2.0
|
||||
|
||||
|
|
@ -154,4 +157,4 @@ exit $ret
|
|||
- update to 1.0.3
|
||||
|
||||
* Mon Aug 25 2014 Remi Collet <remi@fedoraproject.org> - 1.0.2-1
|
||||
- initial package, version 1.0.2
|
||||
- initial package, version 1.0.2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-doctrine-instantiator-1.2.0-a2c5901.tgz) = 572483eef61f914faa90ac987b917b4041b4c457bb83001b78487ad6e4f6180412d27890994f3d5a79cb8f4f9e4b7c30cbb8edfb9edddbe40d3a045f8a2601b1
|
||||
SHA512 (php-doctrine-instantiator-1.3.0-ae466f7.tgz) = 880ae286ea0895f1ccc96f0fd8756f50bd8c4dfce35ec331aa3158250cd1168366e877dd32a8c849a0aeabc495465de1d8e5a880ba49f62811f21dd17f334424
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue