Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe12f3fa2b |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@
|
|||
/php-league-mime-type-detection-1.11.0-ff6248e.tgz
|
||||
/php-league-mime-type-detection-1.13.0-a6dfb11.tgz
|
||||
/php-league-mime-type-detection-1.14.0-b6a5854.tgz
|
||||
/php-league-mime-type-detection-1.15.0-ce0f4d1.tgz
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# remirepo/fedora spec file for php-league-mime-type-detection
|
||||
#
|
||||
# Copyright (c) 2020-2023 Remi Collet
|
||||
# Copyright (c) 2020-2024 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
# Github
|
||||
%global gh_commit b6a5854368533df0295c5761a0253656a2e52d9e
|
||||
%global gh_commit ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner thephpleague
|
||||
%global gh_project mime-type-detection
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
%global ns_project MimeTypeDetection
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_name}
|
||||
Version: 1.14.0
|
||||
Version: 1.15.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Mime-type detection for Flysystem
|
||||
|
||||
|
|
@ -96,7 +96,7 @@ sed -e 's/PHPStan\\Testing\\TestCase/PHPUnit\\Framework\\TestCase/' -i src/Overr
|
|||
: Run upstream test suite
|
||||
# the_generated_map_should_be_up_to_date is online
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" "php80 %{_bindir}/phpunit9" php81 php82 php83; do
|
||||
for cmdarg in "php %{phpunit}" php81 php82 php83; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 ${2:-%{_bindir}/phpunit10} \
|
||||
|
|
@ -117,6 +117,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 29 2024 Remi Collet <remi@remirepo.net> - 1.15.0-1
|
||||
- update to 1.15.0
|
||||
|
||||
* Wed Oct 18 2023 Remi Collet <remi@remirepo.net> - 1.14.0-1
|
||||
- update to 1.14.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-league-mime-type-detection-1.14.0-b6a5854.tgz) = 860dac8ef650fbbb0b49ec1729adb442676bf4dfaf0b879d9bb08e773a5321dfba9ea2f62026b37ef4757a204ab4965bf28d4f3d4969f2603276e5b9d480dd9a
|
||||
SHA512 (php-league-mime-type-detection-1.15.0-ce0f4d1.tgz) = 664dacb63a471a93f635d83f0e69d9fbe153884a3405a6baf34a0299c3587adedeaec8394169e9557483a3abc627ccb7c11e5769ce2f99413cf6701c5419e6be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue