OBS User unknown 2008-01-21 12:38:13 +00:00 committed by Git OBS Bridge
parent 0860e2c5ab
commit eca38e6764
7 changed files with 362 additions and 4252 deletions

View File

@ -1,19 +0,0 @@
--- 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(

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83d431715fbf2b2688c5ec0c9d82aa9f62520eadbc3a3b9f95d8a087a0137b50
size 617108

318
unison-2.27.57-manual.html Normal file

File diff suppressed because one or more lines are too long

3
unison-2.27.57.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49299ec14216a8467b2c6ba148f8145bec31fa787433f9ce3851c2d62f0035ae
size 617253

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 21 09:28:20 CET 2008 - seife@suse.de
- Updated to 2.27.57:
* only some minor bugfixes (mistriggering assertions etc)
* the patch vor bug 331513 is incorporated upstream
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 28 15:15:07 CET 2007 - seife@suse.de Wed Nov 28 15:15:07 CET 2007 - seife@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package unison (Version 2.27.47) # spec file for package unison (Version 2.27.57)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -20,13 +20,12 @@ BuildRequires: lablgtk2
License: GPL v2 or later License: GPL v2 or later
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
AutoReqProv: on AutoReqProv: on
Version: 2.27.47 Version: 2.27.57
Release: 29 Release: 1
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
Source3: %name.png Source3: %name.png
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
@ -46,7 +45,6 @@ Authors:
%prep %prep
%setup -q %setup -q
%patch0
%build %build
%ifarch s390 s390x %ifarch s390 s390x
@ -79,25 +77,29 @@ rm -rf $RPM_BUILD_ROOT;
%{_bindir}/%{name} %{_bindir}/%{name}
%changelog %changelog
* Wed Nov 28 2007 - seife@suse.de * Mon Jan 21 2008 seife@suse.de
- Updated to 2.27.57:
* only some minor bugfixes (mistriggering assertions etc)
* the patch vor bug 331513 is incorporated upstream
* Wed Nov 28 2007 seife@suse.de
- add an application icon for unison (bug 309880) - add an application icon for unison (bug 309880)
* Thu Oct 25 2007 - seife@suse.de * Thu Oct 25 2007 seife@suse.de
- fix bug 331513 (one ":" too much in the profile) - fix bug 331513 (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
interface by Craig Federighi. interface by Craig Federighi.
* Ignore all-whitespace lines in preference files * Ignore all-whitespace lines in preference files
* Small fix to ctime (non-)handling in update detection under windows * Small fix to ctime (non-)handling in update detection under windows
with fastcheck. with fastcheck.
* Fri Aug 24 2007 - tsieden@suse.de * Fri Aug 24 2007 tsieden@suse.de
- Updated to 2.27.29: - Updated to 2.27.29:
* small bugfixes - mostly windows related * small bugfixes - mostly windows related
* Thu Aug 23 2007 - tsieden@suse.de * Thu Aug 23 2007 tsieden@suse.de
- fix build (BuildRequires lablgtk2-devel only if suse_version >1020) - fix build (BuildRequires lablgtk2-devel only if suse_version >1020)
* Fri May 25 2007 - ro@suse.de * Fri May 25 2007 ro@suse.de
- added lablgtk2-devel to buildreq - added lablgtk2-devel to buildreq
* Wed Apr 25 2007 - mhopf@suse.de * Wed Apr 25 2007 mhopf@suse.de
- Updated to 2.27.24: - Updated to 2.27.24:
* Backup functionality completely rewritten, removing bugs. * Backup functionality completely rewritten, removing bugs.
* Several savety improvements: mountpoint checks, big deletes, missing * Several savety improvements: mountpoint checks, big deletes, missing
@ -108,46 +110,46 @@ rm -rf $RPM_BUILD_ROOT;
* Reversed diff arguments. * Reversed diff arguments.
* Many bugfixes (fastcheck + daylight saving time under windows, 32/64 * Many bugfixes (fastcheck + daylight saving time under windows, 32/64
bit cleanup, removing deadlocks, ...) bit cleanup, removing deadlocks, ...)
* Tue Apr 17 2007 - seife@suse.de * Tue Apr 17 2007 seife@suse.de
- add ncurses-devel to buildrequires, to fix build on s390 - add ncurses-devel to buildrequires, to fix build on s390
* Wed Dec 13 2006 - mhopf@suse.de * Wed Dec 13 2006 mhopf@suse.de
- added patch for no longer closing main window if subwindows open - added patch for no longer closing main window if subwindows open
- removed unison-gtk1 again - removed unison-gtk1 again
* Wed Dec 06 2006 - seife@suse.de * Wed Dec 06 2006 seife@suse.de
- add unison-gtk1, a binary compiled against lablgtk - add unison-gtk1, a binary compiled against lablgtk
* Mon Sep 25 2006 - mhopf@suse.de * Mon Sep 25 2006 mhopf@suse.de
- Update to version 2.17.1 - Update to version 2.17.1
- Completely rewritten backup function (actually working now) - Completely rewritten backup function (actually working now)
- Ip V6 support - Ip V6 support
- Several bug fixes - Several bug fixes
* Thu Sep 21 2006 - seife@suse.de * Thu Sep 21 2006 seife@suse.de
- switch to GTK2 / lablgtk2 - switch to GTK2 / lablgtk2
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Oct 10 2005 - rommel@suse.de * Mon Oct 10 2005 rommel@suse.de
- update to version 2.13.16 (includes all of our recent fixes) - update to version 2.13.16 (includes all of our recent fixes)
- updated spec file, manual is available in html now - updated spec file, manual is available in html now
* Tue Mar 15 2005 - ro@suse.de * Tue Mar 15 2005 ro@suse.de
- enable optimized compile on x86_64 - enable optimized compile on x86_64
* Wed Sep 15 2004 - ro@suse.de * Wed Sep 15 2004 ro@suse.de
- fix build with ocaml-3.08 (from unison-hackers ml) - fix build with ocaml-3.08 (from unison-hackers ml)
* Sat Jan 10 2004 - adrian@suse.de * Sat Jan 10 2004 adrian@suse.de
- build as user - build as user
* Fri Aug 15 2003 - adrian@suse.de * Fri Aug 15 2003 adrian@suse.de
- add desktop file - add desktop file
* Tue Jul 22 2003 - rommel@suse.de * Tue Jul 22 2003 rommel@suse.de
- fixed "invalid escape sequence" error messages - fixed "invalid escape sequence" error messages
- fixed %%install (not using make install anymore) - fixed %%install (not using make install anymore)
- compiling with thread support - compiling with thread support
* Wed May 07 2003 - ro@suse.de * Wed May 07 2003 ro@suse.de
- fix tail calling syntax - fix tail calling syntax
* Mon Jan 27 2003 - rommel@suse.de * Mon Jan 27 2003 rommel@suse.de
- replaced pdf file (unreadable) with ps file - replaced pdf file (unreadable) with ps file
* Tue Sep 17 2002 - ro@suse.de * Tue Sep 17 2002 ro@suse.de
- removed bogus self-provides - removed bogus self-provides
* Tue May 28 2002 - ro@suse.de * Tue May 28 2002 ro@suse.de
- update to 2.9.1 makes it build with current ocaml - update to 2.9.1 makes it build with current ocaml
* Fri Sep 14 2001 - grimmer@suse.de * Fri Sep 14 2001 grimmer@suse.de
- Update to 2.7.7, which fixes the following bugs (since - Update to 2.7.7, which fixes the following bugs (since
2.7.1): 2.7.1):
* Fixed a silly bug that would reliably prevent the Unison * Fixed a silly bug that would reliably prevent the Unison
@ -155,8 +157,8 @@ rm -rf $RPM_BUILD_ROOT;
* Bug fix (2.7.4): read the initial connection header one byte * Bug fix (2.7.4): read the initial connection header one byte
at a time, so that we don't block if the header is shorter at a time, so that we don't block if the header is shorter
than expected. than expected.
* Wed Aug 29 2001 - grimmer@suse.de * Wed Aug 29 2001 grimmer@suse.de
- Update to 2.7.1 (see the NEWS file for changes) - Update to 2.7.1 (see the NEWS file for changes)
- updated PDF manual to latest version - updated PDF manual to latest version
* Thu Aug 16 2001 - grimmer@suse.de * Thu Aug 16 2001 grimmer@suse.de
- Initial package for SuSE Linux (version 2.6.59) - Initial package for SuSE Linux (version 2.6.59)