forked from pool/unison
This commit is contained in:
committed by
Git OBS Bridge
parent
d12b2032f5
commit
092f34e7d5
19
unison-2.27.24-bug335153.diff
Normal file
19
unison-2.27.24-bug335153.diff
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
--- uigtk2.ml
|
||||||
|
+++ uigtk2.ml
|
||||||
|
@@ -770,6 +770,7 @@
|
||||||
|
let file = fileE#text in
|
||||||
|
let user = userE#text in
|
||||||
|
let host = hostE#text in
|
||||||
|
+ let port = portE#text in
|
||||||
|
match !varLocalRemote with
|
||||||
|
`Local ->
|
||||||
|
Clroot.clroot2string(Clroot.ConnectLocal(Some file))
|
||||||
|
@@ -778,7 +779,7 @@
|
||||||
|
Clroot.ConnectByShell((if !varLocalRemote=`SSH then "ssh" else "rsh"),
|
||||||
|
host,
|
||||||
|
(if user="" then None else Some user),
|
||||||
|
- Some portE#text,
|
||||||
|
+ (if port="" then None else Some port),
|
||||||
|
Some file))
|
||||||
|
| `SOCKET ->
|
||||||
|
Clroot.clroot2string(
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 25 20:15:52 CEST 2007 - seife@suse.de
|
||||||
|
|
||||||
|
- fix bug 335153 (one ":" too much in the profile)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 7 09:27:21 CEST 2007 - tsieden@suse.de
|
Sun Oct 7 09:27:21 CEST 2007 - tsieden@suse.de
|
||||||
|
|
||||||
|
@@ -21,10 +21,11 @@ License: GPL v2 or later
|
|||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.27.47
|
Version: 2.27.47
|
||||||
Release: 1
|
Release: 15
|
||||||
Source0: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}.tar.gz
|
Source0: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}.tar.gz
|
||||||
Source1: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}-manual.html
|
Source1: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}-manual.html
|
||||||
Source2: %name.desktop
|
Source2: %name.desktop
|
||||||
|
Patch0: unison-2.27.24-bug335153.diff
|
||||||
Url: http://www.cis.upenn.edu/~bcpierce/unison
|
Url: http://www.cis.upenn.edu/~bcpierce/unison
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: A file synchronization tool
|
Summary: A file synchronization tool
|
||||||
@@ -44,6 +45,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@@ -72,6 +74,8 @@ rm -rf $RPM_BUILD_ROOT;
|
|||||||
/usr/share/applications/*
|
/usr/share/applications/*
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 25 2007 - seife@suse.de
|
||||||
|
- fix bug 335153 (one ":" too much in the profile)
|
||||||
* Sun Oct 07 2007 - tsieden@suse.de
|
* Sun Oct 07 2007 - tsieden@suse.de
|
||||||
- Updated to 2.27.47:
|
- Updated to 2.27.47:
|
||||||
* Major rewrite and cleanup of the whole Mac OS X graphical user
|
* Major rewrite and cleanup of the whole Mac OS X graphical user
|
||||||
|
Reference in New Issue
Block a user