summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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