From 487e8ab4cdbc216d2cb45b091e916f398a9aceeb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Aug 2017 09:04:34 +0200 Subject: [PATCH 1/4] v5.0.8 (cherry picked from commit 1222269665a66da401cacfb137467167301725a5) --- .gitignore | 1 + php-bartlett-PHP-CompatInfo.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 881e615..931ddaf 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ clog /php-compat-info-5.0.5-cbd0389.tar.gz /php-compat-info-5.0.6-3878275.tar.gz /php-compat-info-5.0.7-1a615a1.tar.gz +/php-compat-info-5.0.8-18913e8.tar.gz diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 92a7b5f..18acab7 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit 1a615a1da6ee539c6ce7444b85f764fe22e4194c +%global gh_commit 18913e8807d2ab02dea89b60e006ec395a131f0c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151005 %global gh_owner llaville @@ -16,7 +16,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-bartlett-PHP-CompatInfo -Version: 5.0.7 +Version: 5.0.8 %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 @@ -56,7 +56,7 @@ BuildRequires: php-composer(fedora/autoloader) # "ext-pdo_sqlite": "*", # "symfony/console": "~2.5", # "bartlett/php-reflect": "~4.0", -# "bartlett/php-compatinfo-db": "~1.0" +# "bartlett/php-compatinfo-db": "~1.23" Requires: php(language) >= 5.4.0 Requires: php-cli Requires: php-json @@ -66,7 +66,7 @@ Requires: php-pdo_sqlite 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.15 +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 @@ -169,6 +169,9 @@ fi %changelog +* Mon Aug 7 2017 Remi Collet - 5.0.8-1 +- Update to 5.0.8 + * Sat Jun 10 2017 Remi Collet - 5.0.7-1 - Update to 5.0.7 diff --git a/sources b/sources index 54450a2..2a5c79b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-compat-info-5.0.7-1a615a1.tar.gz) = 6a9e992a51f829e6901899e3dda396bd48073b9ee93b149390329a12f44521714c5ad5486081abe10068c14b70cb9c3dc4e79ea3991f9c832ad8ea6523daf516 +SHA512 (php-compat-info-5.0.8-18913e8.tar.gz) = e8dec47646db29a222562c4ce9a8bde8cc1a114de7302ac511f1b1a98c74d7d353368b135f71bb9b86bddaf24e810dfc072e6103cf3cc5a68bbd06a0c13820d6 From 199b5a9d7c3d4c9ff9d17d141c5b3c330ecb7609 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Dec 2017 15:38:48 +0100 Subject: [PATCH 2/4] v5.0.9 (cherry picked from commit a4524a321486d1acd4cc07a5f6bbf8bcae3fb279) --- .gitignore | 1 + php-bartlett-PHP-CompatInfo.spec | 25 ++++++++++++++----------- sources | 2 +- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 931ddaf..5352c1e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ clog /php-compat-info-5.0.6-3878275.tar.gz /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 diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 18acab7..48545d6 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit 18913e8807d2ab02dea89b60e006ec395a131f0c +%global gh_commit 23db55a1c8f8a078e691bc66524fcb73eabbcb2c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151005 %global gh_owner llaville @@ -16,7 +16,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-bartlett-PHP-CompatInfo -Version: 5.0.8 +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 @@ -55,8 +55,8 @@ BuildRequires: php-composer(fedora/autoloader) # "ext-json": "*", # "ext-pdo_sqlite": "*", # "symfony/console": "~2.5", -# "bartlett/php-reflect": "~4.0", -# "bartlett/php-compatinfo-db": "~1.23" +# "bartlett/php-reflect": "^4.0", +# "bartlett/php-compatinfo-db": "^1.23" Requires: php(language) >= 5.4.0 Requires: php-cli Requires: php-json @@ -71,13 +71,13 @@ 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" +# "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", @@ -169,6 +169,9 @@ fi %changelog +* 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 diff --git a/sources b/sources index 2a5c79b..28ba720 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-compat-info-5.0.8-18913e8.tar.gz) = e8dec47646db29a222562c4ce9a8bde8cc1a114de7302ac511f1b1a98c74d7d353368b135f71bb9b86bddaf24e810dfc072e6103cf3cc5a68bbd06a0c13820d6 +SHA512 (php-compat-info-5.0.9-23db55a.tar.gz) = 143acef028404a49c479ca1bfd3157ceecfdb29c019539bc0183aa361cb861c8220287fd79b832550cfc6a4f0f3bda2a228ba23d03a01baf6603f3c76fe8c6b5 From 9a8d1253283661c8396f81a3f37bfd0aaaf3ff1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Dec 2017 11:25:31 +0100 Subject: [PATCH 3/4] Update to 5.0.10 (no change) raise dependency on bartlett/php-reflect 4.2 only require a single Symfony version (cherry picked from commit 01cbd870eab7e496fc9da777a7ed162f568487ed) --- .gitignore | 1 + php-bartlett-PHP-CompatInfo.spec | 22 ++++++++++++++++------ sources | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5352c1e..eaa8de8 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ 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 diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 48545d6..458c35f 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit 23db55a1c8f8a078e691bc66524fcb73eabbcb2c +%global gh_commit c2ba1eca8ec7927e01f0178095a63b7982326893 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151005 %global gh_owner llaville @@ -15,8 +15,14 @@ #global prever RC2 %global with_tests %{?_without_tests:0}%{!?_without_tests:1} +%if 0%{?fedora} >= 27 +%global sym_prefix php-symfony3 +%else +%global sym_prefix php-symfony +%endif + Name: php-bartlett-PHP-CompatInfo -Version: 5.0.9 +Version: 5.0.10 %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 @@ -41,7 +47,7 @@ BuildRequires: php(language) >= 5.4.0 # to run test suite BuildRequires: %{_bindir}/phpunit BuildRequires: php-pdo_sqlite -BuildRequires: php-composer(bartlett/php-reflect) >= 4.0 +BuildRequires: php-composer(bartlett/php-reflect) >= 4.2 BuildRequires: php-composer(bartlett/php-compatinfo-db) >= 1.15 # For our patch / autoloader BuildRequires: php-composer(fedora/autoloader) @@ -64,12 +70,11 @@ Requires: php-libxml Requires: php-pcre Requires: php-pdo_sqlite Requires: php-spl -Requires: php-composer(bartlett/php-reflect) >= 4.0 +Requires: php-composer(bartlett/php-reflect) >= 4.2 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 +Requires: %{sym_prefix}-console # From composer.json, "require-dev": { # "doctrine/cache": "^1.3", # "psr/log": "^1.0", @@ -169,6 +174,11 @@ fi %changelog +* 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 diff --git a/sources b/sources index 28ba720..3951a82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-compat-info-5.0.9-23db55a.tar.gz) = 143acef028404a49c479ca1bfd3157ceecfdb29c019539bc0183aa361cb861c8220287fd79b832550cfc6a4f0f3bda2a228ba23d03a01baf6603f3c76fe8c6b5 +SHA512 (php-compat-info-5.0.10-c2ba1ec.tar.gz) = eb2643378625e1fd26e377ae65f15b80be2486dd60fa23e477e43c4d82edb6913fe07ccdf76686c8e3ef6eb0b0a8ec7ad4b65a697d4a1948dae906374e1cb01c From 266e7438a260a0bdf1692f06104d63628042e6b9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Dec 2017 14:35:56 +0100 Subject: [PATCH 4/4] Update to 5.0.11 (no change) raise dependency on PHP 5.5 (cherry picked from commit 572e15b6dcc3cd95b446147c9d27872eec0be7f4) --- .gitignore | 1 + php-bartlett-PHP-CompatInfo.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index eaa8de8..198c938 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ clog /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 diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 458c35f..867f41b 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit c2ba1eca8ec7927e01f0178095a63b7982326893 +%global gh_commit 56a9f8bcfa63651d5752659447d6145cfa296a3e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151005 %global gh_owner llaville @@ -22,7 +22,7 @@ %endif Name: php-bartlett-PHP-CompatInfo -Version: 5.0.10 +Version: 5.0.11 %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 @@ -30,7 +30,7 @@ Summary: Find out version and the extensions required for a piece of code 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 +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}%{?prever}-%{gh_short}.tar.gz # Script for fedora-review Source1: fedora-review-check @@ -42,7 +42,7 @@ Source2: %{name}-5.0.0-autoload.php Patch0: %{name}-5.0.0-rpm.patch BuildArch: noarch -BuildRequires: php(language) >= 5.4.0 +BuildRequires: php(language) >= 5.5 %if %{with_tests} # to run test suite BuildRequires: %{_bindir}/phpunit @@ -54,16 +54,16 @@ BuildRequires: php-composer(fedora/autoloader) %endif # From composer.json, "require" -# "php": ">=5.4.0", +# "php": ">=5.5", # "ext-libxml": "*", # "ext-pcre": "*", # "ext-spl": "*", # "ext-json": "*", # "ext-pdo_sqlite": "*", # "symfony/console": "~2.5", -# "bartlett/php-reflect": "^4.0", +# "bartlett/php-reflect": "^4.2", # "bartlett/php-compatinfo-db": "^1.23" -Requires: php(language) >= 5.4.0 +Requires: php(language) >= 5.5 Requires: php-cli Requires: php-json Requires: php-libxml @@ -174,6 +174,10 @@ fi %changelog +* 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 diff --git a/sources b/sources index 3951a82..9b6d990 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-compat-info-5.0.10-c2ba1ec.tar.gz) = eb2643378625e1fd26e377ae65f15b80be2486dd60fa23e477e43c4d82edb6913fe07ccdf76686c8e3ef6eb0b0a8ec7ad4b65a697d4a1948dae906374e1cb01c +SHA512 (php-bartlett-PHP-CompatInfo-5.0.11-56a9f8b.tar.gz) = bb8a7bc35f67142033aa5f6a929b64b652a1200167a1db6c643369252edaabe87b9b25d4b5d8449ea3301aacf5d8be12d8f8e5792910235ecef54d5ecad7d074