From c0880c7ac53e0f5dba35307967afaee1ff9c40e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2020 13:44:28 +0100 Subject: [PATCH 1/3] update to 1.7.4 switch to phpunit7 (cherry picked from commit 12421cf5545bad3ee11c2c276bf34c5ff297d140) --- 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 2e80e05..58dd21e 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 bc70631ae95ff12655ccb99e687ee790f6e60c05 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Feb 2020 08:20:39 +0100 Subject: [PATCH 2/3] 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 58dd21e..10e9e57 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 4cbf37f4e43f789705b79647192d72a4cc145d26 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Feb 2020 12:05:27 +0100 Subject: [PATCH 3/3] 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 10e9e57..1e37ab2 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