Mark McKinstry has proposed merging lp:~mmckinst/ius/php53u into 
lp:~ius-coredev/ius/php53u.

Requested reviews:
  IUS Core Development (ius-coredev)

For more details, see:
https://code.launchpad.net/~mmckinst/ius/php53u/+merge/142774

LP #1098319
-- 
https://code.launchpad.net/~mmckinst/ius/php53u/+merge/142774
Your team IUS Core Development is requested to review the proposed merge of 
lp:~mmckinst/ius/php53u into lp:~ius-coredev/ius/php53u.
=== modified file 'SPECS/php53u.spec'
--- SPECS/php53u.spec	2012-12-20 15:16:57 +0000
+++ SPECS/php53u.spec	2013-01-10 20:48:22 +0000
@@ -53,7 +53,7 @@
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Name: %{name}
 Version: 5.3.20
-Release: 1.ius%{?dist}
+Release: 2.ius%{?dist}
 License: The PHP License v3.01
 Group: Development/Languages
 Vendor: IUS Community Project 
@@ -1150,6 +1150,11 @@
     /sbin/service php-fpm stop >/dev/null 2>&1
     /sbin/chkconfig --del php-fpm
 fi
+
+%postun fpm
+if [ "$1" = 1 ] ; then
+    /sbin/service php-fpm reload >/dev/null 2>&1 || :
+fi
 %endif
 
 
@@ -1267,6 +1272,10 @@
 
 
 %changelog
+* Thu Jan 10 2013 Mark McKinstry <[email protected]> - 5.3.20-2.ius
+- Reload php-fpm service on upgrade
+  Resolves LP #1098319
+
 * Thu Dec 20 2012 Ben Harper <[email protected]> - 5.3.20-1.ius
 - Latest source from upstream http://www.php.net/ChangeLog-5.php#5.3.20
 

_______________________________________________
Mailing list: https://launchpad.net/~ius-coredev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ius-coredev
More help   : https://help.launchpad.net/ListHelp

Reply via email to