From 8f7e6384973ad1a86c7f75bfb52925c70d1504f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Aug 2019 11:51:32 +0200 Subject: [PATCH 1/4] v1.7.2 (cherry picked from commit 2db792af05e8b02858e49dd634eb926b517ce7e1) --- php-myclabs-php-enum.spec | 9 ++++++--- sources | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec index 7e062e4..262817d 100644 --- a/php-myclabs-php-enum.spec +++ b/php-myclabs-php-enum.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit f46847626b8739de22e4ebc6b56010f317d4448d +%global gh_commit 45f01adf6922df6082bcda36619deb466e826acf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner myclabs %global gh_project php-enum @@ -20,7 +20,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.7.1 +Version: 1.7.2 Release: 1%{?dist} Summary: PHP Enum implementation @@ -98,7 +98,7 @@ require __DIR__ . '/bootstrap.php'; EOF ret=0 -for cmd in "php %{phpunit}" php71 php72 php73; do +for cmd in "php %{phpunit}" php71 php72 php73 php74; do if which $cmd; then set $cmd $1 ${2:-%{_bindir}/phpunit6} --verbose --bootstrap tests/autoload.php || ret=1 @@ -120,6 +120,9 @@ exit $ret %changelog +* Tue Aug 20 2019 Remi Collet - 1.7.2-1 +- update to 1.7.2 + * Mon May 6 2019 Remi Collet - 1.7.1-1 - update to 1.7.1 - lower dependency on PHP 7.1 diff --git a/sources b/sources index a932dc9..ad8e63b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-myclabs-php-enum-1.7.1-f468476.tgz) = 0bde392fc9ac903d6d2f13bf2f54e824ce9a137df64ec4e86eb5b1d42a30b6733682e3511f7dc7f9fbf90e836af81c5b9ac1c9e02b4ac5b8dc14c8da77ecc71b +SHA512 (php-myclabs-php-enum-1.7.2-45f01ad.tgz) = 3daeea18bca30c1bb1d0acd06a26775b271b06c236e393df23984b0104d151234e5c96ac2344767dfdd0ebb9f7434f1490c700f66c3dae10925cd92ea4512a8b From ac785152948745f06affc75dbcc96752e02e94d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2020 13:44:28 +0100 Subject: [PATCH 2/4] update to 1.7.4 switch to phpunit7 (cherry picked from commit 12421cf5545bad3ee11c2c276bf34c5ff297d140) (cherry picked from commit c0880c7ac53e0f5dba35307967afaee1ff9c40e2) --- php-myclabs-php-enum.spec | 15 ++++++++++----- sources | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec index 262817d..60e1942 100644 --- a/php-myclabs-php-enum.spec +++ b/php-myclabs-php-enum.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-myclabs-php-enum # -# Copyright (c) 2017-2019 Remi Collet +# Copyright (c) 2017-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 45f01adf6922df6082bcda36619deb466e826acf +%global gh_commit c3f3b36602748871098069f4f2f8224ca34df899 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner myclabs %global gh_project php-enum @@ -20,7 +20,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.7.2 +Version: 1.7.4 Release: 1%{?dist} Summary: PHP Enum implementation @@ -38,9 +38,10 @@ BuildRequires: php-reflection BuildRequires: php-json BuildRequires: php-spl # From composer.json, "require-dev": { -# "phpunit/phpunit": "^4.8.35|^5.7|^6.0", +# "phpunit/phpunit": "^7", # "squizlabs/php_codesniffer": "1.*" -%global phpunit %{_bindir}/phpunit6 +# "vimeo/psalm": "^3.8" +%global phpunit %{_bindir}/phpunit7 BuildRequires: %{phpunit} # Required by autoloader BuildRequires: php-composer(fedora/autoloader) @@ -120,6 +121,10 @@ exit $ret %changelog +* Fri Feb 7 2020 Remi Collet - 1.7.4-1 +- update to 1.7.4 +- switch to phpunit7 + * Tue Aug 20 2019 Remi Collet - 1.7.2-1 - update to 1.7.2 diff --git a/sources b/sources index ad8e63b..02d3906 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-myclabs-php-enum-1.7.2-45f01ad.tgz) = 3daeea18bca30c1bb1d0acd06a26775b271b06c236e393df23984b0104d151234e5c96ac2344767dfdd0ebb9f7434f1490c700f66c3dae10925cd92ea4512a8b +SHA512 (php-myclabs-php-enum-1.7.4-c3f3b36.tgz) = d3a00cc0dd8342757738fecf2aa2633a7addec864b3ef07674a68416ca2c2540cc120356069c802375575f205dfeb588694bb1e85c01de641af543b0f537a9cd From e20b7fd443d3dffb3fd29aec661917aef74c6ada Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Feb 2020 08:20:39 +0100 Subject: [PATCH 3/4] v1.7.5 (cherry picked from commit 97e41d5b3cf53ea0862c72def1fec484f2d73736) --- php-myclabs-php-enum.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec index 60e1942..6d8d258 100644 --- a/php-myclabs-php-enum.spec +++ b/php-myclabs-php-enum.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit c3f3b36602748871098069f4f2f8224ca34df899 +%global gh_commit aef7b9f343a677744d7410485a60fe16c46ca1ed %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner myclabs %global gh_project php-enum @@ -20,7 +20,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.7.4 +Version: 1.7.5 Release: 1%{?dist} Summary: PHP Enum implementation @@ -121,6 +121,9 @@ exit $ret %changelog +* Fri Feb 14 2020 Remi Collet - 1.7.5-1 +- update to 1.7.5 + * Fri Feb 7 2020 Remi Collet - 1.7.4-1 - update to 1.7.4 - switch to phpunit7 diff --git a/sources b/sources index 02d3906..e0197d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-myclabs-php-enum-1.7.4-c3f3b36.tgz) = d3a00cc0dd8342757738fecf2aa2633a7addec864b3ef07674a68416ca2c2540cc120356069c802375575f205dfeb588694bb1e85c01de641af543b0f537a9cd +SHA512 (php-myclabs-php-enum-1.7.5-aef7b9f.tgz) = 8cf06038105af53c350cd93ffd8c3e713e488f8cd1660aaf52d3edd8fbfd05d9e4914b4614695c1886d07040812f9435eab557a8bdefb5592aca417b0472de46 From 71d90f9ff396617dc0040c76d601e3c1c462f5ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Feb 2020 12:05:27 +0100 Subject: [PATCH 4/4] v1.7.6 (cherry picked from commit eac8912738a8ec178067314c7369de13d40a6469) --- php-myclabs-php-enum.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec index 6d8d258..74533ab 100644 --- a/php-myclabs-php-enum.spec +++ b/php-myclabs-php-enum.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit aef7b9f343a677744d7410485a60fe16c46ca1ed +%global gh_commit 5f36467c7a87e20fbdc51e524fd8f9d1de80187c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner myclabs %global gh_project php-enum @@ -20,7 +20,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.7.5 +Version: 1.7.6 Release: 1%{?dist} Summary: PHP Enum implementation @@ -121,6 +121,9 @@ exit $ret %changelog +* Fri Feb 14 2020 Remi Collet - 1.7.6-1 +- update to 1.7.6 + * Fri Feb 14 2020 Remi Collet - 1.7.5-1 - update to 1.7.5 diff --git a/sources b/sources index e0197d4..d20d7d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-myclabs-php-enum-1.7.5-aef7b9f.tgz) = 8cf06038105af53c350cd93ffd8c3e713e488f8cd1660aaf52d3edd8fbfd05d9e4914b4614695c1886d07040812f9435eab557a8bdefb5592aca417b0472de46 +SHA512 (php-myclabs-php-enum-1.7.6-5f36467.tgz) = 0f2378d51211bb057da41c1e67af9b5c9ff6d00c5b1e91dc5523251263b3f1ca04ac35784001148e9cce8a6384c9f17e88e99fd8cf1dbb170b86dec9a9121adb