Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6841168731 | ||
|
|
f771797359 | ||
|
|
1ac35df697 | ||
|
|
788b91ce6d | ||
|
|
f17278ece3 | ||
|
|
e51304d5a1 |
3 changed files with 18 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -64,3 +64,4 @@ clog
|
|||
/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 165460c7b51948ce55f07b2a32670aa97aa06282
|
||||
%global gh_commit 56d3215bcf8acb2e822fc9ce21fa934cd6129637
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_date 2025-10-09
|
||||
%global gh_date 2025-11-23
|
||||
%global gh_owner llaville
|
||||
%global gh_project php-compatinfo
|
||||
|
||||
%global upstream_version 7.2.4
|
||||
%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,16 +120,29 @@ 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
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
- always build with composer-generators
|
||||
- update bundled bartlett/php-compatinfo-db to 6.16.0
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Nov 7 2024 Remi Collet <remi@remirepo.net> - 7.1.4-4
|
||||
- hack for PHP 8.4
|
||||
|
||||
* Thu Nov 7 2024 Remi Collet <remi@remirepo.net> - 7.1.4-3
|
||||
- update bundled bartlett/php-compatinfo-db to 6.12.0
|
||||
- update bundled dependencies
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-bartlett-PHP-CompatInfo-7.2.4-165460c.tgz) = 117f1e8d6febcf3fa69f114cd13df60a64754ef8954636e5703f04fbb57efc0106f1f5ffdd106b93ebac0043ed983762999335ccabddbd6e3abc306e8a7a7c9f
|
||||
SHA512 (php-bartlett-PHP-CompatInfo-7.2.5-56d3215.tgz) = 51b2715fccc20ab6fafadf9f9e0d60cc8103f2d435e0133f6020b05d7449761042dd4be30d2a0b141664d6e4193692cc9800b35ccc25d4144b03bae603ec26fe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue