Changelog for
php-mhash-5.0.2-1.i586.rpm :
Tue Nov 16 13:00:00 2004 PLD Team
All persons listed below can be reached at AATTpld.org.pl
$Log: php.spec,v $
Revision 1.275 2004/11/16 20:30:38 kloczek
- spl can\'t be build as shared.
Revision 1.274 2004/11/16 08:13:57 kloczek
- build spl shared module,
- remove php-module-instal from Source list.
Revision 1.273 2004/11/16 06:54:15 kloczek
- remove doc subpackage,
- added build sqlite module,
- added per subpackage with module /etc/php/php.d/.so.ini file,
- rewrited %post/%postun scripts,
- added dlopen patch from FC:
-- don\'t open extension modules with RTLD_LAZY: better to fail obviously
at load-time rather than obscurely at run-time if they have undefined
symbols,
-- do open extension modules with RTLD_DEEPBIND, to try and avoid symbol
conflicts between independent modules and their dependencies.
This will be probably first useable version but still few things can be fixed.
Revision 1.272 2004/11/16 02:50:07 kloczek
- more cleanups in bconds.
Revision 1.271 2004/11/16 02:36:01 kloczek
- minor cleanups.
Revision 1.270 2004/11/16 02:28:21 kloczek
- more bcond cleanups,
- mow on common subpackage is required only by apache-mod_php, cli, cgi and
devel subpackages
Revision 1.269 2004/11/16 01:15:26 kloczek
- start update to 5.0.2 (now builds correctly but still not finished),
- move apache DSO module to apache-mod_php (php package is Obsoleted),
- remove many bconds: now spec file is much more cleaner then before,
- use /srv/httpd as httpdir,
- move php cgi executable to %{httpdir}/cgi-bin/php,
- add workaround for buggy bison (stolen from FC),
- removed overload, pdf, yaz, zip, mcal, crack, domxml (probably must be
added to Obsoletes) and recode modules (added to Obsoletes).
Revision 1.268 2004/02/16 03:50:27 kloczek
- s#%{version}#${version}-%{release)# - use more strict Requires rules
between subpackages generated from one source package.
Revision 1.267 2004/01/28 13:45:32 kloczek
- use common format for commented TODO entries.
Revision 1.266 2004/01/03 19:29:07 kloczek
- s/gd-devel/libgd-devel/