rpms/php-pecl-xdebug/devel .cvsignore, 1.3, 1.4 php-pecl-xdebug.spec, 1.2, 1.3 sources, 1.3, 1.4

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Mon Jan 15 23:47:27 UTC 2007


Author: xulchris

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-xdebug/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	29 Oct 2006 22:05:24 -0000	1.3
+++ .cvsignore	15 Jan 2007 23:46:57 -0000	1.4
@@ -1 +1 @@
-xdebug-2.0.0RC1.tgz
+xdebug-2.0.0RC2.tgz


Index: php-pecl-xdebug.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-xdebug/devel/php-pecl-xdebug.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-pecl-xdebug.spec	29 Oct 2006 22:05:24 -0000	1.2
+++ php-pecl-xdebug.spec	15 Jan 2007 23:46:57 -0000	1.3
@@ -1,15 +1,17 @@
 %global php_apiver  %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
 %global php_extdir  %(php-config --extension-dir 2>/dev/null || echo "undefined")
-%define beta RC1
+%define beta RC2
 
 Name:           php-pecl-xdebug
 Version:        2.0.0
-Release:        0.2.%{beta}%{?dist}
+Release:        0.3.%{beta}%{?dist}
 Summary:        PECL package for debugging PHP scripts
+
 License:        PHP License
 Group:          Development/Languages
 URL:            http://pecl.php.net/package/xdebug
 Source0:        http://pecl.php.net/get/xdebug-%{version}%{beta}.tgz
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  php-devel
 Requires:       php-api = %{php_apiver}
@@ -19,14 +21,17 @@
 The Xdebug extension helps you debugging your script by providing a lot
 of valuable debug information.
 
+
 %prep
 %setup -q -n xdebug-%{version}%{beta}
 
+
 %build
 phpize
 %configure --enable-xdebug
 make
 
+
 %install
 rm -rf %{buildroot}
 make install INSTALL_ROOT=%{buildroot}
@@ -36,16 +41,22 @@
 zend_extension=%{php_extdir}/xdebug.so
 EOF
 
+
 %clean
 rm -rf %{buildroot}
 
+
 %files
 %defattr(-,root,root,-)
 %doc Changelog CREDITS LICENSE NEWS README
 %config(noreplace) %{_sysconfdir}/php.d/xdebug.ini
 %{php_extdir}/xdebug.so
 
+
 %changelog
+* Mon Jan 15 2007 Christopher Stone <chris.stone at gmail.com> 2.0.0-0.3.RC2
+- Upstream sync
+
 * Sun Oct 29 2006 Christopher Stone <chris.stone at gmail.com> 2.0.0-0.2.RC1
 - Upstream sync
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-xdebug/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	29 Oct 2006 22:05:24 -0000	1.3
+++ sources	15 Jan 2007 23:46:57 -0000	1.4
@@ -1 +1 @@
-a048de3dbb5a16489921f2096b8003e1  xdebug-2.0.0RC1.tgz
+2abef81227a5d60af45ad0792e2fd996  xdebug-2.0.0RC2.tgz




More information about the scm-commits mailing list