Sascha Peilicke 2011-05-18 12:49:48 +00:00 committed by Git OBS Bridge
parent 393ea1e991
commit 3cc43849ef
6 changed files with 12 additions and 18 deletions

View File

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

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e6e00643a7e3908ce3604bb5031e4c6d4c6af5c421a79d08a8b7759de12cd9d
size 2601791

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Apr 29 09:13:36 UTC 2011 - mhopf@novell.com
- Update to 2.40.63:
* Include makefile patch
* Make unison compile with ocaml 3.12
* Fix incompatibility with OpenSSH 5.6
-------------------------------------------------------------------
Thu Mar 31 13:16:51 UTC 2011 - saschpe@suse.de

View File

@ -18,7 +18,7 @@
Name: unison
Version: 2.40.61
Version: 2.40.63
Release: 1
Summary: A file synchronization tool
Group: Productivity/Networking/Other
@ -28,7 +28,6 @@ Source0: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stab
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
@ -47,7 +46,6 @@ replica to the other.
%prep
%setup -q
%patch0 -p 1
%build
# This package failed when testing with -Wl,-as-needed being default.