Accepting request 70523 from network
OBS-URL: https://build.opensuse.org/request/show/70523 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unison?expand=0&rev=23
This commit is contained in:
parent
393ea1e991
commit
3cc43849ef
@ -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
|
|
@ -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
3
unison-2.40.63.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6e6e00643a7e3908ce3604bb5031e4c6d4c6af5c421a79d08a8b7759de12cd9d
|
||||||
|
size 2601791
|
@ -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
|
Thu Mar 31 13:16:51 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: unison
|
Name: unison
|
||||||
Version: 2.40.61
|
Version: 2.40.63
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A file synchronization tool
|
Summary: A file synchronization tool
|
||||||
Group: Productivity/Networking/Other
|
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
|
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: fix_makefile.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gtk2-devel ncurses-devel update-desktop-files
|
BuildRequires: gtk2-devel ncurses-devel update-desktop-files
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1020
|
||||||
@ -47,7 +46,6 @@ replica to the other.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p 1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# This package failed when testing with -Wl,-as-needed being default.
|
# This package failed when testing with -Wl,-as-needed being default.
|
||||||
|
Loading…
Reference in New Issue
Block a user