Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61f2da1088 | ||
|
|
d857d29416 |
3 changed files with 14 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -63,3 +63,5 @@ clog
|
|||
/php-bartlett-PHP-CompatInfo-7.1.3-7a74bd0.tgz
|
||||
/php-bartlett-PHP-CompatInfo-7.1.4-9875282.tgz
|
||||
/php-bartlett-PHP-CompatInfo-7.2.3-25777bc.tgz
|
||||
/php-bartlett-PHP-CompatInfo-7.2.4-165460c.tgz
|
||||
/php-bartlett-PHP-CompatInfo-7.2.5-56d3215.tgz
|
||||
|
|
|
|||
|
|
@ -9,13 +9,13 @@
|
|||
|
||||
|
||||
%{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)}
|
||||
%global gh_commit 25777bc305fac9344a2193e5328f7743eb6b77c9
|
||||
%global gh_commit 56d3215bcf8acb2e822fc9ce21fa934cd6129637
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_date 2025-05-01
|
||||
%global gh_date 2025-11-23
|
||||
%global gh_owner llaville
|
||||
%global gh_project php-compatinfo
|
||||
|
||||
%global upstream_version 7.2.3
|
||||
%global upstream_version 7.2.5
|
||||
#global upstream_prever RC1
|
||||
|
||||
Name: php-bartlett-PHP-CompatInfo
|
||||
|
|
@ -38,20 +38,16 @@ Patch0: %{name}-7.2.3-rpm.patch
|
|||
BuildArch: noarch
|
||||
BuildRequires: php(language) >= 8.1
|
||||
BuildRequires: php-cli
|
||||
BuildRequires: php-json
|
||||
BuildRequires: composer-generators
|
||||
|
||||
Requires: php(language) >= 8.1
|
||||
Requires: php-cli
|
||||
Requires: php-dom
|
||||
Requires: php-json
|
||||
Requires: php-libxml
|
||||
Requires: php-pcre
|
||||
Requires: php-phar
|
||||
Requires: php-pdo
|
||||
Requires: php-pdo_sqlite
|
||||
Requires: php-simplexml
|
||||
Requires: php-spl
|
||||
Requires: php-xmlreader
|
||||
|
||||
Provides: phpcompatinfo = %{version}
|
||||
|
|
@ -124,6 +120,14 @@ install -D -p -m 755 %{SOURCE1} \
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 25 2025 Remi Collet <remi@remirepo.net> - 7.2.5-1
|
||||
- update to 7.2.5
|
||||
- update bundled bartlett/php-compatinfo-db to 6.26.0
|
||||
|
||||
* Thu Oct 9 2025 Remi Collet <remi@remirepo.net> - 7.2.4-1
|
||||
- update to 7.2.4
|
||||
- update bundled bartlett/php-compatinfo-db to 6.24.1
|
||||
|
||||
* Mon May 5 2025 Remi Collet <remi@remirepo.net> - 7.2.3-1
|
||||
- update to 7.2.3
|
||||
- re-license spec file to CECILL-2.1
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-bartlett-PHP-CompatInfo-7.2.3-25777bc.tgz) = d77a6b4109db57bd451272ef72df66a0845d886f6740bed5cf56cb24a31275c19299f4d3ffd44f23a580cff91a6dc6eddf60b36ce467696983d1709d159e3bc6
|
||||
SHA512 (php-bartlett-PHP-CompatInfo-7.2.5-56d3215.tgz) = 51b2715fccc20ab6fafadf9f9e0d60cc8103f2d435e0133f6020b05d7449761042dd4be30d2a0b141664d6e4193692cc9800b35ccc25d4144b03bae603ec26fe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue