update to 1.7.1
This commit is contained in:
parent
ac332892b9
commit
115cca0985
@ -1,4 +1,4 @@
|
||||
PEAR-1.7.0.tgz
|
||||
PEAR-1.7.1.tgz
|
||||
Archive_Tar-1.3.2.tgz
|
||||
Console_Getopt-1.2.3.tgz
|
||||
Structures_Graph-1.0.2.tgz
|
||||
|
@ -8,8 +8,8 @@
|
||||
|
||||
Summary: PHP Extension and Application Repository framework
|
||||
Name: php-pear
|
||||
Version: 1.7.0
|
||||
Release: 1%{?dist}.1
|
||||
Version: 1.7.1
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: PHP
|
||||
Group: Development/Languages
|
||||
@ -49,7 +49,7 @@ components. This package contains the basic PEAR components.
|
||||
# Create a usable PEAR directory (used by install-pear.php)
|
||||
for archive in %{SOURCE0} %{SOURCE21} %{SOURCE22} %{SOURCE23}
|
||||
do
|
||||
tar xzf $archive --strip-components 1
|
||||
tar xzf $archive --strip-components 1 || tar xzf $archive --strip-path 1
|
||||
done
|
||||
|
||||
# apply patches on used PEAR during install
|
||||
@ -133,6 +133,9 @@ rm new-pear.conf
|
||||
%doc LICENSE README
|
||||
|
||||
%changelog
|
||||
* Sun Feb 3 2008 Remi Collet <Fedora@FamilleCollet.com> 1:1.7.1-1
|
||||
- update to 1.7.1
|
||||
|
||||
* Fri Feb 1 2008 Remi Collet <Fedora@FamilleCollet.com> 1:1.7.0-1
|
||||
- update to 1.7.0
|
||||
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
3b0acf70fa94b083e73470ab679cd996 PEAR-1.7.0.tgz
|
||||
a51890226dcf4482f08e37ebb1c7c8dd PEAR-1.7.1.tgz
|
||||
17d49e837b64df4e8f9124f829b22cd1 Archive_Tar-1.3.2.tgz
|
||||
d7618327f9302a7191893768982de823 Console_Getopt-1.2.3.tgz
|
||||
2664e2d024048f982e12fad4d1bfbb87 Structures_Graph-1.0.2.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user