From 092f34e7d5cf743d817ab01fdffe4a1337abd002eb023b82fcb52a0a83b2466f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 25 Oct 2007 23:57:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unison?expand=0&rev=6 --- unison-2.27.24-bug335153.diff | 19 +++++++++++++++++++ unison.changes | 5 +++++ unison.spec | 6 +++++- 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 unison-2.27.24-bug335153.diff diff --git a/unison-2.27.24-bug335153.diff b/unison-2.27.24-bug335153.diff new file mode 100644 index 0000000..f29b61d --- /dev/null +++ b/unison-2.27.24-bug335153.diff @@ -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( diff --git a/unison.changes b/unison.changes index 006e29a..a1caf15 100644 --- a/unison.changes +++ b/unison.changes @@ -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 diff --git a/unison.spec b/unison.spec index 72f8b89..10f5552 100644 --- a/unison.spec +++ b/unison.spec @@ -21,10 +21,11 @@ License: GPL v2 or later Group: Productivity/Networking/Other AutoReqProv: on Version: 2.27.47 -Release: 1 +Release: 15 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 Source2: %name.desktop +Patch0: unison-2.27.24-bug335153.diff Url: http://www.cis.upenn.edu/~bcpierce/unison BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A file synchronization tool @@ -44,6 +45,7 @@ Authors: %prep %setup -q +%patch0 %build %ifarch s390 s390x @@ -72,6 +74,8 @@ rm -rf $RPM_BUILD_ROOT; /usr/share/applications/* %{_bindir}/%{name} %changelog +* Thu Oct 25 2007 - seife@suse.de +- fix bug 335153 (one ":" too much in the profile) * Sun Oct 07 2007 - tsieden@suse.de - Updated to 2.27.47: * Major rewrite and cleanup of the whole Mac OS X graphical user