rpms/php/devel php.spec,1.145,1.146

Joe Orton (jorton) fedora-extras-commits at redhat.com
Tue Aug 28 18:37:36 UTC 2007


Author: jorton

Update of /cvs/extras/rpms/php/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4446

Modified Files:
	php.spec 
Log Message:
* Tue Aug 28 2007 Joe Orton <jorton at redhat.com> 5.2.3-8
- add ldconfig post/postun for -embedded (Hans de Goede)



Index: php.spec
===================================================================
RCS file: /cvs/extras/rpms/php/devel/php.spec,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- php.spec	10 Aug 2007 20:16:30 -0000	1.145
+++ php.spec	28 Aug 2007 18:37:03 -0000	1.146
@@ -6,7 +6,7 @@
 Summary: The PHP HTML-embedded scripting language
 Name: php
 Version: 5.2.3
-Release: 7
+Release: 8
 License: PHP
 Group: Development/Languages
 URL: http://www.php.net/
@@ -652,6 +652,9 @@
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 rm files.* macros.php
 
+%post embedded -p /sbin/ldconfig
+%postun embedded -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
 %{_libdir}/httpd/modules/libphp5.so
@@ -713,6 +716,9 @@
 %files mssql -f files.mssql
 
 %changelog
+* Tue Aug 28 2007 Joe Orton <jorton at redhat.com> 5.2.3-8
+- add ldconfig post/postun for -embedded (Hans de Goede)
+
 * Fri Aug 10 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 5.2.3-7
 - add php-embedded sub-package
 




More information about the fedora-extras-commits mailing list