rpms/php-pear/devel .cvsignore, 1.15, 1.16 install-pear.php, 1.2, 1.3 php-pear.spec, 1.32, 1.33 sources, 1.15, 1.16 README, 1.1, NONE

Remi Collet (remi) fedora-extras-commits at redhat.com
Sun May 18 06:16:54 UTC 2008


Author: remi

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

Modified Files:
	.cvsignore install-pear.php php-pear.spec sources 
Removed Files:
	README 
Log Message:
new bugfix version 1.7.2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-pear/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	3 Feb 2008 17:45:23 -0000	1.15
+++ .cvsignore	18 May 2008 06:16:04 -0000	1.16
@@ -1,4 +1,4 @@
-PEAR-1.7.1.tgz
+PEAR-1.7.2.tgz
 Archive_Tar-1.3.2.tgz
 Console_Getopt-1.2.3.tgz
 Structures_Graph-1.0.2.tgz


Index: install-pear.php
===================================================================
RCS file: /cvs/extras/rpms/php-pear/devel/install-pear.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- install-pear.php	11 Mar 2008 22:16:25 -0000	1.2
+++ install-pear.php	18 May 2008 06:16:04 -0000	1.3
@@ -94,7 +94,11 @@
     $config->set('php_dir', $with_dir, 'default');
     $config->set('doc_dir', $with_dir . $ds . 'doc', 'default');
     $config->set('data_dir', $with_dir . $ds . 'data', 'default');
+    $config->set('www_dir', $with_dir . $ds . 'htdocs', 'default');
     $config->set('test_dir', $with_dir . $ds . 'test', 'default');
+    if (!empty($cfg_dir)) {
+        $config->set('cfg_dir', $with_dir . $ds . 'cfg', 'default');
+    }
     if (!is_writable($config->get('cache_dir'))) {
         include_once 'System.php';
         $cdir = System::mktemp(array('-d', 'pear'));


Index: php-pear.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear/devel/php-pear.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- php-pear.spec	11 Mar 2008 22:16:25 -0000	1.32
+++ php-pear.spec	18 May 2008 06:16:04 -0000	1.33
@@ -8,14 +8,14 @@
 
 Summary: PHP Extension and Application Repository framework
 Name: php-pear
-Version: 1.7.1
-Release: 2%{?dist}
+Version: 1.7.2
+Release: 1%{?dist}
 Epoch: 1
 License: PHP
 Group: Development/Languages
 URL: http://pear.php.net/package/PEAR
 Source0: http://download.pear.php.net/package/PEAR-%{version}.tgz
-# wget http://cvs.php.net/viewvc.cgi/pear-core/install-pear.php?revision=1.31 -O install-pear.php
+# wget http://cvs.php.net/viewvc.cgi/pear-core/install-pear.php?revision=1.32 -O install-pear.php
 Source1: install-pear.php
 Source2: relocate.php
 Source3: strip.php
@@ -136,6 +136,10 @@
 %doc LICENSE README
 
 %changelog
+* Sun May 18 2008 Remi Collet <Fedora at FamilleCollet.com> 1:1.7.2-1
+- update to 1.7.2
+- Update install-pear.php script (1.32)
+
 * Tue Mar 11 2008 Tim Jackson <rpm at timj.co.uk> 1:1.7.1-2
 - Set cfg_dir to be %{_sysconfdir}/pear (and own it)
 - Update install-pear.php script


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pear/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	3 Feb 2008 17:45:23 -0000	1.15
+++ sources	18 May 2008 06:16:04 -0000	1.16
@@ -1,4 +1,4 @@
-a51890226dcf4482f08e37ebb1c7c8dd  PEAR-1.7.1.tgz
+6614c4862f16c80eadb2d00b776d33c0  PEAR-1.7.2.tgz
 17d49e837b64df4e8f9124f829b22cd1  Archive_Tar-1.3.2.tgz
 d7618327f9302a7191893768982de823  Console_Getopt-1.2.3.tgz
 2664e2d024048f982e12fad4d1bfbb87  Structures_Graph-1.0.2.tgz


--- README DELETED ---




More information about the scm-commits mailing list