rpms/php-pecl-xdebug/EL-5 .cvsignore, 1.6, 1.7 php-pecl-xdebug.spec, 1.15, 1.16 sources, 1.6, 1.7

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Thu May 22 22:57:58 UTC 2008


Author: xulchris

Update of /cvs/extras/rpms/php-pecl-xdebug/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11375/EL-5

Modified Files:
	.cvsignore php-pecl-xdebug.spec sources 
Log Message:
upstream sync


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-xdebug/EL-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	25 Nov 2007 18:55:20 -0000	1.6
+++ .cvsignore	22 May 2008 22:56:06 -0000	1.7
@@ -1 +1 @@
-xdebug-2.0.2.tgz
+xdebug-2.0.3.tgz


Index: php-pecl-xdebug.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-xdebug/EL-5/php-pecl-xdebug.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- php-pecl-xdebug.spec	2 Mar 2008 19:57:29 -0000	1.15
+++ php-pecl-xdebug.spec	22 May 2008 22:56:06 -0000	1.16
@@ -5,8 +5,8 @@
 %define pecl_name xdebug
 
 Name:           php-pecl-xdebug
-Version:        2.0.2
-Release:        4%{?dist}
+Version:        2.0.3
+Release:        1%{?dist}
 Summary:        PECL package for debugging PHP scripts
 
 License:        BSD
@@ -16,20 +16,22 @@
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  automake php-devel php-pear >= 1:1.4.9-1.2
+
 %if 0%{?fedora}
+%define config_flags --with-libedit
 BuildRequires:  libedit-devel
+%else
+%define config_flags --without-libedit
 %endif
+
 Requires(post): %{__pecl}
 Requires(postun): %{__pecl}
 Provides:       php-pecl(Xdebug) = %{version}
 
 %if 0%{?php_zend_api}
-%define config_flags --with-libedit
 Requires:       php(zend-abi) = %{php_zend_api}
 Requires:       php(api) = %{php_core_api}
 %else
-# for EL-5
-%define config_flags --without-libedit
 Requires:       php-api = %{php_apiver}
 %endif
 
@@ -46,6 +48,7 @@
 
 # fix rpmlint warnings
 iconv -f iso8859-1 -t utf-8 Changelog > Changelog.conv && mv -f Changelog.conv Changelog
+chmod -x *.[ch]
 
 
 %build
@@ -116,6 +119,11 @@
 
 
 %changelog
+* Thu May 22 2008 Christopher Stone <chris.stone at gmail.com> 2.0.3-1
+- Upstream sync
+- Clean up libedit usage
+- Minor rpmlint fix
+
 * Sun Mar 02 2008 Christopher Stone <chris.stone at gmail.com> 2.0.2-4
 - Add %%{__pecl} to post/postun Requires
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-xdebug/EL-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	25 Nov 2007 18:55:20 -0000	1.6
+++ sources	22 May 2008 22:56:06 -0000	1.7
@@ -1 +1 @@
-b994465f9941db4e7ffa4f8b81fa5c3d  xdebug-2.0.2.tgz
+0735584168c8c9f111252128d0076d7c  xdebug-2.0.3.tgz




More information about the fedora-extras-commits mailing list