- update to 1.5.4
This commit is contained in:
parent
5215bfd413
commit
582fcefcb1
@ -1,9 +1,6 @@
|
||||
XML_RPC-1.5.0.tgz
|
||||
install-pear-nozlib-1.4.11.phar
|
||||
XML_RPC-1.5.1.tgz
|
||||
pear-1.4.11
|
||||
pear-1.5.4
|
||||
*.src.rpm
|
||||
noarch
|
||||
clog
|
||||
install-pear-nozlib-1.5.0RC2.phar
|
||||
install-pear-nozlib-1.5.0.phar
|
||||
install-pear-nozlib-1.5.4.phar
|
||||
|
27
README
Normal file
27
README
Normal file
@ -0,0 +1,27 @@
|
||||
|
||||
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$
|
@ -9,8 +9,8 @@
|
||||
|
||||
Summary: PHP Extension and Application Repository framework
|
||||
Name: php-pear
|
||||
Version: 1.5.0
|
||||
Release: 3
|
||||
Version: 1.5.4
|
||||
Release: 2
|
||||
Epoch: 1
|
||||
License: The PHP License v3.0
|
||||
Group: Development/Languages
|
||||
@ -117,6 +117,9 @@ rm pear.conf
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri May 11 2007 Joe Orton <jorton@redhat.com> 1:1.5.4-2
|
||||
- update to 1.5.4
|
||||
|
||||
* Tue Mar 6 2007 Joe Orton <jorton@redhat.com> 1:1.5.0-3
|
||||
- add redundant build section (#226295)
|
||||
- BR php-cli not php (#226295)
|
||||
|
Loading…
Reference in New Issue
Block a user