diff options
| author | Remi Collet <remi@remirepo.net> | 2024-09-23 09:24:44 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-09-23 09:24:44 +0200 | 
| commit | d2c51007a5710becf8fd5ad403ef9e02613d561c (patch) | |
| tree | 6cea686f3fb052a97ec020e704d41cc03c9fbc95 | |
| parent | b3e0c264db6583588552ce1927967e96015357cb (diff) | |
| -rw-r--r-- | php-league-mime-type-detection.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-league-mime-type-detection.spec b/php-league-mime-type-detection.spec index 4dd3920..33932e4 100644 --- a/php-league-mime-type-detection.spec +++ b/php-league-mime-type-detection.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  # Github -%global gh_commit    ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301 +%global gh_commit    2d6702ff215bf922936ccc1ad31007edc76451b9  %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.15.0 +Version:        1.16.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}" php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do    if which $cmdarg; then      set $cmdarg      $1 ${2:-%{_bindir}/phpunit10} \ @@ -119,6 +119,9 @@ exit $ret  %changelog +* Mon Sep 23 2024 Remi Collet <remi@remirepo.net> - 1.16.0-1 +- update to 1.16.0 +  * Mon Jan 29 2024 Remi Collet <remi@remirepo.net> - 1.15.0-1  - update to 1.15.0  | 
