diff --git a/.gitignore b/.gitignore index 7d3bdec..5352c1e 100644 --- a/.gitignore +++ b/.gitignore @@ -24,44 +24,3 @@ clog /php-compat-info-5.0.7-1a615a1.tar.gz /php-compat-info-5.0.8-18913e8.tar.gz /php-compat-info-5.0.9-23db55a.tar.gz -/php-compat-info-5.0.10-c2ba1ec.tar.gz -/php-bartlett-PHP-CompatInfo-5.0.11-56a9f8b.tar.gz -/php-bartlett-PHP-CompatInfo-5.0.12-ecf11cf.tar.gz -/php-bartlett-PHP-CompatInfo-5.1.0-e1239c5.tar.gz -/php-bartlett-PHP-CompatInfo-5.2.0-b54d109.tar.gz -/php-bartlett-PHP-CompatInfo-5.2.1-287d879.tar.gz -/php-bartlett-PHP-CompatInfo-5.2.3-ec29a4e.tar.gz -/php-bartlett-PHP-CompatInfo-5.3.0-5b58fb5.tar.gz -/php-bartlett-PHP-CompatInfo-5.4.1-3e79a1a.tar.gz -/php-bartlett-PHP-CompatInfo-5.4.2-456308c.tar.gz -/php-bartlett-PHP-CompatInfo-5.4.3-e4f9846.tar.gz -/php-bartlett-PHP-CompatInfo-5.4.4-85f8a27.tar.gz -/php-bartlett-PHP-CompatInfo-5.5.1-3829490.tar.gz -/php-bartlett-PHP-CompatInfo-5.5.2-547803e.tar.gz -/php-bartlett-PHP-CompatInfo-5.5.3-7353738.tar.gz -/php-bartlett-PHP-CompatInfo-5.5.4-e3b0129.tar.gz -/php-bartlett-PHP-CompatInfo-6.0.1-5978aea.tar.gz -/php-bartlett-PHP-CompatInfo-6.0.2-4beab5e.tar.gz -/php-bartlett-PHP-CompatInfo-6.0.3-7f878c7.tgz -/php-bartlett-PHP-CompatInfo-6.1.0-e40303a.tgz -/php-bartlett-PHP-CompatInfo-6.1.1-553a953.tgz -/php-bartlett-PHP-CompatInfo-6.1.2-df38ea6.tgz -/php-bartlett-PHP-CompatInfo-6.2.0-dcb0d52.tgz -/php-bartlett-PHP-CompatInfo-6.3.0-2b7c3f9.tgz -/php-bartlett-PHP-CompatInfo-6.4.0-3e23268.tgz -/php-bartlett-PHP-CompatInfo-6.4.1-07bb648.tgz -/php-bartlett-PHP-CompatInfo-6.4.2-0413526.tgz -/php-bartlett-PHP-CompatInfo-6.5.2-832e40e.tgz -/php-bartlett-PHP-CompatInfo-6.5.3-e2bc72e.tgz -/php-bartlett-PHP-CompatInfo-6.5.4-d3e9319.tgz -/php-bartlett-PHP-CompatInfo-7.0.0-7b05300.tgz -/php-bartlett-PHP-CompatInfo-7.0.1-c944914.tgz -/php-bartlett-PHP-CompatInfo-7.0.2-cff8a7a.tgz -/php-bartlett-PHP-CompatInfo-7.1.0-26b0219.tgz -/php-bartlett-PHP-CompatInfo-7.1.1-d9504f5.tgz -/php-bartlett-PHP-CompatInfo-7.1.2-072d0f8.tgz -/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 diff --git a/makesrc.sh b/makesrc.sh deleted file mode 100755 index a2d4c80..0000000 --- a/makesrc.sh +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/bash - -NAME=$(basename $PWD) -DATE=$(sed -n '/^%global gh_date/{s/.* //;p}' $NAME.spec) -OWNER=$(sed -n '/^%global gh_owner/{s/.* //;p}' $NAME.spec) -PROJECT=$(sed -n '/^%global gh_project/{s/.* //;p}' $NAME.spec) -VERSION=$(sed -n '/^%global upstream_version/{s/.* //;p}' $NAME.spec) -COMMIT=$(sed -n '/^%global gh_commit/{s/.* //;p}' $NAME.spec) -SHORT=${COMMIT:0:7} - -DATE=$(date -d "$DATE -4 days" +%Y-%m-%d) - -echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION, Commit=$COMMIT\n" - -echo "Cloning..." -rm -rf $HOME/.cache/bartlett -git clone --shallow-since=$DATE https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT - -echo "Getting commit..." - pushd $PROJECT-$COMMIT - git checkout $COMMIT || exit 1 - - cp composer.json ../ - module load php81 - composer config platform.php 8.1.99 - composer install --no-interaction --no-progress --no-dev --optimize-autoloader - cp vendor/composer/installed.json ../ - - export DATABASE_URL=sqlite:///$PWD/data/compatinfo-db.sqlite - mkdir data - bin/phpcompatinfo db:create - bin/phpcompatinfo db:init - bin/phpcompatinfo diag - popd - -echo "Archiving..." -tar czf $NAME-$VERSION-$SHORT.tgz --exclude-vcs $PROJECT-$COMMIT - -echo "Cleaning..." -rm -rf $PROJECT-$COMMIT -rm -rf $HOME/.cache/bartlett - -echo "Done." - diff --git a/php-bartlett-PHP-CompatInfo-5.0.0-autoload.php b/php-bartlett-PHP-CompatInfo-5.0.0-autoload.php new file mode 100644 index 0000000..4297383 --- /dev/null +++ b/php-bartlett-PHP-CompatInfo-5.0.0-autoload.php @@ -0,0 +1,13 @@ +setUseIncludePath(true); +- +-if (\Phar::running()) { +- if ($home) { +- // when optional resources are not embedded in phar distribution, +- // avoid PHP Warnings, and lookup first in global vendor dir (COMPOSER_HOME) if exists +- $classMapfiltered = $fallbackClassMap($loader->getClassMap(), 'Net_Growl'); +- $loader->addClassMap($classMapfiltered); +- +- // try to find PEAR Net_Growl classes package in folder $fallbackNetGrowlDir (see phar-stub.php) +- $loader->add(false, $fallbackNetGrowlDir); +- } ++require_once $vendorDir . '/Bartlett/CompatInfo/autoload.php'; ++if (!getenv("BARTLETTRC")) { ++ putenv("BARTLETTRC=" . strtolower($appName) . '.json'); + } + + if (PHP_SAPI !== 'cli') { + return; + } + +-if (\Phar::running()) { +- try { +- Bartlett\CompatInfoDb\Environment::checkRequirements(); +- } catch (\RuntimeException $e) { +- die ($e->getMessage()); +- } +-} +- + use Bartlett\Reflect\Environment; + use Bartlett\CompatInfo\Console\Application; + + Environment::setScanDir(); + +-$application = new Application($appName, '5.0'); ++$application = new Application($appName, '@package_version@'); + $application->run(); + diff --git a/php-bartlett-PHP-CompatInfo-7.2.3-rpm.patch b/php-bartlett-PHP-CompatInfo-7.2.3-rpm.patch deleted file mode 100644 index a6a4931..0000000 --- a/php-bartlett-PHP-CompatInfo-7.2.3-rpm.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up ./bin/phpcompatinfo.rpm ./bin/phpcompatinfo ---- ./bin/phpcompatinfo.rpm 2025-05-04 07:31:28.259594805 +0200 -+++ ./bin/phpcompatinfo 2025-05-04 07:32:09.736421056 +0200 -@@ -15,6 +15,10 @@ if (PHP_SAPI !== 'cli') { - return; - } - -+if (!getenv("DATABASE_URL")) { -+ putenv("DATABASE_URL=sqlite:///" . dirname(__DIR__) . "/data/compatinfo-db.sqlite"); -+} -+ - gc_disable(); // performance boost - - require_once dirname(__DIR__) . '/autoload.php'; diff --git a/php-bartlett-PHP-CompatInfo-upstream.patch b/php-bartlett-PHP-CompatInfo-upstream.patch new file mode 100644 index 0000000..07a04ab --- /dev/null +++ b/php-bartlett-PHP-CompatInfo-upstream.patch @@ -0,0 +1,48 @@ +From 392b4889f236326115516c680415cef5c02a5c23 Mon Sep 17 00:00:00 2001 +From: Laurent Laville +Date: Tue, 14 Jul 2015 21:00:38 +0200 +Subject: [PATCH] fixed issue GH-206 + +--- + data/references/Intl1.classes.json | 8 -------- + data/references/Intl5.classes.json | 8 ++++++++ + 2 files changed, 8 insertions(+), 8 deletions(-) + +diff --git a/data/references/Intl1.classes.json b/data/references/Intl1.classes.json +index 568bf5d..d9abb1c 100644 +--- a/data/references/Intl1.classes.json ++++ b/data/references/Intl1.classes.json +@@ -17,14 +17,6 @@ + }, + { + "ext_name_fk": 32, +- "name": "IntlException", +- "ext_min": "1.0.0beta", +- "ext_max": "", +- "php_min": "5.2.0", +- "php_max": "" +- }, +- { +- "ext_name_fk": 32, + "name": "Locale", + "ext_min": "1.0.0beta", + "ext_max": "", +diff --git a/data/references/Intl5.classes.json b/data/references/Intl5.classes.json +index 8ad32c5..b5fdfb5 100644 +--- a/data/references/Intl5.classes.json ++++ b/data/references/Intl5.classes.json +@@ -70,5 +70,13 @@ + "ext_max": "", + "php_min": "5.5.0", + "php_max": "" ++ }, ++ { ++ "ext_name_fk": 32, ++ "name": "IntlException", ++ "ext_min": "5.5.0", ++ "ext_max": "", ++ "php_min": "5.5.0", ++ "php_max": "" + } + ] +\ No newline at end of file diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 0e89b83..4839a0d 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -1,56 +1,98 @@ # remirepo/fedora spec file for php-bartlett-PHP-CompatInfo # -# SPDX-FileCopyrightText: Copyright 2011-2025 Remi Collet -# SPDX-License-Identifier: CECILL-2.1 -# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt +# Copyright (c) 2011-2017 Remi Collet +# License: CC-BY-SA +# http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # - - %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit 56d3215bcf8acb2e822fc9ce21fa934cd6129637 +%global gh_commit 23db55a1c8f8a078e691bc66524fcb73eabbcb2c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-11-23 +#global gh_date 20151005 %global gh_owner llaville -%global gh_project php-compatinfo - -%global upstream_version 7.2.5 -#global upstream_prever RC1 +%global gh_project php-compat-info +#global prever RC2 +%global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-bartlett-PHP-CompatInfo -Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Version: 5.0.9 +%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 -# SPDX: see bundled libraries list below -License: BSD-3-Clause and MIT -URL: https://github.com/llaville/php-compatinfo -Source0: %{name}-%{version}-%{gh_short}.tgz +Group: Development/Libraries +License: BSD +URL: http://php5.laurent-laville.org/compatinfo/ +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}-%{gh_short}.tar.gz + # Script for fedora-review Source1: fedora-review-check -# Generate the archive will all dependencies -Source9: makesrc.sh -# Relocate the database -Patch0: %{name}-7.2.3-rpm.patch +# Autoloader for RPM - die composer ! +Source2: %{name}-5.0.0-autoload.php + +# Autoload and sqlite database path +Patch0: %{name}-5.0.0-rpm.patch BuildArch: noarch -BuildRequires: php(language) >= 8.1 -BuildRequires: php-cli -BuildRequires: composer-generators +BuildRequires: php(language) >= 5.4.0 +%if %{with_tests} +# to run test suite +BuildRequires: %{_bindir}/phpunit +BuildRequires: php-pdo_sqlite +BuildRequires: php-composer(bartlett/php-reflect) >= 4.0 +BuildRequires: php-composer(bartlett/php-compatinfo-db) >= 1.15 +# For our patch / autoloader +BuildRequires: php-composer(fedora/autoloader) +%endif -Requires: php(language) >= 8.1 +# From composer.json, "require" +# "php": ">=5.4.0", +# "ext-libxml": "*", +# "ext-pcre": "*", +# "ext-spl": "*", +# "ext-json": "*", +# "ext-pdo_sqlite": "*", +# "symfony/console": "~2.5", +# "bartlett/php-reflect": "^4.0", +# "bartlett/php-compatinfo-db": "^1.23" +Requires: php(language) >= 5.4.0 Requires: php-cli -Requires: php-dom +Requires: php-json Requires: php-libxml -Requires: php-phar -Requires: php-pdo +Requires: php-pcre Requires: php-pdo_sqlite -Requires: php-simplexml -Requires: php-xmlreader +Requires: php-spl +Requires: php-composer(bartlett/php-reflect) >= 4.0 +Requires: php-composer(bartlett/php-reflect) < 5 +Requires: php-composer(bartlett/php-compatinfo-db) >= 1.23 +Requires: php-composer(bartlett/php-compatinfo-db) < 2 +Requires: php-composer(symfony/console) >= 2.5 +Requires: php-composer(symfony/console) < 3 +# From composer.json, "require-dev": { +# "doctrine/cache": "^1.3", +# "psr/log": "^1.0", +# "monolog/monolog": "^1.10", +# "bartlett/monolog-callbackfilterhandler": "^1.0", +# "bartlett/monolog-growlhandler": "^1.0", +# "bartlett/phpunit-loggertestlistener": "^1.5", +# "bartlett/umlwriter": "^1.0" +# From composer.json, "suggest" +# "doctrine/cache": "Allow caching results, since bartlett/php-reflect 2.2", +# "psr/log": "Allow logging events with the LogPlugin", +# "monolog/monolog": "Allow logging events with the LogPlugin", +# "bartlett/monolog-callbackfilterhandler": "Advanced filtering strategies for Monolog", +# "bartlett/monolog-growlhandler": "Sends notifications to Growl for Monolog", +# "bartlett/phpunit-loggertestlistener": "Allow logging unit tests to your favorite PSR-3 logger interface", +# "bartlett/umlwriter": "Allow writing UML class diagrams (Graphviz or PlantUML)" +# "doctrine/cache": "Allow caching results, since bartlett/php-reflect 2.2" +# "bartlett/umlwriter": "Allow writing UML class diagrams (Graphviz or PlantUML)" +# Required by autoloader +Requires: php-composer(fedora/autoloader) -Provides: phpcompatinfo = %{version} +Provides: phpcompatinfo = %{version} +Provides: php-composer(bartlett/php-compatinfo) = %{version} %description @@ -59,27 +101,22 @@ version and extensions required for it to run. CLI version has many reports (extension, interface, class, function, constant) to display and ability to show content of dictionary references. +Documentation: http://php5.laurent-laville.org/compatinfo/manual/current/en/ + %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch -P0 -p1 -b .rpm -rm bin/*rpm +#setup -q -n %{gh_project}-%{version} -# https://github.com/llaville/php-compatinfo-db/issues/112 -sed -e 's/touch/@touch/' -i vendor/bartlett/php-compatinfo-db/config/set/default.php +%patch0 -p1 -b .rpm +cp %{SOURCE2} src/Bartlett/CompatInfo/autoload.php -: Gather all license files and cleanup tests -mv vendor/composer/LICENSE composer_LICENSE -for vendor in $(ls vendor) -do - for proj in $(ls vendor/$vendor) - do - [ -d vendor/$vendor/$proj/tests ] && rm -r vendor/$vendor/$proj/tests - [ -f vendor/$vendor/$proj/LICENSE ] && mv vendor/$vendor/$proj/LICENSE ${vendor}_${proj}_LICENSE - done -done -rm -r vendor/bartlett/*/.github -rm -r vendor/bartlett/*/.changes +# Cleanup patched files +find src -name \*rpm -delete -print + +# Set package version +sed -e 's/@package_version@/%{version}%{?prever}/' \ + -i $(find src -name \*.php) bin/phpcompatinfo %build @@ -87,299 +124,57 @@ rm -r vendor/bartlett/*/.changes %install -mkdir -p %{buildroot}%{_datadir}/%{name} -for i in bin config data resources src vendor composer.* autoload.php -do cp -pr $i %{buildroot}%{_datadir}/%{name}/$i -done +mkdir -p %{buildroot}%{_datadir}/php +cp -pr src/Bartlett %{buildroot}%{_datadir}/php/Bartlett -mkdir -p %{buildroot}%{_bindir} -ln -s ../share/%{name}/bin/phpcompatinfo %{buildroot}%{_bindir}/phpcompatinfo +install -D -p -m 755 bin/phpcompatinfo %{buildroot}%{_bindir}/phpcompatinfo +install -D -p -m 644 bin/phpcompatinfo.json.dist %{buildroot}%{_sysconfdir}/phpcompatinfo.json +install -D -p -m 644 bin/phpcompatinfo.1 %{buildroot}%{_mandir}/man1/phpcompatinfo.1 -mkdir -p %{buildroot}%{_mandir}/man1 -mv %{buildroot}%{_datadir}/%{name}/bin/phpcompatinfo.1 \ - %{buildroot}%{_mandir}/man1/phpcompatinfo.1 - -install -D -p -m 755 %{SOURCE1} \ - %{buildroot}%{_datadir}/%{name}/fedora-review-check +install -D -p -m 755 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/fedora-review-check +%if %{with_tests} %check -%{buildroot}%{_bindir}/phpcompatinfo --version | grep %{version} && exit 0 +mkdir vendor +ln -s %{buildroot}%{_datadir}/php/Bartlett/CompatInfo/autoload.php vendor/ + + +ret=0 +for cmd in php php56 php70 php71 php72; do + if which $cmd; then + $cmd %{_bindir}/phpunit --include-path %{buildroot}%{_datadir}/php --verbose || ret=1 + fi +done +exit $ret +%endif + + +%post +if [ -x %{_bindir}/pear ]; then + %{_bindir}/pear uninstall --nodeps --ignore-errors --register-only \ + bartlett.laurent-laville.org/PHP_CompatInfo >/dev/null || : +fi %files -%license *LICENSE -%doc *md -%doc docs -%doc examples -%doc composer.json -%doc vendor/composer/installed.json +%{!?_licensedir:%global license %%doc} +%license LICENSE +%doc composer.json README.* +%config(noreplace) %{_sysconfdir}/phpcompatinfo.json %{_bindir}/phpcompatinfo -%{_datadir}/%{name} +%{_datadir}/php/Bartlett/CompatInfo %{_mandir}/man1/phpcompatinfo.1* +%{_datadir}/%{name} %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 - -* 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 -- always build with composer-generators -- update bundled bartlett/php-compatinfo-db to 6.16.0 - -* Sat Jan 18 2025 Fedora Release Engineering - 7.1.4-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Thu Nov 7 2024 Remi Collet - 7.1.4-4 -- hack for PHP 8.4 - -* Thu Nov 7 2024 Remi Collet - 7.1.4-3 -- update bundled bartlett/php-compatinfo-db to 6.12.0 -- update bundled dependencies -- optional support build with composer-generators - -* Fri Jul 19 2024 Fedora Release Engineering - 7.1.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Wed Apr 24 2024 Remi Collet - 7.1.4-1 -- update to 7.1.4 -- update bundled bartlett/php-compatinfo-db to 6.5.0 - -* Tue Mar 19 2024 Remi Collet - 7.1.3-1 -- update to 7.1.3 -- update bundled bartlett/php-compatinfo-db to 6.4.2 - -* Thu Feb 8 2024 Remi Collet - 7.1.2-1 -- update to 7.1.2 -- update bundled bartlett/php-compatinfo-db to 6.2.1 - -* Thu Jan 25 2024 Fedora Release Engineering - 7.1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sun Jan 21 2024 Fedora Release Engineering - 7.1.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Thu Jan 18 2024 Remi Collet - 7.1.1-1 -- update to 7.1.1 -- cleanup installation tree -- move docs and examples in package documentation - -* Tue Jan 2 2024 Remi Collet - 7.1.0-1 -- update to 7.1.0 - -* Wed Dec 6 2023 Remi Collet - 7.0.2-1 -- update to 7.0.2 -- update bundled bartlett/php-compatinfo-db to 6.0.0 -- open https://github.com/llaville/php-compatinfo/issues/365 8.0 compatibility -- raise dependency on PHP 8.1 - -* Tue Nov 14 2023 Remi Collet - 7.0.1-1 -- update to 7.0.1 -- update bundled bartlett/php-compatinfo-db to 5.13.0 - -* Mon Nov 13 2023 Remi Collet - 7.0.0-3 -- update bundled bartlett/php-compatinfo-db to 5.12.0 - -* Fri Jul 21 2023 Fedora Release Engineering - 7.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue May 16 2023 Remi Collet - 7.0.0-1 -- update to 7.0.0 -- raise dependency on PHP 8.0 -- update bundled bartlett/php-compatinfo-db to 5.5.0 - -* Fri Jan 20 2023 Fedora Release Engineering - 6.5.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Tue Jan 10 2023 Remi Collet - 6.5.4-2 -- update bundled bartlett/php-compatinfo-db to 4.11.0 - -* Wed Dec 14 2022 Remi Collet - 6.5.4-1 -- update to 6.5.4 -- update bundled bartlett/php-compatinfo-db to 4.10.0 - -* Mon Nov 7 2022 Remi Collet - 6.5.3-1 -- update to 6.5.3 -- update bundled bartlett/php-compatinfo-db to 4.8.0 - -* Tue Oct 25 2022 Remi Collet - 6.5.2-1 -- update to 6.5.2 - -* Tue Sep 27 2022 Remi Collet - 6.4.2-1 -- update to 6.4.2 - -* Fri Jul 22 2022 Fedora Release Engineering - 6.4.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Wed Apr 20 2022 Remi Collet - 6.4.1-2 -- update bundled bartlett/php-compatinfo-db to 4.2.0 - -* Thu Apr 7 2022 Remi Collet - 6.4.1-1 -- update to 6.4.1 - -* Wed Apr 6 2022 Remi Collet - 6.4.0-1 -- update to 6.4.0 -- update bundled bartlett/php-compatinfo-db to 4.2.0 - -* Mon Mar 7 2022 Remi Collet - 6.3.0-1 -- update to 6.3.0 -- update bundled bartlett/php-compatinfo-db to 4.1.0 - -* Mon Feb 7 2022 Remi Collet - 6.2.0-1 -- update to 6.2.0 -- update bundled bartlett/php-compatinfo-db to 4.0.0 - -* Fri Jan 28 2022 Remi Collet - 6.1.2-1 -- update to 6.1.2 - -* Thu Jan 27 2022 Remi Collet - 6.1.1-5 -- update bundled bartlett/php-compatinfo-db 3.18.0 -- use better process to create the database, as discussed on - https://github.com/llaville/php-compatinfo-db/issues/113 -- silent touch on read only database, reported as - https://github.com/llaville/php-compatinfo-db/issues/112 - -* Fri Jan 21 2022 Fedora Release Engineering - 6.1.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Jan 18 2022 Remi Collet - 6.1.1-1 -- update to 6.1.1 -- update bundled bartlett/php-compatinfo-db 3.17.1 - -* Thu Jan 6 2022 Remi Collet - 6.1.0-1 -- update to 6.1.0 - -* Wed Jan 5 2022 Remi Collet - 6.0.3-1 -- update to 6.0.3 -- use all PHP bundled libraries instead of system ones - -* Mon Jan 3 2022 Remi Collet - 6.0.2-1 -- update to 6.0.2 -- open https://github.com/llaville/php-compatinfo/issues/316 - regression, compatibility with Symfony 4 - -* Mon Dec 13 2021 Remi Collet - 6.0.1-1 -- update to 6.0.1 -- raise dependency on PHP 7.4 -- drop dependency on bartlett/php-reflect -- add dependency on nikic/php-parser - -* Fri Dec 10 2021 Remi Collet - 5.5.4-1 -- update to 5.5.4 -- raise dependency on bartlett/php-compatinfo-db 3.6 - -* Fri Jul 23 2021 Fedora Release Engineering - 5.5.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon May 3 2021 Remi Collet - 5.5.3-1 -- update to 5.5.3 - -* Tue Apr 13 2021 Remi Collet - 5.5.2-1 -- update to 5.5.2 - -* Mon Mar 15 2021 Remi Collet - 5.5.1-1 -- update to 5.5.1 -- raise dependency on PHP 7.2 -- raise dependency on bartlett/php-compatinfo-db 3.4 - -* Mon Feb 22 2021 Remi Collet - 5.4.4-1 -- update to 5.4.4 (no change) - -* Mon Feb 15 2021 Remi Collet - 5.4.3-1 -- update to 5.4.3 - -* Wed Jan 27 2021 Fedora Release Engineering - 5.4.2-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Nov 23 2020 Remi Collet - 5.4.2-1 -- update to 5.4.2 - -* Tue Oct 6 2020 Remi Collet - 5.4.1-1 -- update to 5.4.1 -- switch to phpunit9 -- add dependency on ramsey/uuid -- add dependency on symfony components: config, console, dependency-injection, - event-dispatcher, finder, serializer and stopwatch -- add dependency on doctrine/collections -- drop dependency on doctrine/cache -- switch to classmap autoloader -- drop configuration file (no more supported) - -* Tue Jul 28 2020 Fedora Release Engineering - 5.3.0-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 8 2020 Remi Collet - 5.3.0-1 -- update to 5.3.0 -- raise dependency on PHP 7.1.3 -- raise dependency on bartlett/php-reflect 4.4 -- raise dependency on bartlett/php-compatinfo-db 2.0 -- switch to phpunit8 - -* Wed Apr 29 2020 Remi Collet - 5.2.3-1 -- update to 5.2.3 - -* Thu Jan 30 2020 Fedora Release Engineering - 5.2.1-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Tue Oct 22 2019 Remi Collet - 5.2.1-1 -- update to 5.2.1 (no change) - -* Fri Jul 26 2019 Fedora Release Engineering - 5.2.0-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon Jun 3 2019 Remi Collet - 5.2.0-1 -- update to 5.2.0 -- allow bartlett/php-compatinfo-db v2 - -* Sat Feb 02 2019 Fedora Release Engineering - 5.1.0-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Wed Nov 28 2018 Remi Collet - 5.1.0-1 -- update to 5.1.0 -- raise dependency on bartlett/php-reflect 4.3 -- add explicit dependency on nikic/php-parser -- add explicit dependency on doctrine/cache -- add dependency on psr/log -- switch to phpunit7 - -* Fri Jul 13 2018 Fedora Release Engineering - 5.0.12-1.2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 5.0.12-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Fri Feb 2 2018 Remi Collet - 5.0.12-1 -- Update to 5.0.12 (no change) -- use range dependency on F27+ - -* Tue Dec 12 2017 Remi Collet - 5.0.11-1 -- Update to 5.0.11 (no change) -- raise dependency on PHP 5.5 - -* Tue Dec 12 2017 Remi Collet - 5.0.10-1 -- Update to 5.0.10 (no change) -- raise dependency on bartlett/php-reflect 4.2 -- only require a single Symfony version - * Wed Dec 6 2017 Remi Collet - 5.0.9-1 - Update to 5.0.9 * Mon Aug 7 2017 Remi Collet - 5.0.8-1 - Update to 5.0.8 -* Thu Jul 27 2017 Fedora Release Engineering - 5.0.7-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - * Sat Jun 10 2017 Remi Collet - 5.0.7-1 - Update to 5.0.7 @@ -389,9 +184,6 @@ install -D -p -m 755 %{SOURCE1} \ * Fri Mar 17 2017 Remi Collet - 5.0.5-1 - Update to 5.0.5 -* Sat Feb 11 2017 Fedora Release Engineering - 5.0.4-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - * Tue Jan 17 2017 Remi Collet - 5.0.4-1 - update to 5.0.4 @@ -400,17 +192,12 @@ install -D -p -m 755 %{SOURCE1} \ * Fri Dec 16 2016 Remi Collet - 5.0.2-1 - update to 5.0.2 - -* Mon Oct 31 2016 Remi Collet - 5.0.1-2 - switch to fedora/autoloader * Wed Jul 6 2016 Remi Collet - 5.0.1-1 - update to 5.0.1 - display DB version instead of build date -* Thu Feb 04 2016 Fedora Release Engineering - 5.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - * Thu Dec 10 2015 Remi Collet - 5.0.0-1 - update to 5.0.0 - raise dependency on bartlett/php-reflect ~4.0 @@ -428,19 +215,9 @@ install -D -p -m 755 %{SOURCE1} \ * Mon Jul 20 2015 Remi Collet - 4.4.0-2 - add upstream patch for Intl reference - -* Mon Jul 13 2015 Remi Collet - 4.4.0-1 - update to 4.4.0 - -* Mon Jun 29 2015 Remi Collet - 4.3.0-4 -- upstream patch for ldap extension in 5.6.11RC1 (thanks Koschei) - -* Fri Jun 26 2015 Remi Collet - 4.3.0-3 - rewrite autoloader -* Sun Jun 21 2015 Remi Collet - 4.3.0-2 -- fix autoloader - * Tue Jun 16 2015 Remi Collet - 4.3.0-1 - update to 4.3.0 @@ -450,59 +227,15 @@ install -D -p -m 755 %{SOURCE1} \ - add dependency on bartlett/umlwriter - add fedora-review-check script - handle --without tests option to skip test suite during build - -* Mon Feb 2 2015 Remi Collet - 3.7.3-1 -- Update to 3.7.3 - -* Mon Jan 5 2015 Remi Collet - 3.7.2-1 -- Update to 3.7.2 -- open https://github.com/llaville/php-compat-info/pull/157 - -* Fri Dec 19 2014 Remi Collet - 3.7.1-1 -- Update to 3.7.1 - -* Thu Nov 20 2014 Remi Collet - 3.6.1-1 -- Update to 3.6.1 - -* Thu Nov 13 2014 Remi Collet - 3.6.0-1 -- Update to 3.6.0 - add dependency on justinrainbow/json-schema -- raise dependency on bartlett/php-reflect 2.6 - -* Thu Oct 16 2014 Remi Collet - 3.5.0-1 -- Update to 3.5.0 - add dependency on sebastian/version -- raise dependency on bartlett/php-reflect 2.5 - -* Mon Oct 6 2014 Remi Collet - 3.4.0-2 -- fix FTBFS with PHP 5.6.1 (Thanks to Koschei) - -* Thu Sep 25 2014 Remi Collet - 3.4.0-1 -- Update to 3.4.0 - -* Fri Aug 22 2014 Remi Collet - 3.3.0-1 -- Update to 3.2.0 - add dependency on seld/jsonlint -- raise dependency on bartlett/php-reflect 2.3 -- enable the cache plugin in default configuration - -* Fri Jul 25 2014 Remi Collet - 3.2.0-1 -- Update to 3.2.0 -- add manpage -- sources from github -- patch autoloader to not rely on composer -- drop documentation (link to online doc in description) -- add upstream patch for SNMP extension - -* Sat Jun 07 2014 Fedora Release Engineering - 2.26.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Dec 13 2013 Remi Collet - 2.26.0-1 - Update to 2.26.0 (stable) * Thu Nov 14 2013 Remi Collet - 2.25.0-1 - Update to 2.25.0 -- remove phpci temporary compat command * Fri Oct 18 2013 Remi Collet - 2.24.0-1 - update to 2.24.0 diff --git a/sources b/sources index b1418ee..28ba720 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-bartlett-PHP-CompatInfo-7.2.5-56d3215.tgz) = 51b2715fccc20ab6fafadf9f9e0d60cc8103f2d435e0133f6020b05d7449761042dd4be30d2a0b141664d6e4193692cc9800b35ccc25d4144b03bae603ec26fe +SHA512 (php-compat-info-5.0.9-23db55a.tar.gz) = 143acef028404a49c479ca1bfd3157ceecfdb29c019539bc0183aa361cb861c8220287fd79b832550cfc6a4f0f3bda2a228ba23d03a01baf6603f3c76fe8c6b5