Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9a8f9688e |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/php-phar-io-version3-3.0.3-726c026.tgz
|
||||
/php-phar-io-version3-3.0.4-e478261.tgz
|
||||
/php-phar-io-version3-3.1.0-bae7c54.tgz
|
||||
/php-phar-io-version3-3.1.1-15a9084.tgz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-phar-io-version3
|
||||
#
|
||||
# Copyright (c) 2017-2021 Remi Collet
|
||||
# Copyright (c) 2017-2022 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit bae7c545bef187884426f042434e561ab1ddb182
|
||||
%global gh_commit 15a90844ad40f127afd244c0cad228de2a80052a
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner phar-io
|
||||
%global gh_project version
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
%global php_home %{_datadir}/php
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.1.0
|
||||
Version: 3.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for handling version information and constraints
|
||||
|
||||
|
|
@ -81,7 +81,7 @@ cp -pr src %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}
|
|||
: Run upstream test suite
|
||||
ret=0
|
||||
BS=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php
|
||||
for cmd in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do
|
||||
for cmd in "php %{phpunit}" php74 php80 php81; do
|
||||
if which $cmd; then
|
||||
set $cmd
|
||||
$1 -d auto_prepend_file=$BS \
|
||||
|
|
@ -104,6 +104,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 8 2022 Remi Collet <remi@remirepo.net> - 3.1.1-1
|
||||
- update to 3.1.1
|
||||
|
||||
* Wed Feb 24 2021 Remi Collet <remi@remirepo.net> - 3.1.0-1
|
||||
- update to 3.1.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phar-io-version3-3.1.0-bae7c54.tgz) = aef2ed6ad2fc1a4212e88c73c16e38e1d70e42e32ad6640766038cc3ef5df31259ade67b6c9b59f36422b6fff303feb314387fa60c5bd02372778e322cb1221d
|
||||
SHA512 (php-phar-io-version3-3.1.1-15a9084.tgz) = e955924a4ce8e556d9049ec9a6829362998769e0985e7ff4215b6852c5bf342dc00c00b92632e3bb6f7a889d919ee72789f4d4e97424384dbab0bbae9634c580
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue