diff options
| author | Remi Collet <remi@remirepo.net> | 2022-06-20 11:02:20 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-06-20 11:02:20 +0200 | 
| commit | 5793ae4e1c7c26c59640a29bfcba5fb41fc4db6f (patch) | |
| tree | 978ee3ea458072adb57ab02767142bedb55c8a89 | |
| parent | e36ee0e9829f6f8584cfb587b21b4eb07a84b33c (diff) | |
update to 8.5.27
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | phpunit8.spec | 7 | 
2 files changed, 5 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 7ca2f67..88e2290 100644 --- a/composer.json +++ b/composer.json @@ -47,9 +47,6 @@          "sebastian/type": "^1.1.3",          "sebastian/version": "^2.0.1"      }, -    "require-dev": { -        "ext-PDO": "*" -    },      "config": {          "platform": {              "php": "7.2.0" diff --git a/phpunit8.spec b/phpunit8.spec index 99aeb79..bbc8203 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    ef117c59fc4c54a979021b26d08a3373e386606d +%global gh_commit    df70070f2711b8fe8dcca0797c1239ede8c94be6  #global gh_date      20150927  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann @@ -25,7 +25,7 @@  %global ver_major    8  %global ver_minor    5 -%global upstream_version 8.5.26 +%global upstream_version 8.5.27  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -283,6 +283,9 @@ exit $ret  %changelog +* Mon Jun 20 2022 Remi Collet <remi@remirepo.net> - 8.5.27-1 +- update to 8.5.27 +  * Mon Apr  4 2022 Remi Collet <remi@remirepo.net> - 8.5.26-1  - update to 8.5.26  | 
