diff options
| -rw-r--r-- | php-pecl-timecop.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/php-pecl-timecop.spec b/php-pecl-timecop.spec index 8b07c70..52931f8 100644 --- a/php-pecl-timecop.spec +++ b/php-pecl-timecop.spec @@ -247,7 +247,10 @@ fi  %changelog  * Thu Feb 28 2019 Remi Collet <remi@remirepo.net> - 1.2.10-5 -- test build for pending PR +- fix strict_types support, patch from +  https://github.com/hnw/php-timecop/pull/44 +- fix ZTS support, patch from +  https://github.com/hnw/php-timecop/pull/45  * Wed Dec 12 2018 Remi Collet <remi@remirepo.net> - 1.2.10-4  - ignore failing test with 7.3, reported as | 
