new bugfix version 1.7.2

This commit is contained in:
Remi Collet 2008-05-18 06:16:04 +00:00
parent 2853f62f18
commit eea87a2ae3
5 changed files with 14 additions and 33 deletions

View File

@ -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

27
README
View File

@ -1,27 +0,0 @@
Upgrading to new versions of PEAR
=================================
Currently no versioned archive of the installer ".phar" archives is
available from upstream; only a single unversioned .phar at the
http://pear.php.net/install-pear-nozlib.phar URL.
This .phar link is not always updated when new versions of PEAR are
released. When upgrading:
1) download http://pear.php.net/install-pear-nozlib.phar
2) check that it matches the expected version (there will be
references to "PEAR-1.5.4.tar" in the 1.5.4 installer)
3) submit the new .phar to the setaside repo as normal, ensuring
a versioned name is used:
$ curl http://pear.php.net/install-pear-nozlib.phar \
> install-pear-nozlib-1.5.4.phar
$ make upload FILES=install-pear-nozlib-1.5.4.phar
Hopefully in the future a versioned archive of the installer .phars
will be available which will simplify this process.
$Id$

View File

@ -1,6 +1,6 @@
<?php
/* $Id: install-pear.php,v 1.31 2008/03/11 22:04:32 timj Exp $ */
/* $Id: install-pear.php,v 1.32 2008/05/13 04:58:09 cellog Exp $ */
error_reporting(E_ALL);
$pear_dir = dirname(__FILE__);
@ -94,7 +94,11 @@ if (!empty($with_dir)) {
$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'));

View File

@ -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 @@ rm new-pear.conf
%doc LICENSE README
%changelog
* Sun May 18 2008 Remi Collet <Fedora@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@timj.co.uk> 1:1.7.1-2
- Set cfg_dir to be %{_sysconfdir}/pear (and own it)
- Update install-pear.php script

View File

@ -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