diff options
-rw-r--r-- | php-solidworx-aspect.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-solidworx-aspect.spec b/php-solidworx-aspect.spec index 9db7f97..70b6d9c 100644 --- a/php-solidworx-aspect.spec +++ b/php-solidworx-aspect.spec @@ -60,6 +60,7 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO %prep %forgesetup +# see https://github.com/SolidWorx/aspect/pull/3 sed -e '/PHP_ASPECT_VERSION/s/0.1.0/%{upstream_version}%{?upstream_prever}/' -i php_aspect.h : Sanity check, really often broken @@ -120,6 +121,7 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_extdir}/%{ext_name}.so" \ * Tue Jan 14 2025 Remi Collet <remi@remirepo.net> - 0.1.1-1 - update to 0.1.1 - drop patch merged upstream +- open https://github.com/SolidWorx/aspect/pull/3 fix version * Tue Jan 14 2025 Remi Collet <remi@remirepo.net> - 0.1.0-2 - fix build with PHP 8.0 using patch from |