[arch-commits] Commit in unison/trunk (PKGBUILD ocaml-3.08-extnames.patch)

Tobias Powalowski tpowa at archlinux.org
Tue Sep 8 15:14:35 UTC 2009


    Date: Tuesday, September 8, 2009 @ 11:14:35
  Author: tpowa
Revision: 51459

upgpkg: unison 2.27.157-1
    bump to new version

Modified:
  unison/trunk/PKGBUILD
Deleted:
  unison/trunk/ocaml-3.08-extnames.patch

---------------------------+
 PKGBUILD                  |    4 ++--
 ocaml-3.08-extnames.patch |   14 --------------
 2 files changed, 2 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-08 15:08:16 UTC (rev 51458)
+++ PKGBUILD	2009-09-08 15:14:35 UTC (rev 51459)
@@ -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: ocaml-3.08-extnames.patch
===================================================================
--- ocaml-3.08-extnames.patch	2009-09-08 15:08:16 UTC (rev 51458)
+++ ocaml-3.08-extnames.patch	2009-09-08 15:14:35 UTC (rev 51459)
@@ -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