[perl-Net-SSH2/el6] Actually apply the patch

Petr Šabata psabata at fedoraproject.org
Fri Apr 5 14:10:10 UTC 2013


commit 53912e63b25b460afe36b1a472b7628ad0a76d02
Author: Petr Šabata <contyk at redhat.com>
Date:   Fri Apr 5 16:10:05 2013 +0200

    Actually apply the patch

 perl-Net-SSH2.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-SSH2.spec b/perl-Net-SSH2.spec
index 0580ae3..de84a5a 100644
--- a/perl-Net-SSH2.spec
+++ b/perl-Net-SSH2.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-SSH2
 Version:        0.45
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Support for the SSH 2 protocol via libSSH2
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -34,6 +34,7 @@ all of the key exchanges, ciphers, and compression of libssh2.
 %prep
 %setup -q -n Net-SSH2-%{version}
 perl -pi -e 's|^#!perl|#!%{__perl}|' example/*
+%patch0 -p1 -b .op-priority
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -58,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 05 2013 Petr Šabata <contyk at redhat.com> - 0.45-4
+- Actually apply the patch
+
 * Tue Feb 12 2013 Petr Šabata <contyk at redhat.com> - 0.45-3
 - Fix the operator precedence (rt#80065, rhbz#864102)
 


More information about the scm-commits mailing list