rpms/php-extras/devel .cvsignore, 1.4, 1.5 php-extras.spec, 1.8, 1.9 sources, 1.4, 1.5 php-extras-5.1.2-readline.patch, 1.1, NONE

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Thu Feb 1 16:41:39 UTC 2007


Author: buc

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

Modified Files:
	.cvsignore php-extras.spec sources 
Removed Files:
	php-extras-5.1.2-readline.patch 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-extras/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	1 Sep 2006 15:15:59 -0000	1.4
+++ .cvsignore	1 Feb 2007 16:41:08 -0000	1.5
@@ -1 +1 @@
-php-5.1.6.tar.gz
+php-5.2.0.tar.gz


Index: php-extras.spec
===================================================================
RCS file: /cvs/extras/rpms/php-extras/devel/php-extras.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- php-extras.spec	1 Sep 2006 15:15:59 -0000	1.8
+++ php-extras.spec	1 Feb 2007 16:41:08 -0000	1.9
@@ -3,7 +3,6 @@
 %define def()	%%{!?_without_default:%%{!?_without_%1: %%global _with_%1 --with-%1}}
 
 %{expand:%def dbase}
-%{expand:%def readline}
 #  recode
 %{expand:%def mcrypt}
 %{expand:%def mhash}
@@ -11,7 +10,7 @@
 #  mssql
 
 
-%define list	%{?_with_dbase:dbase} %{?_with_readline:readline} %{?_with_recode:recode} %{?_with_mcrypt:mcrypt} %{?_with_mhash:mhash} %{?_with_tidy:tidy} %{?_with_mssql:mssql}
+%define list	%{?_with_dbase:dbase} %{?_with_recode:recode} %{?_with_mcrypt:mcrypt} %{?_with_mhash:mhash} %{?_with_tidy:tidy} %{?_with_mssql:mssql}
 
 
 %global extdir	%(php-config --extension-dir 2>/dev/null || echo "undefined")
@@ -21,7 +20,7 @@
 Name: php-extras
 Summary: Additional PHP modules from the standard PHP distribution
 #Version: %(php-config --version 2>/dev/null || echo 0)
-Version: 5.1.6
+Version: 5.2.0
 Release: 1%{?dist}
 Group: Development/Languages
 License: The PHP License
@@ -30,7 +29,6 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: php-devel = %{version}
-Patch1:  php-extras-5.1.2-readline.patch
 
 
 %description
@@ -49,16 +47,6 @@
 Standard dBase module for PHP applications
 
 
-%package -n php-readline
-Summary: Standard PHP module provides readline library support
-Group: Development/Languages
-Requires: php >= %{version}, php-api = %{apiver}
-%{?_with_readline:BuildRequires: readline-devel}
-
-%description -n php-readline
-Standard PHP module provides readline library support
-
-
 %package -n php-recode
 Summary: Standard PHP module provides GNU recode support
 Group: Development/Languages
@@ -112,7 +100,6 @@
 
 %prep
 %setup -q -n php-%{version}
-%patch1 -p1
 
 
 %build
@@ -241,7 +228,6 @@
 #%%files
 %define fil()	%%{?_with_%1:%%files -n php-%1 -f files.%1}
 %{expand:%fil dbase}
-%{expand:%fil readline}
 %{expand:%fil recode}
 %{expand:%fil mcrypt}
 %{expand:%fil mhash}
@@ -251,6 +237,10 @@
 
 
 %changelog
+* Thu Feb  1 2007 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.2.0-1
+- upgrade to 5.2.0
+- drop readline support (now in the main php package)
+
 * Fri Sep  1 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.6-1
 - update to 5.1.6
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-extras/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	1 Sep 2006 15:15:59 -0000	1.4
+++ sources	1 Feb 2007 16:41:08 -0000	1.5
@@ -1 +1 @@
-04d6166552289eaeff771f5ec953b065  php-5.1.6.tar.gz
+52d7e8b3d8d7573e75c97340f131f988  php-5.2.0.tar.gz


--- php-extras-5.1.2-readline.patch DELETED ---




More information about the fedora-extras-commits mailing list