[arch-commits] Commit in unison/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Tue Sep 8 15:17:32 UTC 2009
Date: Tuesday, September 8, 2009 @ 11:17:31
Author: tpowa
Revision: 51461
Merged revisions 356,51459 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/unison/trunk
........
r356 | aaron | 2008-04-18 22:56:27 +0000 (Fr, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r51459 | tpowa | 2009-09-08 15:14:35 +0000 (Di, 08 Sep 2009) | 2 lines
upgpkg: unison 2.27.157-1
bump to new version
........
Modified:
unison/repos/extra-i686/ (properties)
unison/repos/extra-i686/PKGBUILD
Deleted:
unison/repos/extra-i686/ocaml-3.08-extnames.patch
---------------------------+
PKGBUILD | 4 ++--
ocaml-3.08-extnames.patch | 14 --------------
2 files changed, 2 insertions(+), 16 deletions(-)
Property changes on: unison/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /unison/trunk:1
+ /unison/trunk:1-51460
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-09-08 15:15:16 UTC (rev 51460)
+++ extra-i686/PKGBUILD 2009-09-08 15:17:31 UTC (rev 51461)
@@ -2,7 +2,7 @@
#Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=unison
-pkgver=2.27.57
+pkgver=2.27.157
pkgrel=1
pkgdesc="Unison is a file-synchronization tool"
arch=(i686 x86_64)
@@ -38,5 +38,5 @@
cd $startdir/pkg//usr/bin
ln -s unison-gtk2 unison-x11
}
-md5sums=('4ba0a3e4bf4b4ad0c063f86391371f78'
+md5sums=('4cc2a0332cb8c947adc04b9d4f2a83b0'
'2daecba7705455a8e4b769e48b059872')
Deleted: extra-i686/ocaml-3.08-extnames.patch
===================================================================
--- extra-i686/ocaml-3.08-extnames.patch 2009-09-08 15:15:16 UTC (rev 51460)
+++ extra-i686/ocaml-3.08-extnames.patch 2009-09-08 15:17:31 UTC (rev 51461)
@@ -1,14 +0,0 @@
-diff -ur unison-2.9.1/ubase/uprintf.ml unison-2.9.1.patched/ubase/uprintf.ml
---- unison-2.9.1/ubase/uprintf.ml 2002-04-11 07:13:23.000000000 +0200
-+++ unison-2.9.1.patched/ubase/uprintf.ml 2004-08-08 14:10:09.784776851 +0200
-@@ -10,8 +10,8 @@
- (* *)
- (***********************************************************************)
-
--external format_int: string -> int -> string = "format_int"
--external format_float: string -> float -> string = "format_float"
-+external format_int: string -> int -> string = "caml_format_int"
-+external format_float: string -> float -> string = "caml_format_float"
-
- let fprintf outchan doafter format =
- let format = (Obj.magic format : string) in
More information about the arch-commits
mailing list