[arch-commits] Commit in unison/repos (3 files)

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


    Date: Tuesday, September 8, 2009 @ 11:15:16
  Author: tpowa
Revision: 51460

Merged revisions 356,51459 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/unison/trunk

........
  r356 | aaron | 2008-04-19 00:56:27 +0200 (Sa, 19 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r51459 | tpowa | 2009-09-08 17:14:35 +0200 (Di, 08 Sep 2009) | 2 lines
  
  upgpkg: unison 2.27.157-1
      bump to new version
........

Modified:
  unison/repos/extra-x86_64/	(properties)
  unison/repos/extra-x86_64/PKGBUILD
Deleted:
  unison/repos/extra-x86_64/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-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /unison/trunk:1
   + /unison/trunk:1-51459

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