summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-CompatInfo.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-bartlett-PHP-CompatInfo.spec')
-rw-r--r--php-bartlett-PHP-CompatInfo.spec18
1 files changed, 13 insertions, 5 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec
index c69d985..bbf9074 100644
--- a/php-bartlett-PHP-CompatInfo.spec
+++ b/php-bartlett-PHP-CompatInfo.spec
@@ -11,7 +11,7 @@
%undefine __brp_mangle_shebangs
%{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)}
-%global gh_commit 3e79a1ac353774b0a3eedac8f0239dafd3e3eedb
+%global gh_commit 456308cc09f2c78903195bbbf09886314950a083
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20151005
%global gh_owner llaville
@@ -26,7 +26,7 @@
%endif
Name: php-bartlett-PHP-CompatInfo
-Version: 5.4.1
+Version: 5.4.2
%global specrel 1
Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
Summary: Find out version and the extensions required for a piece of code to run
@@ -40,7 +40,7 @@ Source1: fedora-review-check
# Autoload and sqlite database path
# avoid jean85/pretty-package-versions
-Patch0: %{name}-5.4.0-rpm.patch
+Patch0: %{name}-5.4.2-rpm.patch
BuildArch: noarch
BuildRequires: php(language) >= 7.1.3
@@ -94,10 +94,15 @@ BuildRequires: php-fedora-autoloader-devel
# "bartlett/php-compatinfo-db": "^2.0",
# "doctrine/collections": "^1.4",
# "composer/package-versions-deprecated": "^1.8",
+# "psr/log": "^1.0",
# "ramsey/uuid": "^3.9|^4.0",
-# "symfony/serializer": "^4.4|^5.0",
# "symfony/config": "^4.4|^5.0",
-# "symfony/dependency-injection": "^4.4|^5.0"
+# "symfony/console": "^4.4|^5.0",
+# "symfony/event-dispatcher": "^4.4|^5.0",
+# "symfony/finder": "^4.4|^5.0",
+# "symfony/dependency-injection": "^4.4|^5.0",
+# "symfony/serializer": "^4.4|^5.0",
+# "symfony/stopwatch": "^4.4|^5.0"
Requires: php(language) >= 7.1.3
Requires: php-cli
Requires: php-json
@@ -262,6 +267,9 @@ fi
%changelog
+* Mon Nov 23 2020 Remi Collet <remi@remirepo.net> - 5.4.2-1
+- update to 5.4.2
+
* Tue Oct 6 2020 Remi Collet <remi@remirepo.net> - 5.4.1-1
- update to 5.4.1