diff options
| -rw-r--r-- | .gitignore | 7 | ||||
| -rw-r--r-- | php-phpseclib-net-ssh2.spec | 12 | 
2 files changed, 11 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-phpseclib-net-ssh2.spec b/php-phpseclib-net-ssh2.spec index 4c0fa30..b48a37a 100644 --- a/php-phpseclib-net-ssh2.spec +++ b/php-phpseclib-net-ssh2.spec @@ -11,7 +11,7 @@  %global pear_name Net_SSH2  Name:           php-phpseclib-net-ssh2 -Version:        1.0.5 +Version:        1.0.6  Release:        1%{?dist}  Summary:        Pure-PHP implementation of SSHv2 @@ -23,7 +23,6 @@ Source0:        http://phpseclib.sourceforge.net/get/%{pear_name}-%{version}.tgz  # library to avoid conflict with php-pear-Crypt-Blowfish  Patch0:         php-phpseclib-Net-SSH2-Crypt_Blowfish_conflict.patch -BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildArch:      noarch  BuildRequires:  php-pear(PEAR)  BuildRequires:  php-channel(phpseclib.sourceforge.net) @@ -68,7 +67,6 @@ cd %{pear_name}-%{version}  %install -rm -rf %{buildroot}  cd %{pear_name}-%{version}  %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml @@ -80,10 +78,6 @@ mkdir -p %{buildroot}%{pear_xmldir}  install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} -%clean -rm -rf %{buildroot} - -  %post  %{__pear} install --nodeps --soft --force --register-only \      %{pear_xmldir}/%{name}.xml >/dev/null || : @@ -96,12 +90,14 @@ fi  %files -%defattr(-, root, root, -)  %{pear_xmldir}/%{name}.xml  %{pear_phpdir}/Net  %changelog +* Mon May  8 2017 Remi Collet <remi@remirepo.net> - 1.0.6-1 +- Update to 1.0.6 +  * Tue Oct 25 2016 Remi Collet <remi@fedoraproject.org> - 1.0.5-1  - Update to 1.0.5 (no change)  | 
