From 1ac35df697a303ae052b6b3652d54f544fb4acd0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:09:21 +0000 Subject: [PATCH 1/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-bartlett-PHP-CompatInfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index f28d773..94ed77d 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -20,7 +20,7 @@ Name: php-bartlett-PHP-CompatInfo Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Find out version and the extensions required for a piece of code to run # SPDX: see bundled libraries list below @@ -124,6 +124,9 @@ install -D -p -m 755 %{SOURCE1} \ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 7.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon May 5 2025 Remi Collet - 7.2.3-1 - update to 7.2.3 - re-license spec file to CECILL-2.1 From f7717973593108d2dd14c2909475aae706e2ed97 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Oct 2025 14:43:04 +0200 Subject: [PATCH 2/5] update to 7.2.4 update bundled bartlett/php-compatinfo-db to 6.24.1 --- .gitignore | 1 + php-bartlett-PHP-CompatInfo.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 002d70f..a008686 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ 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 diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 94ed77d..a31d7ca 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -9,18 +9,18 @@ %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit 25777bc305fac9344a2193e5328f7743eb6b77c9 +%global gh_commit 165460c7b51948ce55f07b2a32670aa97aa06282 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-05-01 +%global gh_date 2025-10-09 %global gh_owner llaville %global gh_project php-compatinfo -%global upstream_version 7.2.3 +%global upstream_version 7.2.4 #global upstream_prever RC1 Name: php-bartlett-PHP-CompatInfo Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Find out version and the extensions required for a piece of code to run # SPDX: see bundled libraries list below @@ -124,6 +124,10 @@ install -D -p -m 755 %{SOURCE1} \ %changelog +* Thu Oct 9 2025 Remi Collet - 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 - 7.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index 3cb93bf..97c8337 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-bartlett-PHP-CompatInfo-7.2.3-25777bc.tgz) = d77a6b4109db57bd451272ef72df66a0845d886f6740bed5cf56cb24a31275c19299f4d3ffd44f23a580cff91a6dc6eddf60b36ce467696983d1709d159e3bc6 +SHA512 (php-bartlett-PHP-CompatInfo-7.2.4-165460c.tgz) = 117f1e8d6febcf3fa69f114cd13df60a64754ef8954636e5703f04fbb57efc0106f1f5ffdd106b93ebac0043ed983762999335ccabddbd6e3abc306e8a7a7c9f From d857d294168e6242a430f6b5c68fb2c92860f05d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Oct 2025 14:43:04 +0200 Subject: [PATCH 3/5] update to 7.2.4 update bundled bartlett/php-compatinfo-db to 6.24.1 (cherry picked from commit f7717973593108d2dd14c2909475aae706e2ed97) --- .gitignore | 1 + php-bartlett-PHP-CompatInfo.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 002d70f..a008686 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ 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 diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index f28d773..8c7239e 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -9,13 +9,13 @@ %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit 25777bc305fac9344a2193e5328f7743eb6b77c9 +%global gh_commit 165460c7b51948ce55f07b2a32670aa97aa06282 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-05-01 +%global gh_date 2025-10-09 %global gh_owner llaville %global gh_project php-compatinfo -%global upstream_version 7.2.3 +%global upstream_version 7.2.4 #global upstream_prever RC1 Name: php-bartlett-PHP-CompatInfo @@ -124,6 +124,10 @@ install -D -p -m 755 %{SOURCE1} \ %changelog +* Thu Oct 9 2025 Remi Collet - 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 - 7.2.3-1 - update to 7.2.3 - re-license spec file to CECILL-2.1 diff --git a/sources b/sources index 3cb93bf..97c8337 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-bartlett-PHP-CompatInfo-7.2.3-25777bc.tgz) = d77a6b4109db57bd451272ef72df66a0845d886f6740bed5cf56cb24a31275c19299f4d3ffd44f23a580cff91a6dc6eddf60b36ce467696983d1709d159e3bc6 +SHA512 (php-bartlett-PHP-CompatInfo-7.2.4-165460c.tgz) = 117f1e8d6febcf3fa69f114cd13df60a64754ef8954636e5703f04fbb57efc0106f1f5ffdd106b93ebac0043ed983762999335ccabddbd6e3abc306e8a7a7c9f From 6841168731a88ff15ff2b434c06fbacacd2b3052 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Nov 2025 09:17:48 +0100 Subject: [PATCH 4/5] update to 7.2.5 update bundled bartlett/php-compatinfo-db to 6.26.0 --- .gitignore | 1 + php-bartlett-PHP-CompatInfo.spec | 14 +++++++------- sources | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a008686..7d3bdec 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index a31d7ca..0e89b83 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -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,6 +120,10 @@ install -D -p -m 755 %{SOURCE1} \ %changelog +* Tue Nov 25 2025 Remi Collet - 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 - 7.2.4-1 - update to 7.2.4 - update bundled bartlett/php-compatinfo-db to 6.24.1 diff --git a/sources b/sources index 97c8337..b1418ee 100644 --- a/sources +++ b/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 From 61f2da108853b63f228053fdf3147fd47164b379 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Nov 2025 09:17:48 +0100 Subject: [PATCH 5/5] update to 7.2.5 update bundled bartlett/php-compatinfo-db to 6.26.0 (cherry picked from commit 6841168731a88ff15ff2b434c06fbacacd2b3052) --- .gitignore | 1 + php-bartlett-PHP-CompatInfo.spec | 14 +++++++------- sources | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a008686..7d3bdec 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 8c7239e..b96ad96 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -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,6 +120,10 @@ install -D -p -m 755 %{SOURCE1} \ %changelog +* Tue Nov 25 2025 Remi Collet - 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 - 7.2.4-1 - update to 7.2.4 - update bundled bartlett/php-compatinfo-db to 6.24.1 diff --git a/sources b/sources index 97c8337..b1418ee 100644 --- a/sources +++ b/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