Просмотр исходного кода

modifying package: libssh2-0.14 20060924 -> 20060926

Christoph Schug 19 лет назад
Родитель
Сommit
5415ff4c10
2 измененных файлов с 5 добавлено и 5 удалено
  1. 3 3
      libssh2/libssh2.patch
  2. 2 2
      libssh2/libssh2.spec

+ 3 - 3
libssh2/libssh2.patch

@@ -10,9 +10,9 @@ Index: Makefile.in
  INSTALL = @INSTALL@
  VERSION=@PACKAGE_VERSION@
  DISTLIB=libssh2-$(VERSION)
-Index: Net-SSH2-0.08/Makefile.PL
---- Net-SSH2-0.08/Makefile.PL.orig	2005-11-19 19:03:08 +0100
-+++ Net-SSH2-0.08/Makefile.PL	2006-06-24 21:50:09 +0200
+Index: Net-SSH2-0.09/Makefile.PL
+--- Net-SSH2-0.09/Makefile.PL.orig	2005-11-19 19:03:08 +0100
++++ Net-SSH2-0.09/Makefile.PL	2006-06-24 21:50:09 +0200
 @@ -10,8 +10,8 @@
  my @define = $win32 ? (DEFINE => '-DLIBSSH2_WIN32') : ();
  

+ 2 - 2
libssh2/libssh2.spec

@@ -24,7 +24,7 @@
 
 #   package version
 %define       V_libssh2    0.14
-%define       V_net_ssh2   0.08
+%define       V_net_ssh2   0.09
 
 #   package information
 Name:         libssh2
@@ -37,7 +37,7 @@ Class:        EVAL
 Group:        SSH
 License:      BSD-style
 Version:      %{V_libssh2}
-Release:      20060924
+Release:      20060926
 
 #   package options
 %option       with_perl  no