rpms/php-pecl-ssh2/F-9 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 php-pecl-ssh2.spec, 1.1, 1.2 sources, 1.2, 1.3 libssh2.diff, 1.1, NONE

Itamar Reis Peixoto itamarjp at fedoraproject.org
Sun Dec 21 18:21:51 UTC 2008


Author: itamarjp

Update of /cvs/pkgs/rpms/php-pecl-ssh2/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29637/F-9

Modified Files:
	.cvsignore import.log php-pecl-ssh2.spec sources 
Removed Files:
	libssh2.diff 
Log Message:
new version of php-pecl-ssh2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-pecl-ssh2/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	19 Nov 2008 11:51:21 -0000	1.2
+++ .cvsignore	21 Dec 2008 18:21:21 -0000	1.3
@@ -1 +1 @@
-ssh2-0.10.tgz
+ssh2-0.11.0.tgz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/php-pecl-ssh2/F-9/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	19 Nov 2008 11:51:21 -0000	1.1
+++ import.log	21 Dec 2008 18:21:21 -0000	1.2
@@ -1 +1,2 @@
 php-pecl-ssh2-0_10-2_fc8:F-9:php-pecl-ssh2-0.10-2.fc8.src.rpm:1227095432
+php-pecl-ssh2-0_11_0-1_fc8:F-9:php-pecl-ssh2-0.11.0-1.fc8.src.rpm:1229883597


Index: php-pecl-ssh2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-pecl-ssh2/F-9/php-pecl-ssh2.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-pecl-ssh2.spec	19 Nov 2008 11:51:21 -0000	1.1
+++ php-pecl-ssh2.spec	21 Dec 2008 18:21:21 -0000	1.2
@@ -6,8 +6,8 @@
 %define pecl_name ssh2
 
 Name:           php-pecl-ssh2
-Version:        0.10
-Release:        2%{?dist}
+Version:        0.11.0
+Release:        1%{?dist}
 Summary:        Bindings for the libssh2 library
 
 License:        PHP
@@ -19,9 +19,7 @@
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0:         libssh2.diff
-
-BuildRequires:  libssh2-devel php-devel php-pear >= 1:1.4.9-1.2
+BuildRequires:  libssh2-devel php-devel php-pear
 Requires(post): %{__pecl}
 Requires(postun): %{__pecl}
 Provides:       php-pecl(ssh2) = %{version}
@@ -41,15 +39,14 @@
 
 %prep
 %setup -c -q 
-%{__mv} package.xml %{pecl_name}-%{version}/%{pecl_name}.xml
 
-%{__install} -m 644 -c %{SOURCE1} LICENSE
-%{__install} -m 644 -c %{SOURCE2} README
+#convert package.xml to V2 format
+%{__pear} convert package.xml package2.xml 
 
+%{__mv} package2.xml %{pecl_name}-%{version}/%{pecl_name}.xml
 
-cd %{pecl_name}-%{version}
-%patch0 -p0
-
+%{__install} -m 644 -c %{SOURCE1} LICENSE
+%{__install} -m 644 -c %{SOURCE2} README
 
 %build
 cd %{pecl_name}-%{version}
@@ -57,7 +54,6 @@
 %configure
 %{__make} %{?_smp_mflags}
 
-
 %install
 cd %{pecl_name}-%{version}
 %{__rm} -rf %{buildroot}
@@ -101,6 +97,9 @@
 
 
 %changelog
+* Sat Dec 20 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> 0.11.0-1
+- convert package.xml to V2 format, update to 0.11.0 #BZ 476405
+
 * Sat Nov 15 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> 0.10-2
 - Install pecl xml, license and readme files
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-pecl-ssh2/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Nov 2008 11:51:21 -0000	1.2
+++ sources	21 Dec 2008 18:21:21 -0000	1.3
@@ -1 +1 @@
-95bdbd6a9a0d14cb65c6d6bdc9ee1770  ssh2-0.10.tgz
+9f5dcd5b92299458389038f7318cbc46  ssh2-0.11.0.tgz


--- libssh2.diff DELETED ---




More information about the fedora-extras-commits mailing list