From d12b2032f55bb43dcdf23d2d0f155bf97a7e8464d4c1d752cf950ee3b4180bb3 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 8 Oct 2007 10:31:34 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unison?expand=0&rev=5 --- unison-2.27.24.tar.gz | 3 -- ...-manual.html => unison-2.27.47-manual.html | 23 +++++++------ unison-2.27.47.tar.gz | 3 ++ unison.changes | 21 ++++++++++++ unison.spec | 32 ++++++++++++++----- 5 files changed, 62 insertions(+), 20 deletions(-) delete mode 100644 unison-2.27.24.tar.gz rename unison-2.27.24-manual.html => unison-2.27.47-manual.html (99%) create mode 100644 unison-2.27.47.tar.gz diff --git a/unison-2.27.24.tar.gz b/unison-2.27.24.tar.gz deleted file mode 100644 index 47d9f99..0000000 --- a/unison-2.27.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a2ce8869e5460eb631a1e5eceed65b17b711e9b31fea2e9ba073ce3b79ac49c -size 587406 diff --git a/unison-2.27.24-manual.html b/unison-2.27.47-manual.html similarity index 99% rename from unison-2.27.24-manual.html rename to unison-2.27.47-manual.html index 98a2839..bee8a4f 100644 --- a/unison-2.27.24-manual.html +++ b/unison-2.27.47-manual.html @@ -36,7 +36,7 @@ BLOCKQUOTE{margin-left:4ex;margin-right:4ex;text-align:left;}
Unison File Synchronizer
User Manual and Reference Guide
-Version 2.27.24
+Version 2.27.47


@@ -101,7 +101,7 @@ BLOCKQUOTE{margin-left:4ex;margin-right:4ex;text-align:left;} Installing Ssh
          •Unix
          •Windows
-Changes in Version 2.27.24
+Changes in Version 2.27.47
@@ -2373,7 +2373,7 @@ system, you may find that Unison's default method for detecting changes (which involves scanning the full contents of every file on every sync—the only completely safe way to do it under Windows) is too slow. Unison provides a preference fastcheck that, when set to -yes, causes it to use file creation times as 'pseudo inode +true, causes it to use file creation times as 'pseudo inode numbers' when scanning replicas for updates, instead of reading the full contents of every file.

@@ -2554,9 +2554,9 @@ you have trouble, you might try this one instead: hosts, provide your remote user name when providing the remote root (i.e., //username@host/path...). -
+
-

Changes in Version 2.27.24

+

Changes in Version 2.27.47

Changes since 2.17:

  • Many small bugfixes, including: @@ -2906,9 +2914,6 @@ this interface.
    • Added an ignorelocks preference, which forces Unison to override left-over archive locks. (Setting this preference is dangerous! Use it only if you are positive you know what you are doing.) -
    • Running with the -timers flag set to true will now show the total time taken - to check for updates on each directory. (This can be helpful for tidying directories to improve - update detection times.)
    • Added a new preference assumeContentsAreImmutable. If a directory matches one of the patterns set in this preference, then update detection is skipped for files in this directory. (The diff --git a/unison-2.27.47.tar.gz b/unison-2.27.47.tar.gz new file mode 100644 index 0000000..22e05dd --- /dev/null +++ b/unison-2.27.47.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d431715fbf2b2688c5ec0c9d82aa9f62520eadbc3a3b9f95d8a087a0137b50 +size 617108 diff --git a/unison.changes b/unison.changes index 5a3a3bd..006e29a 100644 --- a/unison.changes +++ b/unison.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Oct 7 09:27:21 CEST 2007 - tsieden@suse.de + +- Updated to 2.27.47: + * Major rewrite and cleanup of the whole Mac OS X graphical user + interface by Craig Federighi. + * Ignore all-whitespace lines in preference files + * Small fix to ctime (non-)handling in update detection under windows + with fastcheck. + +------------------------------------------------------------------- +Fri Aug 24 08:07:32 CEST 2007 - tsieden@suse.de + +- Updated to 2.27.29: + * small bugfixes - mostly windows related + +------------------------------------------------------------------- +Thu Aug 23 07:51:23 CEST 2007 - tsieden@suse.de + +- fix build (BuildRequires lablgtk2-devel only if suse_version >1020) + ------------------------------------------------------------------- Fri May 25 01:30:37 CEST 2007 - ro@suse.de diff --git a/unison.spec b/unison.spec index 6b63bf2..72f8b89 100644 --- a/unison.spec +++ b/unison.spec @@ -1,5 +1,5 @@ # -# spec file for package unison (Version 2.27.24) +# spec file for package unison (Version 2.27.47) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,16 +11,21 @@ # norootforbuild Name: unison -BuildRequires: gtk2-devel lablgtk2-devel ncurses-devel update-desktop-files -License: GNU General Public License (GPL) +BuildRequires: gtk2-devel ncurses-devel update-desktop-files +%if 0%{?suse_version} > 1020 +BuildRequires: lablgtk2-devel +%else +BuildRequires: lablgtk2 +%endif +License: GPL v2 or later Group: Productivity/Networking/Other -Autoreqprov: on -Version: 2.27.24 -Release: 12 +AutoReqProv: on +Version: 2.27.47 +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 Source2: %name.desktop -URL: http://www.cis.upenn.edu/~bcpierce/unison +Url: http://www.cis.upenn.edu/~bcpierce/unison BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A file synchronization tool @@ -66,8 +71,19 @@ rm -rf $RPM_BUILD_ROOT; %doc BUGS.txt CONTRIB COPYING NEWS README ROADMAP.txt TODO.txt unison-manual.html /usr/share/applications/* %{_bindir}/%{name} - %changelog +* Sun Oct 07 2007 - tsieden@suse.de +- Updated to 2.27.47: + * Major rewrite and cleanup of the whole Mac OS X graphical user + interface by Craig Federighi. + * Ignore all-whitespace lines in preference files + * Small fix to ctime (non-)handling in update detection under windows + with fastcheck. +* Fri Aug 24 2007 - tsieden@suse.de +- Updated to 2.27.29: + * small bugfixes - mostly windows related +* Thu Aug 23 2007 - tsieden@suse.de +- fix build (BuildRequires lablgtk2-devel only if suse_version >1020) * Fri May 25 2007 - ro@suse.de - added lablgtk2-devel to buildreq * Wed Apr 25 2007 - mhopf@suse.de