rpms/php-pear/devel .cvsignore, 1.12, 1.13 php-pear.spec, 1.28, 1.29 sources, 1.12, 1.13

Remi Collet (remi) fedora-extras-commits at redhat.com
Fri Feb 1 17:31:10 UTC 2008


Author: remi

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

Modified Files:
	.cvsignore php-pear.spec sources 
Log Message:
update to 1.7.0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-pear/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	9 Sep 2007 19:35:42 -0000	1.12
+++ .cvsignore	1 Feb 2008 17:30:35 -0000	1.13
@@ -1,5 +1 @@
-PEAR-1.6.2.tgz
-XML_RPC-1.5.1.tgz
-Archive_Tar-1.3.2.tgz
-Console_Getopt-1.2.3.tgz
-Structures_Graph-1.0.2.tgz
+PEAR-1.7.0.tgz


Index: php-pear.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear/devel/php-pear.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- php-pear.spec	4 Oct 2007 12:05:41 -0000	1.28
+++ php-pear.spec	1 Feb 2008 17:30:35 -0000	1.29
@@ -6,20 +6,16 @@
 %define arctarver 1.3.2
 %define structver 1.0.2
 
-# Upstream only make the latest .phar available via the following URL,
-# no archive of each version of the installer archives exists:
-#   http://pear.php.net/install-pear-nozlib.phar
-
 Summary: PHP Extension and Application Repository framework
 Name: php-pear
-Version: 1.6.2
-Release: 2%{?dist}
+Version: 1.7.0
+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.29 -O install-pear.php
+# wget http://cvs.php.net/viewvc.cgi/pear-core/install-pear.php?revision=1.30 -O install-pear.php
 Source1: install-pear.php
 Source2: relocate.php
 Source3: strip.php
@@ -97,7 +93,10 @@
 # Sanitize the pear.conf
 %{_bindir}/php -n %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf $RPM_BUILD_ROOT | 
   %{_bindir}/php -n %{SOURCE2} php://stdin $PWD > new-pear.conf
-%{_bindir}/php -n %{SOURCE3} new-pear.conf ext_dir > $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf
+%{_bindir}/php -n %{SOURCE3} new-pear.conf ext_dir |
+  %{_bindir}/php -n %{SOURCE3} php://stdin http_proxy > $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf
+
+%{_bindir}/php -r "print_r(unserialize(substr(file_get_contents('$RPM_BUILD_ROOT%{_sysconfdir}/pear.conf'),17)));"
 
 install -m 644 -c %{SOURCE4} LICENSE
 
@@ -131,9 +130,12 @@
 %config(noreplace) %{_sysconfdir}/pear.conf
 %config %{_sysconfdir}/rpm/macros.pear
 %dir %{_localstatedir}/cache/php-pear
-%doc LICENSE
+%doc LICENSE README
 
 %changelog
+* Fri Feb  1 2008 Remi Collet <Fedora at FamilleCollet.com> 1:1.7.0-1
+- update to 1.7.0
+
 * Thu Oct  4 2007 Joe Orton <jorton at redhat.com> 1:1.6.2-2
 - require php-cli not php
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pear/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	9 Sep 2007 19:35:42 -0000	1.12
+++ sources	1 Feb 2008 17:30:35 -0000	1.13
@@ -1,5 +1 @@
-8658f584d0ba2648b795fe8b1d8998c2  PEAR-1.6.2.tgz
-1b516162ad65971b5fd04a7c279627ec  XML_RPC-1.5.1.tgz
-17d49e837b64df4e8f9124f829b22cd1  Archive_Tar-1.3.2.tgz
-d7618327f9302a7191893768982de823  Console_Getopt-1.2.3.tgz
-2664e2d024048f982e12fad4d1bfbb87  Structures_Graph-1.0.2.tgz
+3b0acf70fa94b083e73470ab679cd996  PEAR-1.7.0.tgz




More information about the fedora-extras-commits mailing list