packages: php-ioncube/php-ioncube.spec, php-pecl-apd/php-pecl-apd.spec, php...

glen glen at pld-linux.org
Mon Aug 30 18:07:36 CEST 2010


Author: glen                         Date: Mon Aug 30 16:07:36 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- the directive is just "zend_extension" in php 5.3

---- Files affected:
packages/php-ioncube:
   php-ioncube.spec (1.14 -> 1.15) 
packages/php-pecl-apd:
   php-pecl-apd.spec (1.21 -> 1.22) 
packages/php-pecl-xdebug:
   php-pecl-xdebug.spec (1.63 -> 1.64) 

---- Diffs:

================================================================
Index: packages/php-ioncube/php-ioncube.spec
diff -u packages/php-ioncube/php-ioncube.spec:1.14 packages/php-ioncube/php-ioncube.spec:1.15
--- packages/php-ioncube/php-ioncube.spec:1.14	Mon Aug 30 17:43:46 2010
+++ packages/php-ioncube/php-ioncube.spec	Mon Aug 30 18:07:31 2010
@@ -15,7 +15,7 @@
 Version:	%{ver}
 # Never decrease release in this package.
 # As not all arch versions are identical, you could be making some arch package older.
-Release:	3
+Release:	4
 License:	redistributable
 Group:		Libraries
 Source0:	http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.bz2
@@ -25,10 +25,11 @@
 Source2:	http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_ppc.tar.bz2
 # Source2-md5:	2d58162a83a10574c334716c352b9e34
 URL:		http://www.ioncube.com/
-BuildRequires:	php-devel >= 4:5.0.4
-BuildRequires:	rpmbuild(macros) >= 1.578
+BuildRequires:	php-devel >= 4:5.3.0
+BuildRequires:	rpmbuild(macros) >= 1.579
 BuildRequires:	sed >= 4.0
 %{?requires_php_extension}
+Requires:	php-common >= 4:5.3.0
 ExclusiveArch:	%{ix86} %{x8664} ppc
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -63,7 +64,7 @@
 install -p %{modname}.so $RPM_BUILD_ROOT%{php_extensiondir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
 ; Enable %{modname} extension module
-zend_extension%{?zend_zts}=%{php_extensiondir}/%{modname}.so
+zend_extension=%{php_extensiondir}/%{modname}.so
 EOF
 
 %clean
@@ -89,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2010/08/30 16:07:31  glen
+- the directive is just "zend_extension" in php 5.3
+
 Revision 1.14  2010/08/30 15:43:46  glen
 - fix macros usage if ZTS is disabled
 

================================================================
Index: packages/php-pecl-apd/php-pecl-apd.spec
diff -u packages/php-pecl-apd/php-pecl-apd.spec:1.21 packages/php-pecl-apd/php-pecl-apd.spec:1.22
--- packages/php-pecl-apd/php-pecl-apd.spec:1.21	Mon Aug 30 17:43:46 2010
+++ packages/php-pecl-apd/php-pecl-apd.spec	Mon Aug 30 18:07:31 2010
@@ -12,10 +12,9 @@
 # Source0-md5:	470ea75cde09f7504c83441911c86f29
 Patch0:		%{name}-cvs.patch
 URL:		http://pecl.php.net/package/apd/
-BuildRequires:	php-devel >= 3:5.0.0
-BuildRequires:	rpmbuild(macros) >= 1.578
+BuildRequires:	php-devel >= 4:5.3.0
+BuildRequires:	rpmbuild(macros) >= 1.579
 %{?requires_zend_extension}
-Requires:	php-common >= 4:5.0.4
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,7 +50,7 @@
 install %{_modname}-%{version}/modules/%{_modname}.so $RPM_BUILD_ROOT%{php_extensiondir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini
 ; Enable %{_modname} extension module
-zend_extension%{?zend_zts}=%{_modname}.so
+zend_extension=%{_modname}.so
 EOF
 
 %clean
@@ -77,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2010/08/30 16:07:31  glen
+- the directive is just "zend_extension" in php 5.3
+
 Revision 1.21  2010/08/30 15:43:46  glen
 - fix macros usage if ZTS is disabled
 

================================================================
Index: packages/php-pecl-xdebug/php-pecl-xdebug.spec
diff -u packages/php-pecl-xdebug/php-pecl-xdebug.spec:1.63 packages/php-pecl-xdebug/php-pecl-xdebug.spec:1.64
--- packages/php-pecl-xdebug/php-pecl-xdebug.spec:1.63	Mon Aug 30 17:43:46 2010
+++ packages/php-pecl-xdebug/php-pecl-xdebug.spec	Mon Aug 30 18:07:31 2010
@@ -5,7 +5,7 @@
 Summary(pl.UTF-8):	%{modname} - funkcje do śledzenia i profilowania funkcji
 Name:		php-pecl-%{modname}
 Version:	2.1.0
-Release:	2
+Release:	3
 License:	BSD style
 Group:		Development/Languages/PHP
 Source0:	http://www.xdebug.org/files/xdebug-%{version}.tgz
@@ -14,8 +14,8 @@
 URL:		http://www.xdebug.org/
 BuildRequires:	libedit-devel
 BuildRequires:	libtool
-BuildRequires:	php-devel >= 4:5.0.4
-BuildRequires:	rpmbuild(macros) >= 1.578
+BuildRequires:	php-devel >= 4:5.3.0
+BuildRequires:	rpmbuild(macros) >= 1.579
 %{?requires_zend_extension}
 Conflicts:	ZendOptimizer
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -66,7 +66,7 @@
 mv %{modname}-%{version}*/* .
 chmod +x debugclient/configure
 
-%{__sed} -e 's#^;zend_extension.*#zend_extension%{?zend_zts}=%{php_extensiondir}/%{modname}.so#' %{SOURCE1} > %{modname}.ini
+%{__sed} -e 's#^;zend_extension.*#zend_extension=%{php_extensiondir}/%{modname}.so#' %{SOURCE1} > %{modname}.ini
 
 %build
 # libtool 2.2 build fix
@@ -130,6 +130,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.64  2010/08/30 16:07:31  glen
+- the directive is just "zend_extension" in php 5.3
+
 Revision 1.63  2010/08/30 15:43:46  glen
 - fix macros usage if ZTS is disabled
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-ioncube/php-ioncube.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pecl-apd/php-pecl-apd.spec?r1=1.21&r2=1.22&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pecl-xdebug/php-pecl-xdebug.spec?r1=1.63&r2=1.64&f=u



More information about the pld-cvs-commit mailing list