From 115cca0985ef1e9e4bbaf806f3b5d5452db9d6c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Feb 03 2008 17:45:23 +0000 Subject: update to 1.7.1 --- diff --git a/.cvsignore b/.cvsignore index d7e51a5..eac66e5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/php-pear.spec b/php-pear.spec index 9830cd4..78d5ae6 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -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 1:1.7.1-1 +- update to 1.7.1 + * Fri Feb 1 2008 Remi Collet 1:1.7.0-1 - update to 1.7.0 diff --git a/sources b/sources index 6b06de7..c6c8315 100644 --- a/sources +++ b/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