rpms/php-pecl-xdebug/FC-6 .cvsignore, 1.4, 1.5 php-pecl-xdebug.spec, 1.5, 1.6 sources, 1.4, 1.5

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sat Sep 8 20:04:43 UTC 2007


Author: xulchris

Update of /cvs/extras/rpms/php-pecl-xdebug/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22206/FC-6

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-xdebug/FC-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	15 Jan 2007 23:46:51 -0000	1.4
+++ .cvsignore	8 Sep 2007 20:04:10 -0000	1.5
@@ -1 +1 @@
-xdebug-2.0.0RC2.tgz
+xdebug-2.0.0.tgz


Index: php-pecl-xdebug.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-xdebug/FC-6/php-pecl-xdebug.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- php-pecl-xdebug.spec	11 Mar 2007 23:39:59 -0000	1.5
+++ php-pecl-xdebug.spec	8 Sep 2007 20:04:10 -0000	1.6
@@ -1,16 +1,15 @@
 %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 RC2
 
 Name:           php-pecl-xdebug
 Version:        2.0.0
-Release:        0.5.%{?beta}%{?dist}
+Release:        1%{?dist}
 Summary:        PECL package for debugging PHP scripts
 
 License:        BSD
 Group:          Development/Languages
 URL:            http://pecl.php.net/package/xdebug
-Source0:        http://pecl.php.net/get/xdebug-%{version}%{?beta}.tgz
+Source0:        http://pecl.php.net/get/xdebug-%{version}.tgz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  php-devel
@@ -31,18 +30,18 @@
 
 
 %prep
-%setup -qcn xdebug-%{version}%{?beta}
+%setup -qcn xdebug-%{version}
 
 
 %build
-cd xdebug-%{version}%{?beta}
+cd xdebug-%{version}
 phpize
 %configure --enable-xdebug
 CFLAGS="$RPM_OPT_FLAGS" make
 
 
 %install
-cd xdebug-%{version}%{?beta}
+cd xdebug-%{version}
 rm -rf $RPM_BUILD_ROOT
 make install INSTALL_ROOT=$RPM_BUILD_ROOT
 
@@ -64,12 +63,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc xdebug-%{version}%{?beta}/docs/*
+%doc xdebug-%{version}/docs/*
 %config(noreplace) %{_sysconfdir}/php.d/xdebug.ini
 %{php_extdir}/xdebug.so
 
 
 %changelog
+* Sat Sep 08 2007 Christopher Stone <chris.stone at gmail.com> 2.0.0-1
+- Upstream sync
+- Remove %%{?beta} tags
+
 * Sun Mar 11 2007 Christopher Stone <chris.stone at gmail.com> 2.0.0-0.5.RC2
 - Create directory to untar sources
 - Use new ABI check for FC6


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-xdebug/FC-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	15 Jan 2007 23:46:51 -0000	1.4
+++ sources	8 Sep 2007 20:04:10 -0000	1.5
@@ -1 +1 @@
-2abef81227a5d60af45ad0792e2fd996  xdebug-2.0.0RC2.tgz
+0f9ecb9c5331d0041b04be9566763171  xdebug-2.0.0.tgz




More information about the fedora-extras-commits mailing list