Mailinglist Archive: opensuse-packaging (150 mails)
| < Previous | Next > |
Re: [opensuse-packaging] Looking for volunteers to fix package dependencies
- From: Cristian Rodríguez <crrodriguez@xxxxxxxxxxxx>
- Date: Wed, 21 Oct 2009 08:37:06 -0300
- Message-id: <4ADEF262.9050508@xxxxxxxxxxxx>
On 20/10/09 06:42, Joop Boonen wrote:
I accepted your sr's but there are bugs in them, I added you to as
maintainer so you can fix them ;)
php5-pecl-cairo
%if %{?php_zend_api}0
Requires: php(zend-abi) = %{php_zend_api}
Requires: php(api) = %{php_core_api}
%else
Requires: php5 >= 5.2.0
%endif
Note the "else" "Requires:php5 >= 5.2.0", that's wrong, will install
package in 5.3 as well.. and will not work due to different API/ABI.
same in php5-gtk
use
%else
%requires_eq php5
%endif
I may add the definitions of php_zend_api and php_core_api in future
security updates in old products to solve this annoyance, in the
meanwhile, require the same version.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
On Thu, October 15, 2009 11:18 pm, Cristian RodrÃguez wrote:
On 15/10/09 16:02, Joop Boonen wrote:
Please be added to: server:php:extensions
Create a submitreq per package.
They have been created, can I please also be maintainer of these packages?
RequestIDs:
22624
22625
I accepted your sr's but there are bugs in them, I added you to as
maintainer so you can fix them ;)
php5-pecl-cairo
%if %{?php_zend_api}0
Requires: php(zend-abi) = %{php_zend_api}
Requires: php(api) = %{php_core_api}
%else
Requires: php5 >= 5.2.0
%endif
Note the "else" "Requires:php5 >= 5.2.0", that's wrong, will install
package in 5.3 as well.. and will not work due to different API/ABI.
same in php5-gtk
use
%else
%requires_eq php5
%endif
I may add the definitions of php_zend_api and php_core_api in future
security updates in old products to solve this annoyance, in the
meanwhile, require the same version.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |