From root@Hilbert.suse.de Thu Sep 10 11:08:50 2009 From: root@Hilbert.suse.de To: commit@lists.opensuse.org Subject: commit unison for openSUSE:Factory Date: Thu, 10 Sep 2009 13:10:28 +0200 Message-ID: <20090910111028.48CAF639F@Hilbert.suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5442627761276799621==" --===============5442627761276799621== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello community, here is the log from the commit of package unison for openSUSE:Factory checked in at Thu Sep 10 13:10:28 CEST 2009. -------- --- unison/unison.changes 2009-06-29 09:52:51.000000000 +0200 +++ /mounts/work_src_done/STABLE/unison/unison.changes 2009-09-04 17:01:38.00= 0000000 +0200 @@ -1,0 +2,6 @@ +Fri Sep 4 16:50:56 CEST 2009 - mhopf@novell.com + +- Update to latest stable version 2.27.157 + * various small fixes. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- unison-2.27.149-manual.html unison-2.27.149.tar.gz New: ---- unison-2.27.157-manual.html unison-2.27.157.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unison.spec ++++++ --- /var/tmp/diff_new_pack.9M2aE4/_old 2009-09-10 13:10:18.000000000 +0200 +++ /var/tmp/diff_new_pack.9M2aE4/_new 2009-09-10 13:10:18.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package unison (Version 2.27.149) +# spec file for package unison (Version 2.27.157) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -28,7 +28,7 @@ License: GPL v3 or later Group: Productivity/Networking/Other AutoReqProv: on -Version: 2.27.149 +Version: 2.27.157 Release: 1 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 ++++++ unison-2.27.149-manual.html -> unison-2.27.157-manual.html ++++++ --- unison/unison-2.27.149-manual.html 2009-06-29 09:53:12.000000000 +0200 +++ /mounts/work_src_done/STABLE/unison/unison-2.27.157-manual.html 2009-09-0= 4 17:01:37.000000000 +0200 @@ -20,7 +20,7 @@ =20 - + =20 @@ -34,11 +34,9 @@


-
DraftDraftDraftDraft<= /FONT>

-
Unison File Synchronizer
User Manual and Reference Guide
-Version 2.27.74
+Version 2.27.157
Copyright 1998-2008, Benjamin C. Pierce


@@ -105,7 +103,7 @@ Installing Ssh
          •Unix
          •Windows
-Changes in Version 2.27.74
+
Changes in Version 2.27.157
=20 =20 @@ -576,7 +574,7 @@ <--- new file c [f] indicates that the file c has been modified only in the second replica, and that the default action is therefore to propagate the new -version to the first replica. To follw Unison's recommendation, +version to the first replica. To follow Unison's recommendation, press the “f” at the prompt.

If both replicas are modified and their contents are different, then @@ -594,7 +592,7 @@
These display conventions are used by both versions of the user interface. The only difference lies in the way in which Unison's -default actions are either accepted or overriden by the user.
+default actions are either accepted or overridden by the user.


Textual Interface:
  • @@ -1531,7 +1529,7 @@ Including the preference -ignore pathspec causes Unison to c= ompletely ignore paths that match pathspec (as well as their = children). This is useful for avoiding synchronizing temporary files, object = files, etc. The syntax of pathspec is described in the Path Specification section, and further details on ignori= ng paths is found in the Ignoring Paths section.

    ignorecase xxx
    -When set to true, this flag causes Unison to treat filenames as cas= e insensitive—i.e., files in the two replicas whose names differ in (up= per- and lower-case) `spelling' are treated as the same file. When the flag i= s set to false, Unison will treat all filenames as case sensitive. O= rdinarily, when the flag is set to t default, filenames are automatically ta= ken to be case-insensitive if either host is running Windows or OSX. In rare = circumstances it is useful to set the flag manually (e.g. when running Unison= on a Unix system with a FAT [Windows] volume mounted).
    +When set to true, this flag causes Unison to treat filenames as cas= e insensitive—i.e., files in the two replicas whose names differ in (up= per- and lower-case) `spelling' are treated as the same file. When the flag i= s set to false, Unison will treat all filenames as case sensitive. O= rdinarily, when the flag is set to default, filenames are automatica= lly taken to be case-insensitive if either host is running Windows or OSX. In= rare circumstances it is useful to set the flag manually (e.g. when running = Unison on a Unix system with a FAT [Windows] volume mounted).

    ignorelocks
    When this preference is set, Unison will ignore any lock files that may have= been left over from a previous run of Unison that was interrupted while read= ing or writing archive files; by default, when Unison sees these lock files i= t will stop and request manualintervention. This option should be set only if= you are positive that no other instance of Unison might be concurre= ntly accessing the same archive files (e.g., because there was only one insta= nce of unison running and it has just crashed or you have just killed it). It= is probably not a good idea to set this option in a profile: it is intended = for command-line use.
    @@ -2430,10 +2428,10 @@ To prevent accidents, Unison provides a preference called mountpoint. Including a line like
    -             mountpoint =3D /mnt/foo
    +             mountpoint =3D foo
     
    in your preference file will cause Unison to check, after it finishes detecting updates, that something actually exists at the path -/mnt/foo on both replicas; if it does not, the Unison run will +foo on both replicas; if it does not, the Unison run will abort.

    @@ -2579,9 +2577,57 @@ hosts, provide your remote user name when providing the remote root (i.e., //username@host/path...). -
    +
    + +

    Changes in Version 2.27.157

    <= !--SEC END --> + +Changes since 2.27.57: +
    • =20 -

      Changes in Version 2.27.74

      +Ignore one hour differences for deciding whether a file may have + been updated. This avoids slow update detection after daylight + saving time changes under Windows. This makes it slightly more + likely to miss an update, but that should be safe enough. +
    • Improved Unison icon under Windows +
    • Case sensitivity information put in the archive (in= a backward + compatible way) and checked when the archive is loaded +
    • Uses improved emulation of "select" call provided b= y Ocaml 3.11 + under Windows (the GUI does not freeze as much during synchronization) +
    • Upgraded to GPL version 3 and added copyright notic= e to + documentation files. +
    • Unison can sometimes fail to transfer a file, givin= g the unhelpful + message "Destination updated during synchronization" even though the + file has not been changed. This can be caused by programs that + change either the file's contents *or* the file's extended + attributes without changing its modification time. I'm not sure + what is the best fix for this – it is not Unison's fault, but it + makes Unison's behavior puzzling – but at least Unison can be more + helpful about suggesting a workaround (running once with 'fastcheck' + set to false). The failure message has been changed to give this + advice. +
    • Bugfixes +
      • +Fixed quotation of paths and names when writing to a preference file +
      • Fixed bug resulting in slow performances when trans= ferring a file + using our rsync implementation from a 64-bit architecture to a + 32-bit architecture. +
      • Fixed bug in Lwt_unix.run which could = make it fail with a +Not_found exception (see [Not_found raised in + tryCopyMovedFile] errors)=20 +
      • Properly deals with non-conformant AppleDouble file= s produced + by Mac OS X. +
      • Fixed bug that results in Unison missing ressource = fork changes +
      • Applied a patch from Karl M to make the GTK2 versio= n build with + OCaml 3.11 on Windows. +
      • Added some extra debugging code to remote.ml to giv= e more + informative error messages when people encounter the longstanding + "assert failed during file transfer" bug. +
      • Applied patch from Antoine Reilles for NetBSD compi= lation +
      • Resizing the update window vertically no longer mov= es the status +label. Fix contributed by Pedro Melo.=20 +
      + +
    =20 Changes since 2.17:
    • ++++++ unison-2.27.149.tar.gz -> unison-2.27.157.tar.gz ++++++ ++++ 5287 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --=20 To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org --===============5442627761276799621==--