summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-29 17:10:18 +0200
committerRemi Collet <remi@php.net>2023-09-29 17:10:18 +0200
commit4f0ecd649d9349b110ceff7bfbe603d9c5555b9b (patch)
tree665cae047ec5ecec47d841f590adbe865db384d0
parent5441a86e89171f6dfaeaadd9736fa5c774b1abbf (diff)
add missing dependency on fedora/autoloader
-rw-r--r--php-maxminddb.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php-maxminddb.spec b/php-maxminddb.spec
index 955358c..e8ccbbf 100644
--- a/php-maxminddb.spec
+++ b/php-maxminddb.spec
@@ -31,7 +31,7 @@
Summary: MaxMind DB Reader extension
Name: %{?scl_prefix}php-maxminddb
Version: 1.11.0
-Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: Apache-2.0
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -109,6 +109,8 @@ Conflicts: php-maxminddb < %{version}
# From phpcompatifo report for 1.3.0
Requires: php-filter
Requires: php-spl
+# Autoloader
+Requires: php-composer(fedora/autoloader)
Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version}
@@ -298,6 +300,9 @@ fi
# when using pkgup, CHECK Release!
%changelog
+* Fri Sep 29 2023 Remi Collet <remi@remirepo.net> - 1.11.0-5
+- add missing dependency on fedora/autoloader
+
* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.11.0-4
- rebuild for PHP 8.3.0RC1