[perl-Net-SSH2] 0.43 bump

Petr Šabata psabata at fedoraproject.org
Tue Apr 24 11:52:10 UTC 2012


commit 0a21e73c27fcec397a61634bd009c0828839aaa0
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Apr 24 13:51:51 2012 +0200

    0.43 bump

 .gitignore                   |    1 +
 Net-SSH2-0.41-Makefile.patch |   15 ---------------
 perl-Net-SSH2.spec           |    7 ++++---
 sources                      |    2 +-
 4 files changed, 6 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 816787b..25b2a30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Net-SSH2-0.28.tar.gz
 /Net-SSH2-0.40.tar.gz
 /Net-SSH2-0.41.tar.gz
 /Net-SSH2-0.42.tar.gz
+/Net-SSH2-0.43.tar.gz
diff --git a/perl-Net-SSH2.spec b/perl-Net-SSH2.spec
index 226ed80..f408602 100644
--- a/perl-Net-SSH2.spec
+++ b/perl-Net-SSH2.spec
@@ -1,5 +1,5 @@
 Name:           perl-Net-SSH2
-Version:        0.42
+Version:        0.43
 Release:        1%{?dist}
 Summary:        Support for the SSH 2 protocol via libSSH2
 License:        GPL+ or Artistic
@@ -7,7 +7,6 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-SSH2/
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/Net-SSH2-%{version}.tar.gz
 # Avoid the EE::MM CCFLAGS bug
-Patch0:         Net-SSH2-0.41-Makefile.patch
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
@@ -30,7 +29,6 @@ all of the key exchanges, ciphers, and compression of libssh2.
 
 %prep
 %setup -q -n Net-SSH2-%{version}
-%patch0 -p1 -b .makefile
 perl -pi -e 's|^#!perl|#!%{__perl}|' example/*
 
 %build
@@ -56,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 24 2012 Petr Šabata <contyk at redhat.com> - 0.43-1
+- 0.43 bump
+
 * Mon Apr 23 2012 Petr Šabata <contyk at redhat.com> - 0.42-1
 - 0.42 bump
 
diff --git a/sources b/sources
index 7cb894a..08c9f30 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c667cb01508eb1e6135afff88a86e4f9  Net-SSH2-0.42.tar.gz
+3f1d62af340e05e0aba33c4ec1c342f2  Net-SSH2-0.43.tar.gz


More information about the scm-commits mailing list