summaryrefslogtreecommitdiffstats
path: root/php-theseer-autoload.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-theseer-autoload.spec')
-rw-r--r--php-theseer-autoload.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec
index 0c4a6cc..0fff4ae 100644
--- a/php-theseer-autoload.spec
+++ b/php-theseer-autoload.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 177e95d09f546f4dd44666e60ecdd868d0c24904
+%global gh_commit abb83aaae55eacb3582e1a888a6f74ff14a331d7
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner theseer
%global gh_project Autoload
@@ -25,7 +25,7 @@
%endif
Name: php-theseer-autoload
-Version: 1.28.0
+Version: 1.29.1
Release: 1%{?dist}
Summary: A tool and library to generate autoload code
@@ -58,9 +58,12 @@ BuildRequires: %{phpunit}
%endif
# From composer.json, "require": {
+# "php": ">=5.3",
+# "ext-openssl": "*",
# "theseer/directoryscanner": "^1.3.3",
# "zetacomponents/console-tools": "^1.7.2"
Requires: php(language) >= 5.3.1
+Requires: php-openssl
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
Requires: (php-composer(theseer/directoryscanner) >= 1.3.2 with php-composer(theseer/directoryscanner) < 2)
Requires: (php-composer(zetacomponents/console-tools) >= 1.7 with php-composer(zetacomponents/console-tools) < 2)
@@ -72,7 +75,6 @@ Requires: php-zetacomponents-console-tools >= 1.7
Requires: php-cli
Requires: php-date
Requires: php-json
-Requires: php-openssl
Requires: php-phar
Requires: php-spl
Requires: php-tokenizer
@@ -159,6 +161,12 @@ fi
%changelog
+* Thu May 2 2024 Remi Collet <remi@remirepo.net> - 1.29.1-1
+- update to 1.29.1
+
+* Tue Sep 19 2023 Remi Collet <remi@remirepo.net> - 1.29.0-1
+- update to 1.29.0
+
* Wed Jun 14 2023 Remi Collet <remi@remirepo.net> - 1.28.0-1
- update to 1.28.0