Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b26295392c | ||
|
|
300c8b9e99 |
3 changed files with 14 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,3 +2,5 @@
|
|||
/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
|
||||
/php-phar-io-version3-3.2.1-4f7fd78.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 4f7fd7836c6f332bb2933569e566a0d6c4cbed74
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner phar-io
|
||||
%global gh_project version
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
%global php_home %{_datadir}/php
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.1.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for handling version information and constraints
|
||||
|
||||
License: BSD
|
||||
|
|
@ -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,12 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 21 2022 Remi Collet <remi@remirepo.net> - 3.2.1-1
|
||||
- update to 3.2.1
|
||||
|
||||
* Tue Feb 8 2022 Remi Collet <remi@remirepo.net> - 3.1.1-1
|
||||
- update to 3.1.1
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phar-io-version3-3.1.0-bae7c54.tgz) = aef2ed6ad2fc1a4212e88c73c16e38e1d70e42e32ad6640766038cc3ef5df31259ade67b6c9b59f36422b6fff303feb314387fa60c5bd02372778e322cb1221d
|
||||
SHA512 (php-phar-io-version3-3.2.1-4f7fd78.tgz) = 6b87689095ccf5305440c5416f14df81b816a8ee1e3d8aa0277b2f92de87d82a8e70388f98353463e58165df981f157156c950d7984f792f7c41197d0af89e47
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue