summaryrefslogtreecommitdiffstats
path: root/php-league-mime-type-detection.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-league-mime-type-detection.spec')
-rw-r--r--php-league-mime-type-detection.spec22
1 files changed, 12 insertions, 10 deletions
diff --git a/php-league-mime-type-detection.spec b/php-league-mime-type-detection.spec
index 6783bf6..5473473 100644
--- a/php-league-mime-type-detection.spec
+++ b/php-league-mime-type-detection.spec
@@ -1,13 +1,13 @@
# remirepo/fedora spec file for php-league-mime-type-detection
#
-# Copyright (c) 2020 Remi Collet
+# Copyright (c) 2020-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
# Github
-%global gh_commit ea2fbfc988bade315acd5967e6d02274086d0f28
+%global gh_commit 3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3
%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.5.0
+Version: 1.7.0
Release: 1%{?dist}
Summary: Mime-type detection for Flysystem
@@ -29,17 +29,15 @@ Source0: %{name}-%{version}-%{gh_short}.tgz
# Create git snapshot as tests are excluded from official tarball
Source1: makesrc.sh
-Patch0: https://github.com/thephpleague/mime-type-detection/commit/485f75211335bfd69882bee7d3fccc730485aa82.patch
-Patch1: https://patch-diff.githubusercontent.com/raw/thephpleague/mime-type-detection/pull/3.patch
-
BuildArch: noarch
BuildRequires: php(language) >= 7.2
BuildRequires: php-fileinfo
BuildRequires: php-json
# From composer.json, "require-dev": {
-# "phpunit/phpunit": "^8.5.8",
-# "phpstan/phpstan": "^0.12.36"
+# "phpunit/phpunit": "^8.5.8 || ^9.3",
+# "phpstan/phpstan": "^0.12.68",
+# "friendsofphp/php-cs-fixer": "^2.18"
%if 0%{?fedora} >= 31 || 0%{?rhel} >= 9
BuildRequires: phpunit9 >= 9.3
%global phpunit %{_bindir}/phpunit9
@@ -72,8 +70,6 @@ Autoloader: %{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
-%patch1 -p1
%build
@@ -125,6 +121,12 @@ exit $ret
%changelog
+* Tue Jan 19 2021 Remi Collet <remi@remirepo.net> - 1.7.0-1
+- update to 1.7.0
+
+* Mon Oct 19 2020 Remi Collet <remi@remirepo.net> - 1.5.1-1
+- update to 1.5.1
+
* Tue Sep 22 2020 Remi Collet <remi@remirepo.net> - 1.5.0-1
- update to 1.5.0
- add patch for test suite from upstream and from