rpms/php-pecl-xdebug/devel php-pecl-xdebug.spec,1.10,1.11

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sun Mar 2 19:33:22 UTC 2008


Author: xulchris

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

Modified Files:
	php-pecl-xdebug.spec 
Log Message:
fix requires


Index: php-pecl-xdebug.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-xdebug/devel/php-pecl-xdebug.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- php-pecl-xdebug.spec	23 Feb 2008 01:25:18 -0000	1.10
+++ php-pecl-xdebug.spec	2 Mar 2008 19:32:47 -0000	1.11
@@ -6,7 +6,7 @@
 
 Name:           php-pecl-xdebug
 Version:        2.0.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        PECL package for debugging PHP scripts
 
 License:        BSD
@@ -17,6 +17,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  php-devel php-pear >= 1:1.4.9-1.2
 BuildRequires:  libedit-devel automake
+Requires(post): %{__pecl}
+Requires(postun): %{__pecl}
 Provides:       php-pecl(Xdebug) = %{version}
 
 %if %{?php_zend_api}0
@@ -108,6 +110,9 @@
 
 
 %changelog
+* Sun Mar 02 2008 Christopher Stone <chris.stone at gmail.com> 2.0.2-4
+- Add %%{__pecl} to post/postun Requires
+
 * Fri Feb 22 2008 Christopher Stone <chris.stone at gmail.com> 2.0.2-3
 - %%define %%pecl_name to properly register package
 - Install xml package description




More information about the fedora-extras-commits mailing list