File php-gmagick.changes of Package php-gmagick
-------------------------------------------------------------------
Wed Feb 21 18:57:48 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
- Change to %autosetup as RPM 4.20 will no longer support %patchN
- Ignore flaky test in all builds
% ignore-test-GraphicsMagick-1.3.36.patch
-------------------------------------------------------------------
Sat Dec 10 10:32:12 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>
- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)
-------------------------------------------------------------------
Thu Jan 27 18:45:17 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>
- Fix wrong parameter order in test
+ fix-param-order-in-test.patch
-------------------------------------------------------------------
Wed Feb 17 10:58:41 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
- Refresh spec-file via spec-cleaner.
-------------------------------------------------------------------
Tue Feb 16 19:34:34 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- Use _multibuild to also build for php8
-------------------------------------------------------------------
Thu Feb 11 18:03:02 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- Update to 2.0.6RC1
* ChangeLog https://pecl.php.net/package-changelog.php?package=gmagick&release=2.0.6RC1
* Works with PHP 8 but some fixes still required.
- Remove fix-segfault-on-shutdown.patch (fixed upstream)
-------------------------------------------------------------------
Fri Jan 22 12:27:13 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- Expect test to fail with GraphicsMagick-1.3.36 (due to API change)
+ ignore-test-GraphicsMagick-1.3.36.patch
-------------------------------------------------------------------
Sun Jan 17 10:36:07 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- Use php_cfgdir and php_extdir macros to determine location of files
- Generate .ini file from spec
- delete imagick.ini
-------------------------------------------------------------------
Sat Jan 4 12:16:04 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
- Refresh spec-file.
-------------------------------------------------------------------
Sat Jan 4 11:16:08 UTC 2020 - Arjen de Korte <suse+build@de-korte.org>
- Segfaults on shutdown need to be mitigated when GraphicsMagick is
compiled with OpenMP support and PHP >= 7.4 only. For GCC < 9,
the only option is to run in single thread mode, for GCC >= 9
wait until OpenMP has relinquished its resources (modified
fix-segfault-on-shutdown.patch).
-------------------------------------------------------------------
Sat Dec 28 21:07:31 UTC 2019 - Arjen de Korte <suse+build@de-korte.org>
- Run in single thread mode by default to prevent a segfault on
shutdown in PHP 7.4 (fix-segfault-on-shutdown.patch)
-------------------------------------------------------------------
Mon May 14 06:40:13 UTC 2018 - jweberhofer@weberhofer.at
- Due to a packaging change in ghostscript the ghostscript-fonts-std
has to be included explicitly to successfully run the tests. Elsewise
the required helvetica-font is missing. Fix for bnc#1091930.
-------------------------------------------------------------------
Thu May 10 15:23:14 UTC 2018 - ilya@ilya.pp.ua
- Disable tests, because test fail with php7 7.2.5. (bsc#1091930)
-------------------------------------------------------------------
Fri Mar 16 13:35:22 UTC 2018 - crrodriguez@opensuse.org
- Build extension with -fvisibility=hidden, to limit
chance of symbol collisions with other extensions or libraries
loaded in the same process.
- This extenion conflicts with php7-imagick (boo#1085595)
-------------------------------------------------------------------
Thu Mar 8 11:26:34 UTC 2018 - ilya@ilya.pp.ua
- Remove %configure/make duplicates.
- Add %licence macros.
-------------------------------------------------------------------
Thu Jan 4 15:17:11 UTC 2018 - ilya@ilya.pp.ua
- Update to 2.0.5RC1
* ChangeLog https://pecl.php.net/package-changelog.php?package=gmagick&release=2.0.5RC1
* hasNextImage() and hasPreviousImage() now actually returns TRUE on success instead of Gmagick object.
-------------------------------------------------------------------
Tue Jul 11 05:38:22 UTC 2017 - jweberhofer@weberhofer.at
- Cleaned up spec
- Updated dependencies
-------------------------------------------------------------------
Mon Jul 10 15:06:33 UTC 2017 - ilya@ilya.pp.ua
- Initial package for version 2.0.4RC1
* ChangeLog https://pecl.php.net/package-changelog.php?package=gmagick&release=2.0.4RC1