summaryrefslogtreecommitdiffstats
path: root/php-league-mime-type-detection.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-18 08:00:07 +0200
committerRemi Collet <remi@php.net>2023-10-18 08:00:07 +0200
commit21174bacddce763f83c147d498d8e50b926a1d30 (patch)
tree1b33145923d9488e37837a800e96d226f86d6b13 /php-league-mime-type-detection.spec
parent2c5c5a26ce42f3c2c8fc888cbf559895201a43f2 (diff)
update to 1.14.0
Diffstat (limited to 'php-league-mime-type-detection.spec')
-rw-r--r--php-league-mime-type-detection.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-league-mime-type-detection.spec b/php-league-mime-type-detection.spec
index 009cdad..40d1865 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 a6dfb1194a2946fcdc1f38219445234f65b35c96
+%global gh_commit b6a5854368533df0295c5761a0253656a2e52d9e
%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.13.0
+Version: 1.14.0
Release: 1%{?dist}
Summary: Mime-type detection for Flysystem
@@ -126,6 +126,9 @@ exit $ret
%changelog
+* Wed Oct 18 2023 Remi Collet <remi@remirepo.net> - 1.14.0-1
+- update to 1.14.0
+
* Fri Aug 25 2023 Remi Collet <remi@remirepo.net> - 1.13.0-1
- update to 1.13.0
- raise dependency on PHP 7.4