Hello community,

here is the log from the commit of package unison for openSUSE:Factory
checked in at Fri Apr 1 12:36:50 CEST 2011.



--------
--- unison/unison.changes       2010-10-07 09:59:08.000000000 +0200
+++ unison/unison.changes       2011-03-31 15:20:54.000000000 +0200
@@ -1,0 +2,20 @@
+Thu Mar 31 13:16:51 UTC 2011 - [email protected]
+
+- Spec file cleanup
+  * Removed authors from description
+  * Removed ctags dependency
+
+-------------------------------------------------------------------
+Sat Jan 29 18:25:43 UTC 2011 - [email protected]
+
+- Update to version 2.40.61:
+  * Add "BelowPath" patterns
+  * Other fixes and improvements
+- Update to version 2.40.1:
+  * Unicode support
+  * Partial transfer of directories
+  * Experimental prococol for asyncronous file tranfers, hiding latency
+  * Improve the performance of the rsync protocol
+  * Many (!) other improvements and fixes
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  unison-2.32.52-manual.html
  unison-2.32.52.tar.gz
  unison-ocaml.patch

New:
----
  fix_makefile.patch
  unison-2.40.61-manual.html
  unison-2.40.61.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ unison.spec ++++++
--- /var/tmp/diff_new_pack.mBxKnZ/_old  2011-04-01 12:36:25.000000000 +0200
+++ /var/tmp/diff_new_pack.mBxKnZ/_new  2011-04-01 12:36:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package unison (Version 2.32.52)
+# spec file for package unison
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,29 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           unison
+Version:        2.40.61
+Release:        1
+Summary:        A file synchronization tool
+Group:          Productivity/Networking/Other
+License:        GPLv3+
+Url:            http://www.cis.upenn.edu/~bcpierce/unison
+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
+Source3:        %{name}.png
+Patch0:         fix_makefile.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gtk2-devel ncurses-devel update-desktop-files
 %if 0%{?suse_version} > 1020
 BuildRequires:  lablgtk2-devel
 %else
 BuildRequires:  lablgtk2
 %endif
-License:        GPLv3+
-Group:          Productivity/Networking/Other
 AutoReqProv:    on
-Version:        2.32.52
-Release:        6
-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
-Source3:        %name.png
-Patch1:         unison-ocaml.patch
-Url:            http://www.cis.upenn.edu/~bcpierce/unison
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        A file synchronization tool
 
 %description
 Unison is a file synchronization tool for Unix and Windows. It allows
@@ -46,15 +45,9 @@
 separately, then brought up to date by propagating the changes in each
 replica to the other.
 
-
-
-Authors:
---------
-    Benjamin Pierce <[email protected]>
-
 %prep
 %setup -q
-%patch1 -p1
+%patch0 -p 1
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.
@@ -67,10 +60,10 @@
 %endif
 
 %install
-install -m 755 -d $RPM_BUILD_ROOT/%{_bindir}
-install -m 755 %name $RPM_BUILD_ROOT%{_bindir}
-install -m 755 -d $RPM_BUILD_ROOT/%{_prefix}/share/pixmaps
-install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_prefix}/share/pixmaps
+install -m 755 -d %{buildroot}/%{_bindir}
+install -m 755 %name %{buildroot}%{_bindir}
+install -m 755 -d %{buildroot}/%{_prefix}/share/pixmaps
+install -m 644 %{SOURCE3} %{buildroot}/%{_prefix}/share/pixmaps
 install -m 644 %{SOURCE1} unison-manual.html
 %suse_update_desktop_file -i %name Utility SyncUtility
 %ifarch s390 s390x
@@ -79,13 +72,13 @@
 %endif
 
 %clean
-rm -rf $RPM_BUILD_ROOT;
+rm -rf %{buildroot}
 
 %files
-%defattr(-, root, root)
+%defattr(-,root,root)
 %doc BUGS.txt CONTRIB COPYING NEWS README ROADMAP.txt TODO.txt 
unison-manual.html
-/usr/share/applications/*
-/usr/share/pixmaps/unison.png
+%{_datadir}/applications/*
+%{_datadir}/pixmaps/unison.png
 %{_bindir}/%{name}
 
 %changelog

++++++ fix_makefile.patch ++++++
diff -Naur a/Makefile b/Makefile
--- a/Makefile  2010-10-08 17:44:59.000000000 +0200
+++ b/Makefile  2011-01-29 18:57:31.334257694 +0100
@@ -60,7 +60,7 @@
 # NAME, VERSION, and MAJORVERSION, automatically generated
 -include Makefile.ProjectInfo
 
-Makefile.ProjectInfo: mkProjectInfo.ml $(wildcard ../.bzr/branch/last-revision)
+Makefile.ProjectInfo: mkProjectInfo $(wildcard ../.bzr/branch/last-revision)
        ./mkProjectInfo > $@
 
 mkProjectInfo: mkProjectInfo.ml
++++++ unison-2.32.52-manual.html -> unison-2.40.61-manual.html ++++++
++++ 759 lines (skipped)
++++ between unison/unison-2.32.52-manual.html
++++ and unison/unison-2.40.61-manual.html

++++++ unison-2.32.52.tar.gz -> unison-2.40.61.tar.gz ++++++
++++ 51857 lines of diff (skipped)



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to