parent
268a10fa26
commit
ca140b92ac
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/php-myclabs-php-enum-1.5.2-3ed7088.tgz
|
||||
/php-myclabs-php-enum-1.6.1-8c5649e.tgz
|
||||
/php-myclabs-php-enum-1.6.2-ca2f409.tgz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit 8c5649e4ed99acd53a40eada270154dcac089f7e
|
||||
%global gh_commit ca2f4090a7ecae6f0c67fc9bd07cfb51cdf04219
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner myclabs
|
||||
%global gh_project php-enum
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}
|
||||
Version: 1.6.1
|
||||
Version: 1.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Enum implementation
|
||||
|
||||
|
|
@ -101,7 +101,7 @@ require '%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/autoload.php';
|
|||
EOF
|
||||
|
||||
ret=0
|
||||
for cmd in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72; do
|
||||
for cmd in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72 php73; do
|
||||
if which $cmd; then
|
||||
set $cmd
|
||||
$1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1
|
||||
|
|
@ -123,6 +123,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 24 2018 Remi Collet <remi@remirepo.net> - 1.6.2-1
|
||||
- update to 1.6.2
|
||||
|
||||
* Mon May 14 2018 Remi Collet <remi@remirepo.net> - 1.6.1-1
|
||||
- update to 1.6.1
|
||||
- raise dependency on PHP 5.4
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-myclabs-php-enum-1.6.1-8c5649e.tgz) = 7715221873d5263b81ba137129de4450f03a3d2bd3a6409025e87cfeecdd8a6f6e331736dc665d5a8b4cf0431e2c422d198cab3deb4f049cde22a455663d5678
|
||||
SHA512 (php-myclabs-php-enum-1.6.2-ca2f409.tgz) = e9930a0e4a4ba7a9b1612d005e80284d60dc81553567c24321d8422106b16d89626dc7cfd88cb8c41135dc6de59942c24dee097f7c905c948b5049303809d9e5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue