From rjones at redhat.com Wed May 20 15:03:01 2009 From: rjones at redhat.com (Richard W.M. Jones) Date: Wed, 20 May 2009 16:03:01 +0100 Subject: Heads up: OCaml 3.11.1 in devel, might break things ... Message-ID: <20090520150301.GA23232@amd.home.annexia.org> OCaml 3.11.1 (RC 0) was released yesterday: http://caml.inria.fr/pub/ml-archives/caml-list/2009/05/7eebae1c2938b64ae84ca1d9284fba99.en.html Upstream have asked us to test this release candidate, so over the long weekend I'm going to try to build it for the 'devel' branch (are we calling this 'Rawhide' yet?) This might break lots of dependencies (or maybe won't - I don't actually know). Which I will try to fix up by rebuilding the dependent packages afterwards. There are at least 74 dependent packages that might be affected. A slightly out of date list is here: http://cocan.org/fedora#Package_status Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 75 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora From rjones at fedoraproject.org Fri May 22 15:26:25 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Fri, 22 May 2009 15:26:25 +0000 (UTC) Subject: rpms/ocaml/devel .cvsignore, 1.13, 1.14 ocaml.spec, 1.51, 1.52 sources, 1.16, 1.17 ocaml-3.11.0-string-index-from.patch, 1.1, NONE Message-ID: <20090522152625.2830870114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15860 Modified Files: .cvsignore ocaml.spec sources Removed Files: ocaml-3.11.0-string-index-from.patch Log Message: 3.11.1 release candidate 0. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- .cvsignore 4 Dec 2008 15:34:51 -0000 1.13 +++ .cvsignore 22 May 2009 15:25:54 -0000 1.14 @@ -1,6 +1,4 @@ -ocaml-3.11.0+beta1.tar.bz2 ocaml-3.11-refman.html.tar.gz ocaml-3.11-refman.info.tar.gz ocaml-3.11-refman.pdf -ocaml-3.11.0+rc1.tar.bz2 -ocaml-3.11.0.tar.bz2 +ocaml-3.11.1+rc0.tar.gz Index: ocaml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml/devel/ocaml.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -p -r1.51 -r1.52 --- ocaml.spec 26 Feb 2009 06:43:42 -0000 1.51 +++ ocaml.spec 22 May 2009 15:25:54 -0000 1.52 @@ -1,8 +1,8 @@ %define _default_patch_fuzz 2 Name: ocaml -Version: 3.11.0 -Release: 2%{?dist} +Version: 3.11.1 +Release: 0.rc0.1%{?dist} Summary: Objective Caml compiler and programming environment @@ -11,7 +11,7 @@ License: QPL and (LGPLv2+ with ex URL: http://www.ocaml.org -Source0: http://caml.inria.fr/distrib/ocaml-3.11/ocaml-%{version}.tar.bz2 +Source0: http://caml.inria.fr/distrib/ocaml-3.11/ocaml-%{version}+rc0.tar.gz Source1: http://caml.inria.fr/distrib/ocaml-3.11/ocaml-3.11-refman.html.tar.gz Source2: http://caml.inria.fr/distrib/ocaml-3.11/ocaml-3.11-refman.pdf Source3: http://caml.inria.fr/distrib/ocaml-3.11/ocaml-3.11-refman.info.tar.gz @@ -21,17 +21,9 @@ Source5: ocaml-find-provides.sh Patch0: ocaml-3.11.0-rpath.patch Patch1: ocaml-user-cflags.patch -# Not needed, this is upstream since 3.11.0: -#Patch2: ocaml-3.10.0-tclver.patch - # Support for PPC64 platform by David Woodhouse: Patch3: ocaml-3.11.0-ppc64.patch -# Not needed because the GC allocator was completely rewritten: -#Patch4: ocaml-3.10.1-map32bit.patch -# A similar fix went upstream in 3.11.0: -#Patch5: ocaml-3.11-dev12-no-executable-stack.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel @@ -197,15 +189,12 @@ man pages and info files. %prep -%setup -q -T -b 0 -n %{name}-%{version} -%setup -q -T -D -a 1 -n %{name}-%{version} -%setup -q -T -D -a 3 -n %{name}-%{version} +%setup -q -T -b 0 -n %{name}-%{version}rc0 +%setup -q -T -D -a 1 -n %{name}-%{version}rc0 +%setup -q -T -D -a 3 -n %{name}-%{version}rc0 %patch0 -p1 -b .rpath %patch1 -p1 -b .cflags -#%patch2 -p1 -b .tclver %patch3 -p1 -b .ppc64 -#%patch4 -p1 -b .map32bit -#%patch5 -p0 -b .noexecstack cp %{SOURCE2} refman.pdf @@ -446,6 +435,9 @@ fi %changelog +* Fri May 22 2009 Richard W.M. Jones - 3.11.1-0.rc0.1 +- 3.11.1 release candidate 0. + * Wed Feb 25 2009 Fedora Release Engineering - 3.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- sources 4 Dec 2008 15:34:51 -0000 1.16 +++ sources 22 May 2009 15:25:54 -0000 1.17 @@ -1,4 +1,4 @@ 7e20778259f87ab5e7cb60d2a17c657c ocaml-3.11-refman.html.tar.gz 3fcfedf63a852f502a10eac547c9042d ocaml-3.11-refman.info.tar.gz 076a163e511e575fc384ad96394760a2 ocaml-3.11-refman.pdf -6ed1c3ed660a15408362242fa8fa4668 ocaml-3.11.0.tar.bz2 +45f626b33bec543a40abbf6afa1a6d96 ocaml-3.11.1+rc0.tar.gz --- ocaml-3.11.0-string-index-from.patch DELETED --- From mschwendt at gmail.com Fri May 22 18:55:37 2009 From: mschwendt at gmail.com (Michael Schwendt) Date: Fri, 22 May 2009 18:55:37 -0000 Subject: Broken dependencies in Fedora 12 Development - 2009-05-22 Message-ID: <20090522185537.20074.73816@faldor.intranet> Your following packages in the repository suffer from broken dependencies: package: ocaml-lablgl-1.03-7.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lablgl-1.03-7.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lablgl-1.03-7.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lablgl-1.03-7.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lablgtk-2.12.0-2.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lablgtk-2.12.0-2.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lablgtk-2.12.0-2.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lablgtk-2.12.0-2.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lablgtk-devel-2.12.0-2.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lablgtk-devel-2.12.0-2.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lablgtk-devel-2.12.0-2.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lablgtk-devel-2.12.0-2.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-facile-1.1-8.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-facile-1.1-8.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-facile-1.1-8.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-facile-1.1-8.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: cduce-0.5.2.1-14.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: cduce-0.5.2.1-14.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: cduce-0.5.2.1-14.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: cduce-ocamlduce-0.5.2.1-14.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: cduce-ocamlduce-0.5.2.1-14.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: cduce-ocamlduce-0.5.2.1-14.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-SDL-0.7.2-18.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-SDL-0.7.2-18.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-SDL-0.7.2-18.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-SDL-0.7.2-18.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-augeas-0.4-4.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-augeas-0.4-4.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-augeas-0.4-4.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-augeas-0.4-4.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-bisect-1.0-0.4.alpha.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-bisect-1.0-0.4.alpha.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-bisect-1.0-0.4.alpha.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-bisect-1.0-0.4.alpha.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-bitstring-2.0.0-8.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-bitstring-2.0.0-8.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-bitstring-2.0.0-8.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-bitstring-2.0.0-8.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-cairo-1.2.0.cvs20080301-8.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-cairo-1.2.0.cvs20080301-8.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-cairo-1.2.0.cvs20080301-8.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-cairo-1.2.0.cvs20080301-8.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-calendar-2.0.4-4.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-calendar-2.0.4-4.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-calendar-2.0.4-4.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-calendar-2.0.4-4.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camlidl-1.05-8.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camlidl-1.05-8.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camlidl-1.05-8.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camlidl-1.05-8.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camlimages-3.0.1-7.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camlimages-3.0.1-7.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camlimages-3.0.1-7.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camlimages-3.0.1-7.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camlp5-5.10-3.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camlp5-5.10-3.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camlp5-5.10-3.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camlp5-5.10-3.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camomile-0.7.1-10.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camomile-0.7.1-10.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-camomile-0.7.1-10.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-cil-1.3.6-11.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-cil-1.3.6-11.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-csv-1.1.7-4.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-csv-1.1.7-4.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-csv-1.1.7-4.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-csv-1.1.7-4.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-curl-0.5.0-4.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-curl-0.5.0-4.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-curl-0.5.0-4.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-curl-0.5.0-4.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-curses-1.0.3-4.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-curses-1.0.3-4.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-curses-1.0.3-4.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-curses-1.0.3-4.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-dbus-0.07-4.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-dbus-0.07-4.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-dbus-0.07-4.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-dbus-0.07-4.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-deriving-0.1.1a-7.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-deriving-0.1.1a-7.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-deriving-0.1.1a-7.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-deriving-0.1.1a-7.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-expat-0.9.1-15.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-expat-0.9.1-15.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-expat-0.9.1-15.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-expat-0.9.1-15.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-extlib-1.5.1-6.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-extlib-1.5.1-6.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-extlib-1.5.1-6.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-extlib-1.5.1-6.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-fileutils-0.3.0-9.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-fileutils-0.3.0-9.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-fileutils-0.3.0-9.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-fileutils-0.3.0-9.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-findlib-1.2.3-6.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-findlib-1.2.3-6.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-findlib-1.2.3-6.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-findlib-1.2.3-6.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-gettext-0.3.2-7.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-gettext-0.3.2-7.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-gettext-0.3.2-7.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-gettext-0.3.2-7.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-gettext-camomile-0.3.2-7.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-gettext-camomile-0.3.2-7.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-gettext-camomile-0.3.2-7.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-gsl-0.6.0-7.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-gsl-0.6.0-7.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-gsl-0.6.0-7.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-gsl-0.6.0-7.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-json-static-0.9.6-8.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-json-static-0.9.6-8.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-json-static-0.9.6-8.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-json-static-0.9.6-8.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-json-wheel-1.0.4-8.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-json-wheel-1.0.4-8.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-json-wheel-1.0.4-8.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-json-wheel-1.0.4-8.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lacaml-4.7.6-1.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lacaml-4.7.6-1.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lacaml-4.7.6-1.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lacaml-4.7.6-1.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-libvirt-0.6.1.0-1.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-libvirt-0.6.1.0-1.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-libvirt-0.6.1.0-1.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-libvirt-0.6.1.0-1.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lwt-1.1.0-4.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lwt-1.1.0-4.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lwt-1.1.0-4.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-lwt-1.1.0-4.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-mikmatch-1.0.0-5.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-mikmatch-1.0.0-5.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-mikmatch-1.0.0-5.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-mikmatch-1.0.0-5.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-mysql-1.0.4-8.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-mysql-1.0.4-8.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-mysql-1.0.4-8.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-mysql-1.0.4-8.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-newt-0.9-5.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-newt-0.9-5.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-newt-0.9-5.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-newt-0.9-5.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ocamlnet-2.2.9-12.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ocamlnet-2.2.9-12.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ocamlnet-2.2.9-12.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ocamlnet-2.2.9-12.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ocamlnet-nethttpd-2.2.9-12.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ocamlnet-nethttpd-2.2.9-12.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ocamlnet-nethttpd-2.2.9-12.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ocamlnet-nethttpd-2.2.9-12.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-openin-20070524-7.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-openin-20070524-7.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-openin-20070524-7.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-openin-20070524-7.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-ounit-1.0.3-4.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ounit-1.0.3-4.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ounit-1.0.3-4.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ounit-1.0.3-4.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-pa-monad-6.0-1.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-pa-monad-6.0-1.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-pa-monad-6.0-1.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-pa-monad-6.0-1.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-pcre-5.15.0-4.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-pcre-5.15.0-4.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-pcre-5.15.0-4.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-pcre-5.15.0-4.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-perl4caml-0.9.5-8.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-perl4caml-0.9.5-8.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-perl4caml-0.9.5-8.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-perl4caml-0.9.5-8.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-pgocaml-1.1-8.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-pgocaml-1.1-8.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-pgocaml-1.1-8.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-pgocaml-1.1-8.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-postgresql-1.10.3-1.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-postgresql-1.10.3-1.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-postgresql-1.10.3-1.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-postgresql-1.10.3-1.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-preludeml-0.1-0.11.20090113.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-preludeml-0.1-0.11.20090113.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-preludeml-0.1-0.11.20090113.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-preludeml-0.1-0.11.20090113.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-pxp-1.2.0test2-6.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-pxp-1.2.0test2-6.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-pxp-1.2.0test2-6.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-reins-0.1a-4.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-reins-0.1a-4.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-reins-0.1a-4.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-reins-0.1a-4.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-res-3.1.1-1.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-res-3.1.1-1.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-res-3.1.1-1.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-res-3.1.1-1.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-sexplib-4.2.7-2.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-sexplib-4.2.7-2.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-sexplib-4.2.7-2.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-sexplib-4.2.7-2.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-sqlite-1.2.0-5.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-sqlite-1.2.0-5.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-sqlite-1.2.0-5.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-sqlite-1.2.0-5.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ssl-0.4.3-2.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ssl-0.4.3-2.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ssl-0.4.3-2.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-ssl-0.4.3-2.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-type-conv-1.6.7-1.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-type-conv-1.6.7-1.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-type-conv-1.6.7-1.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-type-conv-1.6.7-1.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-ulex-1.1-6.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-ulex-1.1-6.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 package: ocaml-ulex-1.1-6.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-ulex-1.1-6.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(Camlp4_import) = 0:901773aae9273de4d3a05d3a93dde334 ocaml(runtime) = 0:3.11.0 package: ocaml-xml-light-2.2.cvs20070817-11.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-xml-light-2.2.cvs20070817-11.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-xml-light-2.2.cvs20070817-11.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-xml-light-2.2.cvs20070817-11.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-xmlrpc-light-0.6.1-1.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-xmlrpc-light-0.6.1-1.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-xmlrpc-light-0.6.1-1.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-xmlrpc-light-0.6.1-1.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-zip-1.04-1.fc11.i586 from dist-f12-build-current-i386 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-zip-1.04-1.fc11.ppc from dist-f12-build-current-ppc unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-zip-1.04-1.fc11.ppc64 from dist-f12-build-current-ppc64 unresolved deps: ocaml(runtime) = 0:3.11.0 package: ocaml-zip-1.04-1.fc11.x86_64 from dist-f12-build-current-x86_64 unresolved deps: ocaml(runtime) = 0:3.11.0 From rjones at fedoraproject.org Fri May 22 21:31:41 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Fri, 22 May 2009 21:31:41 +0000 (UTC) Subject: rpms/ocaml-findlib/devel .cvsignore, 1.5, 1.6 ocaml-findlib.spec, 1.19, 1.20 sources, 1.5, 1.6 Message-ID: <20090522213141.2A36F70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-findlib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19600 Modified Files: .cvsignore ocaml-findlib.spec sources Log Message: * Fri May 22 2009 Richard W.M. Jones - 1.2.4-1 - Rebuild for OCaml 3.11.1. - New upstream version 1.2.4. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-findlib/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 20 Nov 2008 16:24:09 -0000 1.5 +++ .cvsignore 22 May 2009 21:31:10 -0000 1.6 @@ -1 +1 @@ -findlib-1.2.3.tar.gz +findlib-1.2.4.tar.gz Index: ocaml-findlib.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-findlib/devel/ocaml-findlib.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- ocaml-findlib.spec 16 Apr 2009 09:06:07 -0000 1.19 +++ ocaml-findlib.spec 22 May 2009 21:31:10 -0000 1.20 @@ -2,8 +2,8 @@ %define debug_package %{nil} Name: ocaml-findlib -Version: 1.2.3 -Release: 6%{?dist} +Version: 1.2.4 +Release: 1%{?dist} Summary: Objective CAML package manager and build helper Group: Development/Libraries @@ -15,7 +15,7 @@ ExcludeArch: sparc64 s390 s390x Patch0: ocaml-findlib-1.2.3-camlp4-META.patch -BuildRequires: ocaml >= 3.11.0-0.5.rc1 +BuildRequires: ocaml >= 3.11.1 BuildRequires: ocaml-camlp4-devel BuildRequires: ocaml-labltk-devel BuildRequires: ocaml-ocamldoc @@ -113,6 +113,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri May 22 2009 Richard W.M. Jones - 1.2.4-1 +- Rebuild for OCaml 3.11.1. +- New upstream version 1.2.4. + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-findlib/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 20 Nov 2008 16:24:09 -0000 1.5 +++ sources 22 May 2009 21:31:10 -0000 1.6 @@ -1 +1 @@ -e1c9dc3115f97deb128b50eb7db94017 findlib-1.2.3.tar.gz +52cfcacff3e07a94bc3adb977fbb3c07 findlib-1.2.4.tar.gz From rjones at fedoraproject.org Fri May 22 21:32:59 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Fri, 22 May 2009 21:32:59 +0000 (UTC) Subject: rpms/ocaml-findlib/devel ocaml-findlib.spec,1.20,1.21 Message-ID: <20090522213259.1403A70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-findlib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20054 Modified Files: ocaml-findlib.spec Log Message: Bump release. Index: ocaml-findlib.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-findlib/devel/ocaml-findlib.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- ocaml-findlib.spec 22 May 2009 21:31:10 -0000 1.20 +++ ocaml-findlib.spec 22 May 2009 21:32:28 -0000 1.21 @@ -3,7 +3,7 @@ Name: ocaml-findlib Version: 1.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Objective CAML package manager and build helper Group: Development/Libraries @@ -113,7 +113,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri May 22 2009 Richard W.M. Jones - 1.2.4-1 +* Fri May 22 2009 Richard W.M. Jones - 1.2.4-2 - Rebuild for OCaml 3.11.1. - New upstream version 1.2.4. From rjones at fedoraproject.org Fri May 22 21:39:03 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Fri, 22 May 2009 21:39:03 +0000 (UTC) Subject: rpms/ocaml-findlib/devel ocaml-findlib.spec,1.21,1.22 Message-ID: <20090522213903.C401070114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-findlib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21314 Modified Files: ocaml-findlib.spec Log Message: Patch is now upstream. Index: ocaml-findlib.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-findlib/devel/ocaml-findlib.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- ocaml-findlib.spec 22 May 2009 21:32:28 -0000 1.21 +++ ocaml-findlib.spec 22 May 2009 21:38:33 -0000 1.22 @@ -3,7 +3,7 @@ Name: ocaml-findlib Version: 1.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Objective CAML package manager and build helper Group: Development/Libraries @@ -13,8 +13,6 @@ Source0: http://download.camlcity BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x -Patch0: ocaml-findlib-1.2.3-camlp4-META.patch - BuildRequires: ocaml >= 3.11.1 BuildRequires: ocaml-camlp4-devel BuildRequires: ocaml-labltk-devel @@ -43,7 +41,6 @@ developing applications that use %{name} %prep %setup -q -n findlib-%{version} -%patch0 -p1 %build @@ -113,9 +110,10 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri May 22 2009 Richard W.M. Jones - 1.2.4-2 +* Fri May 22 2009 Richard W.M. Jones - 1.2.4-3 - Rebuild for OCaml 3.11.1. - New upstream version 1.2.4. +- camlp4/META patch is now upstream. * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs From rjones at fedoraproject.org Fri May 22 21:49:39 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Fri, 22 May 2009 21:49:39 +0000 (UTC) Subject: rpms/ocaml-lablgl/devel .cvsignore, 1.5, 1.6 ocaml-lablgl.spec, 1.14, 1.15 sources, 1.5, 1.6 lablgl-tk8.5.patch, 1.1, NONE Message-ID: <20090522214939.2D43A7012C@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-lablgl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23708 Modified Files: .cvsignore ocaml-lablgl.spec sources Removed Files: lablgl-tk8.5.patch Log Message: * Fri May 22 2009 Richard W.M. Jones - 1.04-1 - Rebuild for OCaml 3.11.1. - New upstream version 1.04. - Patch for Tk 8.5 is now upstream. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lablgl/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 13 Feb 2008 00:32:54 -0000 1.5 +++ .cvsignore 22 May 2009 21:49:08 -0000 1.6 @@ -1 +1 @@ -lablgl-1.03.tar.gz +lablgl-1.04.tar.gz Index: ocaml-lablgl.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lablgl/devel/ocaml-lablgl.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- ocaml-lablgl.spec 16 Apr 2009 09:06:08 -0000 1.14 +++ ocaml-lablgl.spec 22 May 2009 21:49:08 -0000 1.15 @@ -1,8 +1,8 @@ %define debug_package %{nil} Name: ocaml-lablgl -Version: 1.03 -Release: 7%{?dist} +Version: 1.04 +Release: 1%{?dist} Summary: LablGL is an OpenGL interface for Objective Caml @@ -13,8 +13,6 @@ Source0: http://wwwfun.kurims.kyo BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x -Patch0: lablgl-tk8.5.patch - BuildRequires: freeglut-devel BuildRequires: ocaml BuildRequires: tcl-devel @@ -52,8 +50,7 @@ developing applications that use %{name} %prep -%setup -q -n lablgl-%{version} -%patch0 -p1 +%setup -q -n lablGL-%{version} cat > Makefile.config < - 1.04-1 +- Rebuild for OCaml 3.11.1. +- New upstream version 1.04. +- Patch for Tk 8.5 is now upstream. + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lablgl/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 13 Feb 2008 00:32:54 -0000 1.5 +++ sources 22 May 2009 21:49:08 -0000 1.6 @@ -1 +1 @@ -1c16eb9298314b764851bc7d15fae88f lablgl-1.03.tar.gz +dcf05a0cffffdf06cbe0fe55f9eff974 lablgl-1.04.tar.gz --- lablgl-tk8.5.patch DELETED --- From kkofler at fedoraproject.org Fri May 22 23:44:28 2009 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Fri, 22 May 2009 23:44:28 +0000 (UTC) Subject: rpms/ocaml-facile/devel ocaml-facile.spec,1.9,1.10 Message-ID: <20090522234428.8A7BD70114@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/ocaml-facile/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16986/devel Modified Files: ocaml-facile.spec Log Message: * Fri May 22 2009 Kevin Kofler - 1.1-9 - Rebuild for new OCaml (3.11.1 rc0) Index: ocaml-facile.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-facile/devel/ocaml-facile.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- ocaml-facile.spec 16 Apr 2009 09:06:06 -0000 1.9 +++ ocaml-facile.spec 22 May 2009 23:43:58 -0000 1.10 @@ -9,7 +9,7 @@ ExcludeArch: ppc64 Name: ocaml-facile Version: 1.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: OCaml library for constraint programming Summary(fr): Librairie OCaml de programmation par contraintes @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/ocaml/facile/*.mli %changelog +* Fri May 22 2009 Kevin Kofler - 1.1-9 +- Rebuild for new OCaml (3.11.1 rc0) + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 07:23:52 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 07:23:52 +0000 (UTC) Subject: rpms/ocaml-perl4caml/devel ocaml-perl4caml.spec,1.9,1.10 Message-ID: <20090523072352.1F95670114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-perl4caml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13631 Modified Files: ocaml-perl4caml.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-perl4caml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-perl4caml/devel/ocaml-perl4caml.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- ocaml-perl4caml.spec 16 Apr 2009 09:06:14 -0000 1.9 +++ ocaml-perl4caml.spec 23 May 2009 07:23:21 -0000 1.10 @@ -3,7 +3,7 @@ Name: ocaml-perl4caml Version: 0.9.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: OCaml library for calling Perl libraries and code Group: Development/Libraries @@ -124,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.9.5-9 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 07:30:07 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 07:30:07 +0000 (UTC) Subject: rpms/ocaml-camlp5/devel .cvsignore, 1.4, 1.5 ocaml-camlp5.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <20090523073007.1986270114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-camlp5/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14689 Modified Files: .cvsignore ocaml-camlp5.spec sources Log Message: Rebuild for OCaml 3.11.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlp5/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 20 Nov 2008 16:20:18 -0000 1.4 +++ .cvsignore 23 May 2009 07:29:36 -0000 1.5 @@ -1 +1 @@ -camlp5-5.10.tgz +camlp5-5.11.tgz Index: ocaml-camlp5.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlp5/devel/ocaml-camlp5.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- ocaml-camlp5.spec 16 Apr 2009 09:06:02 -0000 1.8 +++ ocaml-camlp5.spec 23 May 2009 07:29:36 -0000 1.9 @@ -2,8 +2,8 @@ %define debug_package %{nil} Name: ocaml-camlp5 -Version: 5.10 -Release: 3%{?dist} +Version: 5.11 +Release: 1%{?dist} Summary: Classical version of camlp4 OCaml preprocessor Group: Development/Libraries @@ -81,7 +81,6 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_libdir}/ocaml/camlp5/*.cmx %endif %exclude %{_libdir}/ocaml/camlp5/*.mli -%{_libdir}/ocaml/camlp5/META %files devel @@ -100,6 +99,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 5.11-1 +- Rebuild for OCaml 3.11.1 +- New upstream version 5.11. +- Remove META file listed twice in %%files. + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlp5/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 20 Nov 2008 16:20:18 -0000 1.4 +++ sources 23 May 2009 07:29:36 -0000 1.5 @@ -1 +1 @@ -9abeac35a046d7576d116d1557e2aae7 camlp5-5.10.tgz +26d69abd669c5fda43dbf35074debc81 camlp5-5.11.tgz From rjones at fedoraproject.org Sat May 23 07:32:05 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 07:32:05 +0000 (UTC) Subject: rpms/ocaml-camlidl/devel ocaml-camlidl.spec,1.7,1.8 Message-ID: <20090523073205.D0AA170114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-camlidl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15249 Modified Files: ocaml-camlidl.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-camlidl.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlidl/devel/ocaml-camlidl.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- ocaml-camlidl.spec 16 Apr 2009 09:06:02 -0000 1.7 +++ ocaml-camlidl.spec 23 May 2009 07:31:35 -0000 1.8 @@ -3,7 +3,7 @@ Name: ocaml-camlidl Version: 1.05 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Stub code generator and COM binding for Objective Caml Group: Development/Libraries @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.05-9 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 07:32:00 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 07:32:00 +0000 (UTC) Subject: rpms/ocaml-lablgtk/devel ocaml-lablgtk.spec,1.16,1.17 Message-ID: <20090523073200.CB72170114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-lablgtk/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15221 Modified Files: ocaml-lablgtk.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-lablgtk.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lablgtk/devel/ocaml-lablgtk.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- ocaml-lablgtk.spec 16 Apr 2009 09:06:09 -0000 1.16 +++ ocaml-lablgtk.spec 23 May 2009 07:31:30 -0000 1.17 @@ -2,7 +2,7 @@ Name: ocaml-lablgtk Version: 2.12.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Objective Caml interface to gtk+ @@ -156,6 +156,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 2.12.0-3 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 07:38:15 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 07:38:15 +0000 (UTC) Subject: rpms/ocaml-SDL/devel ocaml-SDL.spec,1.16,1.17 Message-ID: <20090523073815.1C09F70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-SDL/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16271 Modified Files: ocaml-SDL.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-SDL.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-SDL/devel/ocaml-SDL.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- ocaml-SDL.spec 16 Apr 2009 09:06:16 -0000 1.16 +++ ocaml-SDL.spec 23 May 2009 07:37:44 -0000 1.17 @@ -3,7 +3,7 @@ Name: ocaml-SDL Version: 0.7.2 -Release: 18%{?dist} +Release: 19%{?dist} Summary: OCaml bindings for SDL Group: Development/Libraries @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.7.2-19 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 07:39:10 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 07:39:10 +0000 (UTC) Subject: rpms/ocamldsort/devel ocamldsort.spec,1.5,1.6 Message-ID: <20090523073910.5563870114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocamldsort/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16515 Modified Files: ocamldsort.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocamldsort.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocamldsort/devel/ocamldsort.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- ocamldsort.spec 16 Apr 2009 09:06:05 -0000 1.5 +++ ocamldsort.spec 23 May 2009 07:38:40 -0000 1.6 @@ -3,7 +3,7 @@ Name: ocamldsort Version: 0.14.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Dependency sorter for OCaml source files Group: Development/Libraries @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.14.4-6 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 07:42:05 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 07:42:05 +0000 (UTC) Subject: rpms/ocaml-zip/devel ocaml-zip.spec,1.9,1.10 Message-ID: <20090523074205.655A270128@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-zip/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17047 Modified Files: ocaml-zip.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-zip.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-zip/devel/ocaml-zip.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- ocaml-zip.spec 16 Apr 2009 09:06:18 -0000 1.9 +++ ocaml-zip.spec 23 May 2009 07:41:34 -0000 1.10 @@ -3,7 +3,7 @@ Name: ocaml-zip Version: 1.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCaml library for reading and writing zip, jar and gzip files Group: Development/Libraries @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.04-2 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 07:45:47 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 07:45:47 +0000 (UTC) Subject: rpms/ocaml-xml-light/devel ocaml-xml-light.spec,1.11,1.12 Message-ID: <20090523074547.351EC70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-xml-light/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18331 Modified Files: ocaml-xml-light.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-xml-light.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-xml-light/devel/ocaml-xml-light.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- ocaml-xml-light.spec 16 Apr 2009 09:06:17 -0000 1.11 +++ ocaml-xml-light.spec 23 May 2009 07:45:16 -0000 1.12 @@ -3,7 +3,7 @@ Name: ocaml-xml-light Version: 2.2.cvs20070817 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Minimal XML parser and printer for OCaml Group: Development/Libraries @@ -89,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 2.2.cvs20070817-12 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 07:46:23 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 07:46:23 +0000 (UTC) Subject: rpms/ocaml-ulex/devel ocaml-ulex.spec,1.15,1.16 Message-ID: <20090523074623.0CADE70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-ulex/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18453 Modified Files: ocaml-ulex.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-ulex.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-ulex/devel/ocaml-ulex.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- ocaml-ulex.spec 16 Apr 2009 09:06:17 -0000 1.15 +++ ocaml-ulex.spec 23 May 2009 07:45:52 -0000 1.16 @@ -3,7 +3,7 @@ Name: ocaml-ulex Version: 1.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OCaml lexer generator for Unicode Group: Development/Libraries @@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.1-7 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 07:47:48 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 07:47:48 +0000 (UTC) Subject: rpms/ocaml-type-conv/devel ocaml-type-conv.spec,1.12,1.13 Message-ID: <20090523074748.9266F70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-type-conv/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18825 Modified Files: ocaml-type-conv.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-type-conv.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-type-conv/devel/ocaml-type-conv.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- ocaml-type-conv.spec 16 Apr 2009 09:06:17 -0000 1.12 +++ ocaml-type-conv.spec 23 May 2009 07:47:18 -0000 1.13 @@ -3,7 +3,7 @@ Name: ocaml-type-conv Version: 1.6.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCaml base library for type conversion Group: Development/Libraries @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.6.7-2 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 07:50:29 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 07:50:29 +0000 (UTC) Subject: rpms/ocaml-ssl/devel ocaml-ssl.spec,1.14,1.15 Message-ID: <20090523075029.B5FA470114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-ssl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19454 Modified Files: ocaml-ssl.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-ssl.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-ssl/devel/ocaml-ssl.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- ocaml-ssl.spec 16 Apr 2009 09:06:17 -0000 1.14 +++ ocaml-ssl.spec 23 May 2009 07:49:59 -0000 1.15 @@ -3,7 +3,7 @@ Name: ocaml-ssl Version: 0.4.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: SSL bindings for OCaml Group: Development/Libraries @@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.4.3-3 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 07:57:08 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 07:57:08 +0000 (UTC) Subject: rpms/ocaml-sqlite/devel .cvsignore, 1.4, 1.5 ocaml-sqlite.spec, 1.11, 1.12 sources, 1.4, 1.5 Message-ID: <20090523075708.1213070114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-sqlite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20867 Modified Files: .cvsignore ocaml-sqlite.spec sources Log Message: Rebuild for OCaml 3.11.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-sqlite/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 31 Aug 2008 10:21:35 -0000 1.4 +++ .cvsignore 23 May 2009 07:56:37 -0000 1.5 @@ -1 +1 @@ -ocaml-sqlite3-1.2.0.tar.bz2 +release-1.5.0.tar.bz2 Index: ocaml-sqlite.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-sqlite/devel/ocaml-sqlite.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- ocaml-sqlite.spec 16 Apr 2009 09:06:16 -0000 1.11 +++ ocaml-sqlite.spec 23 May 2009 07:56:37 -0000 1.12 @@ -2,14 +2,14 @@ %define debug_package %{nil} Name: ocaml-sqlite -Version: 1.2.0 -Release: 5%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Summary: OCaml library for accessing SQLite3 databases Group: Development/Libraries License: BSD URL: http://www.ocaml.info/home/ocaml_sources.html#ocaml-sqlite3 -Source0: http://www.ocaml.info/ocaml_sources/ocaml-sqlite3-%{version}.tar.bz2 +Source0: http://hg.ocaml.info/release/ocaml-sqlite3/archive/release-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x @@ -43,7 +43,7 @@ developing applications that use %{name} %prep -%setup -q -n ocaml-sqlite3-%{version} +%setup -q -n ocaml-sqlite3-release-%{version} %patch0 -p1 ./configure --libdir=%{_libdir} @@ -103,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.5.0-1 +- Rebuild for OCaml 3.11.1 +- New upstream version 1.5.0. + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-sqlite/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 31 Aug 2008 10:21:35 -0000 1.4 +++ sources 23 May 2009 07:56:37 -0000 1.5 @@ -1 +1 @@ -701d790506923ce1c167b2cb53db0af7 ocaml-sqlite3-1.2.0.tar.bz2 +1cdeda5aa3f42125492a17e453878e8e release-1.5.0.tar.bz2 From rjones at fedoraproject.org Sat May 23 08:05:47 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:05:47 +0000 (UTC) Subject: rpms/ocaml-sqlite/devel ocaml-sqlite.spec,1.12,1.13 Message-ID: <20090523080547.08CDE70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-sqlite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22410 Modified Files: ocaml-sqlite.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-sqlite.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-sqlite/devel/ocaml-sqlite.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- ocaml-sqlite.spec 23 May 2009 07:56:37 -0000 1.12 +++ ocaml-sqlite.spec 23 May 2009 08:05:16 -0000 1.13 @@ -55,7 +55,10 @@ make all %check pushd test -for f in test_db test_exec test_stmt test_fun; do +# test_stmt test was broken in 1.5.0: +#tests="test_agg test_db test_exec test_stmt test_fun" +tests="test_agg test_db test_exec test_fun" +for f in $tests; do ocamlopt -I .. str.cmxa sqlite3.cmxa $f.ml -o $f ./$f done @@ -93,7 +96,7 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%doc COPYING CHANGES doc README TODO VERSION +%doc COPYING Changelog doc README.txt TODO %if %opt %{_libdir}/ocaml/sqlite3/*.a %{_libdir}/ocaml/sqlite3/*.cmxa @@ -106,6 +109,8 @@ rm -rf $RPM_BUILD_ROOT * Sat May 23 2009 Richard W.M. Jones - 1.5.0-1 - Rebuild for OCaml 3.11.1 - New upstream version 1.5.0. +- Fix tests. +- Fix documentation. * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs From rjones at fedoraproject.org Sat May 23 08:06:24 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:06:24 +0000 (UTC) Subject: rpms/ocaml-res/devel ocaml-res.spec,1.7,1.8 Message-ID: <20090523080624.DA02E70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-res/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22689 Modified Files: ocaml-res.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-res.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-res/devel/ocaml-res.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- ocaml-res.spec 16 Apr 2009 09:06:15 -0000 1.7 +++ ocaml-res.spec 23 May 2009 08:05:54 -0000 1.8 @@ -3,7 +3,7 @@ Name: ocaml-res Version: 3.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCaml library for resizing arrays and strings Group: Development/Libraries @@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 3.1.1-2 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:09:48 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:09:48 +0000 (UTC) Subject: rpms/ocaml-res/devel ocaml-res.spec,1.8,1.9 Message-ID: <20090523080948.962A670114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-res/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23436 Modified Files: ocaml-res.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-res.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-res/devel/ocaml-res.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- ocaml-res.spec 23 May 2009 08:05:54 -0000 1.8 +++ ocaml-res.spec 23 May 2009 08:09:18 -0000 1.9 @@ -3,7 +3,7 @@ Name: ocaml-res Version: 3.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OCaml library for resizing arrays and strings Group: Development/Libraries @@ -92,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Sat May 23 2009 Richard W.M. Jones - 3.1.1-2 +* Sat May 23 2009 Richard W.M. Jones - 3.1.1-3 - Rebuild for OCaml 3.11.1 * Thu Apr 16 2009 S390x secondary arch maintainer From rjones at fedoraproject.org Sat May 23 08:11:39 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:11:39 +0000 (UTC) Subject: rpms/ocaml-pcre/devel .cvsignore, 1.6, 1.7 ocaml-pcre.spec, 1.14, 1.15 sources, 1.6, 1.7 Message-ID: <20090523081139.A173B70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-pcre/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23794 Modified Files: .cvsignore ocaml-pcre.spec sources Log Message: Rebuild for OCaml 3.11.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pcre/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 31 Aug 2008 10:05:50 -0000 1.6 +++ .cvsignore 23 May 2009 08:11:09 -0000 1.7 @@ -1 +1 @@ -pcre-ocaml-5.15.0.tar.bz2 +release-6.0.0.tar.bz2 Index: ocaml-pcre.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pcre/devel/ocaml-pcre.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- ocaml-pcre.spec 16 Apr 2009 09:06:13 -0000 1.14 +++ ocaml-pcre.spec 23 May 2009 08:11:09 -0000 1.15 @@ -2,14 +2,14 @@ %define debug_package %{nil} Name: ocaml-pcre -Version: 5.15.0 -Release: 4%{?dist} +Version: 6.0.0 +Release: 1%{?dist} Summary: Perl compatibility regular expressions (PCRE) for OCaml Group: Development/Libraries License: LGPLv2 URL: http://www.ocaml.info/home/ocaml_sources.html#pcre-ocaml -Source0: http://www.ocaml.info/ocaml_sources/pcre-ocaml-%{version}.tar.bz2 +Source0: http://hg.ocaml.info/release/pcre-ocaml/archive/release-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x @@ -40,7 +40,7 @@ developing applications that use %{name} %prep -%setup -q -n pcre-ocaml-%{version} +%setup -q -n pcre-ocaml-release-%{version} %build @@ -70,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc LICENSE README +%doc LICENSE README.txt %{_libdir}/ocaml/pcre %if %opt %exclude %{_libdir}/ocaml/pcre/*.a @@ -83,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%doc LICENSE README +%doc LICENSE README.txt %if %opt %{_libdir}/ocaml/pcre/*.a %{_libdir}/ocaml/pcre/*.cmxa Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pcre/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 31 Aug 2008 10:05:50 -0000 1.6 +++ sources 23 May 2009 08:11:09 -0000 1.7 @@ -1 +1 @@ -dffb7cbe2f3798f424ca8737727234ac pcre-ocaml-5.15.0.tar.bz2 +91081a9147451495f8d2b246ef196983 release-6.0.0.tar.bz2 From rjones at fedoraproject.org Sat May 23 08:12:20 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:12:20 +0000 (UTC) Subject: rpms/ocaml-pa-monad/devel ocaml-pa-monad.spec,1.7,1.8 Message-ID: <20090523081220.762A370114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-pa-monad/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23964 Modified Files: ocaml-pa-monad.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-pa-monad.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pa-monad/devel/ocaml-pa-monad.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- ocaml-pa-monad.spec 16 Apr 2009 09:06:13 -0000 1.7 +++ ocaml-pa-monad.spec 23 May 2009 08:11:50 -0000 1.8 @@ -3,7 +3,7 @@ Name: ocaml-pa-monad Version: 6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCaml syntax extension for monads Group: Development/Libraries @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 6.0-2 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:13:13 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:13:13 +0000 (UTC) Subject: rpms/ocaml-postgresql/devel .cvsignore, 1.5, 1.6 ocaml-postgresql.spec, 1.14, 1.15 sources, 1.5, 1.6 Message-ID: <20090523081313.F2D667012C@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-postgresql/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24222 Modified Files: .cvsignore ocaml-postgresql.spec sources Log Message: Rebuild for OCaml 3.11.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-postgresql/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 10 Mar 2009 14:06:41 -0000 1.5 +++ .cvsignore 23 May 2009 08:12:43 -0000 1.6 @@ -1 +1 @@ -release-1.10.3.tar.bz2 +release-1.11.1.tar.bz2 Index: ocaml-postgresql.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-postgresql/devel/ocaml-postgresql.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- ocaml-postgresql.spec 16 Apr 2009 09:06:14 -0000 1.14 +++ ocaml-postgresql.spec 23 May 2009 08:12:43 -0000 1.15 @@ -2,7 +2,7 @@ %define debug_package %{nil} Name: ocaml-postgresql -Version: 1.10.3 +Version: 1.11.1 Release: 1%{?dist} Summary: OCaml library for accessing PostgreSQL databases @@ -83,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%doc LICENSE AUTHORS Changes README.txt examples +%doc LICENSE AUTHORS Changelog README.txt examples %if %opt %{_libdir}/ocaml/postgresql/*.a %{_libdir}/ocaml/postgresql/*.cmxa @@ -92,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.11.1-2 +- Rebuild for OCaml 3.11.1 +- New upstream version 1.11.1. + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-postgresql/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 10 Mar 2009 14:06:41 -0000 1.5 +++ sources 23 May 2009 08:12:43 -0000 1.6 @@ -1 +1 @@ -ebac79d610e5be1cfb39b69be2865e5d release-1.10.3.tar.bz2 +d293714bd15824db031a47d1c42c1f36 release-1.11.1.tar.bz2 From rjones at fedoraproject.org Sat May 23 08:18:36 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:18:36 +0000 (UTC) Subject: rpms/ocaml-ounit/devel ocaml-ounit.spec,1.6,1.7 Message-ID: <20090523081836.D0EA070114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-ounit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26054 Modified Files: ocaml-ounit.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-ounit.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-ounit/devel/ocaml-ounit.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- ocaml-ounit.spec 16 Apr 2009 09:06:12 -0000 1.6 +++ ocaml-ounit.spec 23 May 2009 08:18:06 -0000 1.7 @@ -3,7 +3,7 @@ Name: ocaml-ounit Version: 1.0.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Unit test framework for OCaml Group: Development/Libraries @@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.0.3-5 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:19:25 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:19:25 +0000 (UTC) Subject: rpms/ocaml-openin/devel ocaml-openin.spec,1.7,1.8 Message-ID: <20090523081925.9B5F970114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-openin/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26272 Modified Files: ocaml-openin.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-openin.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-openin/devel/ocaml-openin.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- ocaml-openin.spec 16 Apr 2009 09:06:12 -0000 1.7 +++ ocaml-openin.spec 23 May 2009 08:18:55 -0000 1.8 @@ -3,7 +3,7 @@ Name: ocaml-openin Version: 20070524 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml syntax to locally open modules Group: Development/Libraries @@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 20070524-8 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:20:24 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:20:24 +0000 (UTC) Subject: rpms/ocaml-omake/devel ocaml-omake.spec,1.7,1.8 Message-ID: <20090523082024.82CB370114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-omake/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26672 Modified Files: ocaml-omake.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-omake.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-omake/devel/ocaml-omake.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- ocaml-omake.spec 16 Apr 2009 09:06:12 -0000 1.7 +++ ocaml-omake.spec 23 May 2009 08:19:54 -0000 1.8 @@ -2,7 +2,7 @@ Name: ocaml-omake Version: 0.9.8.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml build system with automated dependency analysis Group: Development/Tools @@ -89,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.9.8.5-8 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:21:11 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:21:11 +0000 (UTC) Subject: rpms/ocaml-mysql/devel ocaml-mysql.spec,1.8,1.9 Message-ID: <20090523082111.93B3970114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-mysql/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27012 Modified Files: ocaml-mysql.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-mysql.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-mysql/devel/ocaml-mysql.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- ocaml-mysql.spec 16 Apr 2009 09:06:10 -0000 1.8 +++ ocaml-mysql.spec 23 May 2009 08:20:41 -0000 1.9 @@ -3,7 +3,7 @@ Name: ocaml-mysql Version: 1.0.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: OCaml library for accessing MySQL databases Group: Development/Libraries @@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.0.4-9 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:26:22 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:26:22 +0000 (UTC) Subject: rpms/ocaml-libvirt/devel ocaml-libvirt.spec,1.29,1.30 Message-ID: <20090523082622.9F52570114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-libvirt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28090 Modified Files: ocaml-libvirt.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-libvirt.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-libvirt/devel/ocaml-libvirt.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- ocaml-libvirt.spec 16 Apr 2009 09:06:09 -0000 1.29 +++ ocaml-libvirt.spec 23 May 2009 08:25:52 -0000 1.30 @@ -6,7 +6,7 @@ Name: ocaml-libvirt Version: 0.6.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCaml binding for libvirt Group: Development/Libraries @@ -124,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.6.1.0-2 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:28:53 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:28:53 +0000 (UTC) Subject: rpms/ocaml-json-static/devel ocaml-json-static.spec,1.6,1.7 Message-ID: <20090523082853.D2A6A70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-json-static/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28522 Modified Files: ocaml-json-static.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-json-static.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-json-static/devel/ocaml-json-static.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- ocaml-json-static.spec 16 Apr 2009 09:06:08 -0000 1.6 +++ ocaml-json-static.spec 23 May 2009 08:28:23 -0000 1.7 @@ -3,7 +3,7 @@ Name: ocaml-json-static Version: 0.9.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: OCaml JSON validator and converter (syntax extension) Group: Development/Libraries @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.9.6-9 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:29:46 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:29:46 +0000 (UTC) Subject: rpms/ocaml-gsl/devel ocaml-gsl.spec,1.6,1.7 Message-ID: <20090523082946.8E92070114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-gsl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28989 Modified Files: ocaml-gsl.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-gsl.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-gsl/devel/ocaml-gsl.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- ocaml-gsl.spec 16 Apr 2009 09:06:07 -0000 1.6 +++ ocaml-gsl.spec 23 May 2009 08:29:45 -0000 1.7 @@ -3,7 +3,7 @@ Name: ocaml-gsl Version: 0.6.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Interface to GSL (GNU scientific library) for OCaml Group: Development/Libraries @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.6.0-8 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:30:05 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:30:05 +0000 (UTC) Subject: rpms/ocaml-lacaml/devel .cvsignore, 1.7, 1.8 ocaml-lacaml.spec, 1.10, 1.11 sources, 1.7, 1.8 Message-ID: <20090523083005.1A80170114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-lacaml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28867 Modified Files: .cvsignore ocaml-lacaml.spec sources Log Message: Rebuild for OCaml 3.11.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lacaml/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 10 Mar 2009 14:00:40 -0000 1.7 +++ .cvsignore 23 May 2009 08:29:34 -0000 1.8 @@ -1 +1 @@ -release-4.7.6.tar.bz2 +release-5.1.0.tar.bz2 Index: ocaml-lacaml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lacaml/devel/ocaml-lacaml.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- ocaml-lacaml.spec 16 Apr 2009 09:06:09 -0000 1.10 +++ ocaml-lacaml.spec 23 May 2009 08:29:34 -0000 1.11 @@ -2,7 +2,7 @@ %define debug_package %{nil} Name: ocaml-lacaml -Version: 4.7.6 +Version: 5.1.0 Release: 1%{?dist} Summary: BLAS/LAPACK-interface for OCaml @@ -87,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%doc COPYRIGHT LICENSE Changes README.txt TODO +%doc COPYRIGHT LICENSE Changelog README.txt TODO %if %opt %{_libdir}/ocaml/lacaml/*.a %{_libdir}/ocaml/lacaml/*.cmxa @@ -98,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 5.1.0-1 +- Rebuild for OCaml 3.11.1. +- New upstream release 5.1.0. + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lacaml/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 10 Mar 2009 14:00:40 -0000 1.7 +++ sources 23 May 2009 08:29:34 -0000 1.8 @@ -1 +1 @@ -6c68d34e4bd957e098470637fbdf1568 release-4.7.6.tar.bz2 +3a7da60fd0559a05ed0d1e9f7bee3537 release-5.1.0.tar.bz2 From rjones at fedoraproject.org Sat May 23 08:36:09 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:36:09 +0000 (UTC) Subject: rpms/ocaml-fileutils/devel ocaml-fileutils.spec,1.7,1.8 Message-ID: <20090523083609.B912370114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-fileutils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30543 Modified Files: ocaml-fileutils.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-fileutils.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-fileutils/devel/ocaml-fileutils.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- ocaml-fileutils.spec 16 Apr 2009 09:06:07 -0000 1.7 +++ ocaml-fileutils.spec 23 May 2009 08:35:39 -0000 1.8 @@ -3,7 +3,7 @@ Name: ocaml-fileutils Version: 0.3.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: OCaml library for common file and filename operations Group: Development/Libraries @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.3.0-10 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:36:58 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:36:58 +0000 (UTC) Subject: rpms/ocaml-extlib/devel ocaml-extlib.spec,1.10,1.11 Message-ID: <20090523083658.3598E70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-extlib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30871 Modified Files: ocaml-extlib.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-extlib.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-extlib/devel/ocaml-extlib.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- ocaml-extlib.spec 16 Apr 2009 09:06:06 -0000 1.10 +++ ocaml-extlib.spec 23 May 2009 08:36:27 -0000 1.11 @@ -3,7 +3,7 @@ Name: ocaml-extlib Version: 1.5.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OCaml ExtLib additions to the standard library Group: Development/Libraries @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/ocaml/extlib/*.ml %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.5.1-7 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:38:13 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:38:13 +0000 (UTC) Subject: rpms/ocaml-expat/devel ocaml-expat.spec,1.13,1.14 Message-ID: <20090523083813.CE96F70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-expat/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31172 Modified Files: ocaml-expat.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-expat.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-expat/devel/ocaml-expat.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- ocaml-expat.spec 16 Apr 2009 09:06:06 -0000 1.13 +++ ocaml-expat.spec 23 May 2009 08:37:43 -0000 1.14 @@ -3,7 +3,7 @@ Name: ocaml-expat Version: 0.9.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: OCaml wrapper for the Expat XML parsing library Group: Development/Libraries @@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.9.1-16 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:39:43 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:39:43 +0000 (UTC) Subject: rpms/ocaml-deriving/devel ocaml-deriving.spec,1.6,1.7 Message-ID: <20090523083943.151A770114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-deriving/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31520 Modified Files: ocaml-deriving.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-deriving.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-deriving/devel/ocaml-deriving.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- ocaml-deriving.spec 16 Apr 2009 09:06:05 -0000 1.6 +++ ocaml-deriving.spec 23 May 2009 08:39:12 -0000 1.7 @@ -3,7 +3,7 @@ Name: ocaml-deriving Version: 0.1.1a -Release: 7%{?dist} +Release: 8%{?dist} Summary: Extension to OCaml for deriving functions from types Group: Development/Libraries @@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.1.1a-8 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:42:27 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:42:27 +0000 (UTC) Subject: rpms/ocaml-dbus/devel ocaml-dbus.spec,1.11,1.12 Message-ID: <20090523084227.CFB3E70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-dbus/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32159 Modified Files: ocaml-dbus.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-dbus.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-dbus/devel/ocaml-dbus.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- ocaml-dbus.spec 16 Apr 2009 09:06:05 -0000 1.11 +++ ocaml-dbus.spec 23 May 2009 08:41:57 -0000 1.12 @@ -3,7 +3,7 @@ Name: ocaml-dbus Version: 0.07 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OCaml library for using D-Bus Group: Development/Libraries @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.07-5 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:44:02 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:44:02 +0000 (UTC) Subject: rpms/ocaml-curses/devel ocaml-curses.spec,1.11,1.12 Message-ID: <20090523084402.8D3F870114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-curses/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32510 Modified Files: ocaml-curses.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-curses.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-curses/devel/ocaml-curses.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- ocaml-curses.spec 16 Apr 2009 09:06:04 -0000 1.11 +++ ocaml-curses.spec 23 May 2009 08:43:32 -0000 1.12 @@ -3,7 +3,7 @@ Name: ocaml-curses Version: 1.0.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OCaml bindings for ncurses Group: Development/Libraries @@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.0.3-5 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:47:12 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:47:12 +0000 (UTC) Subject: rpms/ocaml-curl/devel .cvsignore, 1.3, 1.4 ocaml-curl.spec, 1.12, 1.13 sources, 1.3, 1.4 Message-ID: <20090523084712.457F270114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-curl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1244 Modified Files: .cvsignore ocaml-curl.spec sources Log Message: Rebuild for OCaml 3.11.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-curl/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 31 Aug 2008 09:46:38 -0000 1.3 +++ .cvsignore 23 May 2009 08:46:41 -0000 1.4 @@ -1 +1 @@ -ocurl-0.5.0.tgz +ocurl-0.5.1.tgz Index: ocaml-curl.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-curl/devel/ocaml-curl.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- ocaml-curl.spec 16 Apr 2009 09:06:04 -0000 1.12 +++ ocaml-curl.spec 23 May 2009 08:46:41 -0000 1.13 @@ -2,8 +2,8 @@ %define debug_package %{nil} Name: ocaml-curl -Version: 0.5.0 -Release: 4%{?dist} +Version: 0.5.1 +Release: 1%{?dist} Summary: OCaml Curl library (ocurl) Group: Development/Libraries @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve ExcludeArch: sparc64 s390 s390x BuildRequires: ocaml >= 3.10.0-7 -BuildRequires: ocaml-findlib-devel, curl-devel >= 7.9.8 +BuildRequires: ocaml-findlib-devel, curl-devel >= 7.12.0 BuildRequires: gawk %define _use_internal_dependency_generator 0 @@ -90,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.5.1-1 +- New upstream version 0.5.1. +- Rebuild for OCaml 3.11.1. + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-curl/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 31 Aug 2008 09:46:38 -0000 1.3 +++ sources 23 May 2009 08:46:41 -0000 1.4 @@ -1 +1 @@ -65944aefd33ea9114fa1959474e5cfc4 ocurl-0.5.0.tgz +0c6601090c9d3ef8ecb3f7b5e3c66541 ocurl-0.5.1.tgz From rjones at fedoraproject.org Sat May 23 08:47:56 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:47:56 +0000 (UTC) Subject: rpms/ocaml-camomile/devel ocaml-camomile.spec,1.7,1.8 Message-ID: <20090523084756.5A51070114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-camomile/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1476 Modified Files: ocaml-camomile.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-camomile.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camomile/devel/ocaml-camomile.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- ocaml-camomile.spec 16 Apr 2009 09:06:03 -0000 1.7 +++ ocaml-camomile.spec 23 May 2009 08:47:26 -0000 1.8 @@ -3,7 +3,7 @@ Name: ocaml-camomile Version: 0.7.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Unicode library for OCaml Group: Development/Libraries @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.7.1-11 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:50:18 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:50:18 +0000 (UTC) Subject: rpms/ocaml-calendar/devel ocaml-calendar.spec,1.12,1.13 Message-ID: <20090523085018.4403870114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-calendar/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2040 Modified Files: ocaml-calendar.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-calendar.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-calendar/devel/ocaml-calendar.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- ocaml-calendar.spec 16 Apr 2009 09:06:01 -0000 1.12 +++ ocaml-calendar.spec 23 May 2009 08:49:47 -0000 1.13 @@ -3,7 +3,7 @@ Name: ocaml-calendar Version: 2.0.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Objective Caml library for managing dates and times Group: Development/Libraries @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 2.0.4-5 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:52:50 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:52:50 +0000 (UTC) Subject: rpms/ocaml-bitstring/devel ocaml-bitstring.spec,1.11,1.12 Message-ID: <20090523085250.24D4470114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-bitstring/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2510 Modified Files: ocaml-bitstring.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-bitstring.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-bitstring/devel/ocaml-bitstring.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- ocaml-bitstring.spec 16 Apr 2009 09:06:01 -0000 1.11 +++ ocaml-bitstring.spec 23 May 2009 08:52:19 -0000 1.12 @@ -6,7 +6,7 @@ Name: ocaml-bitstring Version: 2.0.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: OCaml library for matching and constructing bitstrings Group: Development/Libraries @@ -185,6 +185,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 2.0.0-9 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:54:19 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:54:19 +0000 (UTC) Subject: rpms/ocaml-bisect/devel ocaml-bisect.spec,1.5,1.6 Message-ID: <20090523085419.A58D370114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-bisect/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2792 Modified Files: ocaml-bisect.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-bisect.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-bisect/devel/ocaml-bisect.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- ocaml-bisect.spec 16 Apr 2009 09:06:01 -0000 1.5 +++ ocaml-bisect.spec 23 May 2009 08:53:49 -0000 1.6 @@ -6,7 +6,7 @@ Name: ocaml-bisect Version: %{mainversion} -Release: 0.4.%{subversion}%{?dist} +Release: 0.5.%{subversion}%{?dist} Summary: OCaml code coverage tool Group: Development/Libraries @@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.0-0.5.alpha +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:57:32 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:57:32 +0000 (UTC) Subject: rpms/ocaml-augeas/devel ocaml-augeas.spec,1.5,1.6 Message-ID: <20090523085732.5864270114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-augeas/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3349 Modified Files: ocaml-augeas.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-augeas.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-augeas/devel/ocaml-augeas.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- ocaml-augeas.spec 16 Apr 2009 09:06:00 -0000 1.5 +++ ocaml-augeas.spec 23 May 2009 08:57:01 -0000 1.6 @@ -3,7 +3,7 @@ Name: ocaml-augeas Version: 0.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OCaml bindings for Augeas configuration API Group: Development/Libraries @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.4-5 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 08:58:37 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 08:58:37 +0000 (UTC) Subject: rpms/ocaml-newt/devel ocaml-newt.spec,1.6,1.7 Message-ID: <20090523085837.3E19E70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-newt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3582 Modified Files: ocaml-newt.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-newt.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-newt/devel/ocaml-newt.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- ocaml-newt.spec 16 Apr 2009 09:06:11 -0000 1.6 +++ ocaml-newt.spec 23 May 2009 08:58:06 -0000 1.7 @@ -3,7 +3,7 @@ Name: ocaml-newt Version: 0.9 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OCaml library for using newt text mode window system Group: Development/Libraries @@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.9-6 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 09:04:28 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 09:04:28 +0000 (UTC) Subject: rpms/ocaml-camlimages/devel ocaml-camlimages.spec,1.15,1.16 Message-ID: <20090523090428.2FB0970114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-camlimages/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5556 Modified Files: ocaml-camlimages.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-camlimages.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlimages/devel/ocaml-camlimages.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- ocaml-camlimages.spec 16 Apr 2009 09:06:02 -0000 1.15 +++ ocaml-camlimages.spec 23 May 2009 09:03:57 -0000 1.16 @@ -4,7 +4,7 @@ Name: ocaml-camlimages Version: 3.0.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml image processing library Group: Development/Libraries @@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 3.0.1-8 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 09:05:58 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 09:05:58 +0000 (UTC) Subject: rpms/ocaml-cairo/devel ocaml-cairo.spec,1.10,1.11 Message-ID: <20090523090558.4596170114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-cairo/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6109 Modified Files: ocaml-cairo.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-cairo.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cairo/devel/ocaml-cairo.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- ocaml-cairo.spec 16 Apr 2009 09:06:01 -0000 1.10 +++ ocaml-cairo.spec 23 May 2009 09:05:28 -0000 1.11 @@ -13,7 +13,7 @@ Name: ocaml-cairo Version: 1.2.0.cvs20080301 -Release: 8%{?dist} +Release: 9%{?dist} Summary: OCaml library for accessing cairo graphics Group: Development/Libraries @@ -119,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.2.0.cvs20080301-9 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 09:10:58 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 09:10:58 +0000 (UTC) Subject: rpms/ocaml-calendar/devel ocaml-calendar.spec,1.13,1.14 Message-ID: <20090523091058.1F44270114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-calendar/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7474 Modified Files: ocaml-calendar.spec Log Message: Calendar has a new upstream URL. Index: ocaml-calendar.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-calendar/devel/ocaml-calendar.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- ocaml-calendar.spec 23 May 2009 08:49:47 -0000 1.13 +++ ocaml-calendar.spec 23 May 2009 09:10:27 -0000 1.14 @@ -3,12 +3,12 @@ Name: ocaml-calendar Version: 2.0.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Objective Caml library for managing dates and times Group: Development/Libraries License: LGPLv2 -URL: http://www.lri.fr/~signoles/prog.en.html#calendar +URL: http://calendar.forge.ocamlcore.org/ Source0: http://www.lri.fr/~signoles/prog/calendar/calendar-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 2.0.4-6 +- Calendar has a new upstream URL. + * Sat May 23 2009 Richard W.M. Jones - 2.0.4-5 - Rebuild for OCaml 3.11.1 From rjones at fedoraproject.org Sat May 23 11:07:54 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:07:54 +0000 (UTC) Subject: rpms/ocaml-lwt/devel ocaml-lwt.spec,1.5,1.6 Message-ID: <20090523110754.9B41770114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-lwt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28950 Modified Files: ocaml-lwt.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-lwt.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lwt/devel/ocaml-lwt.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- ocaml-lwt.spec 16 Apr 2009 09:06:09 -0000 1.5 +++ ocaml-lwt.spec 23 May 2009 11:07:22 -0000 1.6 @@ -3,7 +3,7 @@ Name: ocaml-lwt Version: 1.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OCaml lightweight thread library Group: Development/Libraries @@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.1.0-5 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 11:07:54 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:07:54 +0000 (UTC) Subject: rpms/ocaml-ocamlnet/devel ocaml-ocamlnet.spec,1.13,1.14 Message-ID: <20090523110754.A410470128@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-ocamlnet/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28981 Modified Files: ocaml-ocamlnet.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-ocamlnet.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-ocamlnet/devel/ocaml-ocamlnet.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- ocaml-ocamlnet.spec 16 Apr 2009 09:06:11 -0000 1.13 +++ ocaml-ocamlnet.spec 23 May 2009 11:07:23 -0000 1.14 @@ -6,7 +6,7 @@ Name: ocaml-ocamlnet Version: 2.2.9 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Network protocols for OCaml Group: Development/Libraries @@ -243,6 +243,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 2.2.9-13 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 11:07:56 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:07:56 +0000 (UTC) Subject: rpms/ocaml-mikmatch/devel ocaml-mikmatch.spec,1.6,1.7 Message-ID: <20090523110756.1433A70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-mikmatch/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29003 Modified Files: ocaml-mikmatch.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-mikmatch.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-mikmatch/devel/ocaml-mikmatch.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- ocaml-mikmatch.spec 16 Apr 2009 09:06:10 -0000 1.6 +++ ocaml-mikmatch.spec 23 May 2009 11:07:25 -0000 1.7 @@ -3,7 +3,7 @@ Name: ocaml-mikmatch Version: 1.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OCaml extension for pattern matching with regexps Group: Development/Libraries @@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.0.0-6 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 11:08:25 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:08:25 +0000 (UTC) Subject: rpms/ocaml-sexplib/devel .cvsignore, 1.5, 1.6 ocaml-sexplib.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <20090523110825.3318570114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-sexplib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29139 Modified Files: .cvsignore ocaml-sexplib.spec sources Log Message: Rebuild for OCaml 3.11.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-sexplib/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 10 Mar 2009 14:18:44 -0000 1.5 +++ .cvsignore 23 May 2009 11:07:54 -0000 1.6 @@ -1 +1 @@ -release-4.2.7.tar.bz2 +release-4.2.10.tar.bz2 Index: ocaml-sexplib.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-sexplib/devel/ocaml-sexplib.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- ocaml-sexplib.spec 16 Apr 2009 09:06:16 -0000 1.8 +++ ocaml-sexplib.spec 23 May 2009 11:07:54 -0000 1.9 @@ -2,8 +2,8 @@ %define debug_package %{nil} Name: ocaml-sexplib -Version: 4.2.7 -Release: 2%{?dist} +Version: 4.2.10 +Release: 1%{?dist} Summary: OCaml library for converting OCaml values to S-expressions Group: Development/Libraries @@ -100,6 +100,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 22 2009 Richard W.M. Jones - 4.2.10-1 +- Rebuild for OCaml 3.11.1. +- New upstream version 4.2.10. + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-sexplib/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 10 Mar 2009 14:18:44 -0000 1.5 +++ sources 23 May 2009 11:07:54 -0000 1.6 @@ -1 +1 @@ -de6f0e46b5e85084f8f1da9c20c49085 release-4.2.7.tar.bz2 +b7d9564386a6a0eebe14d76322245291 release-4.2.10.tar.bz2 From rjones at fedoraproject.org Sat May 23 11:16:42 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:16:42 +0000 (UTC) Subject: rpms/ocaml-cmigrep/devel .cvsignore, 1.4, 1.5 ocaml-cmigrep.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <20090523111642.6935C70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-cmigrep/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30656 Modified Files: .cvsignore ocaml-cmigrep.spec sources Log Message: Rebuild for OCaml 3.11.1+rc0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cmigrep/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 4 Dec 2008 19:10:34 -0000 1.4 +++ .cvsignore 23 May 2009 11:16:11 -0000 1.5 @@ -1,3 +1,4 @@ cmigrep-1.5.tar.bz2 ocaml-3.11.0+beta1.tar.bz2 ocaml-3.11.0.tar.bz2 +ocaml-3.11.1+rc0.tar.gz Index: ocaml-cmigrep.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cmigrep/devel/ocaml-cmigrep.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- ocaml-cmigrep.spec 16 Apr 2009 09:06:03 -0000 1.10 +++ ocaml-cmigrep.spec 23 May 2009 11:16:11 -0000 1.11 @@ -2,20 +2,20 @@ %define debug_package %{nil} %define ocaml_major 3.11 -%define ocaml_minor 0 +%define ocaml_minor 1 %define _default_patch_fuzz 2 Name: ocaml-cmigrep Version: 1.5 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Search OCaml compiled interface (cmi) files Group: Development/Libraries License: GPLv2+ URL: http://homepage.mac.com/letaris/ Source0: http://homepage.mac.com/letaris/cmigrep-%{version}.tar.bz2 -Source1: http://caml.inria.fr/distrib/ocaml-%{ocaml_major}/ocaml-%{ocaml_major}.%{ocaml_minor}.tar.bz2 +Source1: http://caml.inria.fr/distrib/ocaml-%{ocaml_major}/ocaml-%{ocaml_major}.%{ocaml_minor}+rc0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x @@ -52,12 +52,12 @@ elisp that allows emacs to use cmigrep f # however in Debian the only packages which actually use # compiler-libs are camlp5 & cmigrep. bzcat %{SOURCE1} | tar xf - -pushd ocaml-%{ocaml_major}.%{ocaml_minor} +pushd ocaml-%{ocaml_major}.%{ocaml_minor}rc0 %patch1 -p1 %patch2 -p1 %patch3 -p1 popd -mv ocaml-%{ocaml_major}.%{ocaml_minor} compiler +mv ocaml-%{ocaml_major}.%{ocaml_minor}rc0 compiler %patch10 -p1 @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.5-11 +- Rebuild for OCaml 3.11.1+rc0. + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cmigrep/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 4 Dec 2008 19:10:34 -0000 1.4 +++ sources 23 May 2009 11:16:12 -0000 1.5 @@ -1,2 +1,2 @@ 869ba6758a773c4218461f14f6ebcb4e cmigrep-1.5.tar.bz2 -6ed1c3ed660a15408362242fa8fa4668 ocaml-3.11.0.tar.bz2 +45f626b33bec543a40abbf6afa1a6d96 ocaml-3.11.1+rc0.tar.gz From rjones at fedoraproject.org Sat May 23 11:19:49 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:19:49 +0000 (UTC) Subject: rpms/ocaml-reins/devel ocaml-reins.spec,1.4,1.5 Message-ID: <20090523111950.09C4170128@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-reins/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31267 Modified Files: ocaml-reins.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-reins.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-reins/devel/ocaml-reins.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- ocaml-reins.spec 16 Apr 2009 09:06:15 -0000 1.4 +++ ocaml-reins.spec 23 May 2009 11:19:19 -0000 1.5 @@ -3,7 +3,7 @@ Name: ocaml-reins Version: 0.1a -Release: 4%{?dist} +Release: 5%{?dist} Summary: Library of OCaml persistent data structures Group: Development/Libraries @@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.1a-5 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 11:21:49 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:21:49 +0000 (UTC) Subject: rpms/ocaml-csv/devel ocaml-csv.spec,1.11,1.12 Message-ID: <20090523112149.A3EF270114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-csv/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32282 Modified Files: ocaml-csv.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-csv.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-csv/devel/ocaml-csv.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- ocaml-csv.spec 16 Apr 2009 09:06:04 -0000 1.11 +++ ocaml-csv.spec 23 May 2009 11:21:19 -0000 1.12 @@ -3,7 +3,7 @@ Name: ocaml-csv Version: 1.1.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OCaml library for reading and writing CSV files Group: Development/Libraries @@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.1.7-5 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 11:21:51 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:21:51 +0000 (UTC) Subject: rpms/ocaml-gettext/devel ocaml-gettext.spec,1.10,1.11 Message-ID: <20090523112151.981B570114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-gettext/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32365 Modified Files: ocaml-gettext.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-gettext.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-gettext/devel/ocaml-gettext.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- ocaml-gettext.spec 16 Apr 2009 09:06:07 -0000 1.10 +++ ocaml-gettext.spec 23 May 2009 11:21:21 -0000 1.11 @@ -3,7 +3,7 @@ Name: ocaml-gettext Version: 0.3.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml library for i18n Group: Development/Libraries @@ -221,6 +221,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.3.2-8 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 11:24:52 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:24:52 +0000 (UTC) Subject: rpms/ocaml-cmigrep/devel ocaml-cmigrep.spec,1.11,1.12 Message-ID: <20090523112452.C9D7170114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-cmigrep/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv798 Modified Files: ocaml-cmigrep.spec Log Message: Rebuild for OCaml 3.11.1+rc0 Index: ocaml-cmigrep.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cmigrep/devel/ocaml-cmigrep.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- ocaml-cmigrep.spec 23 May 2009 11:16:11 -0000 1.11 +++ ocaml-cmigrep.spec 23 May 2009 11:24:22 -0000 1.12 @@ -8,7 +8,7 @@ Name: ocaml-cmigrep Version: 1.5 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Search OCaml compiled interface (cmi) files Group: Development/Libraries @@ -51,7 +51,7 @@ elisp that allows emacs to use cmigrep f # +compiler-libs directory. It would be good to copy this, # however in Debian the only packages which actually use # compiler-libs are camlp5 & cmigrep. -bzcat %{SOURCE1} | tar xf - +zcat %{SOURCE1} | tar xf - pushd ocaml-%{ocaml_major}.%{ocaml_minor}rc0 %patch1 -p1 %patch2 -p1 @@ -103,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Sat May 23 2009 Richard W.M. Jones - 1.5-11 +* Sat May 23 2009 Richard W.M. Jones - 1.5-12 - Rebuild for OCaml 3.11.1+rc0. * Thu Apr 16 2009 S390x secondary arch maintainer From rjones at fedoraproject.org Sat May 23 11:30:43 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:30:43 +0000 (UTC) Subject: rpms/ocaml-json-wheel/devel .cvsignore, 1.2, 1.3 ocaml-json-wheel.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <20090523113044.05EBF70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-json-wheel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2300 Modified Files: .cvsignore ocaml-json-wheel.spec sources Log Message: Rebuild for OCaml 3.11.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-json-wheel/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 7 Mar 2008 19:24:30 -0000 1.2 +++ .cvsignore 23 May 2009 11:30:13 -0000 1.3 @@ -1 +1 @@ -json-wheel-1.0.4.tar.bz2 +json-wheel-1.0.6.tar.bz2 Index: ocaml-json-wheel.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-json-wheel/devel/ocaml-json-wheel.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- ocaml-json-wheel.spec 16 Apr 2009 09:06:08 -0000 1.6 +++ ocaml-json-wheel.spec 23 May 2009 11:30:13 -0000 1.7 @@ -2,8 +2,8 @@ %define debug_package %{nil} Name: ocaml-json-wheel -Version: 1.0.4 -Release: 8%{?dist} +Version: 1.0.6 +Release: 1%{?dist} Summary: OCaml library for parsing JSON Group: Development/Libraries @@ -99,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.0.6-1 +- New upstream version 1.0.6. +- Rebuild for OCaml 3.11.1. + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-json-wheel/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 7 Mar 2008 19:24:30 -0000 1.2 +++ sources 23 May 2009 11:30:13 -0000 1.3 @@ -1 +1 @@ -667e42357cc7e1719292c6a3342a6489 json-wheel-1.0.4.tar.bz2 +8685ecee7a7416c77c14fbdf05c5a06e json-wheel-1.0.6.tar.bz2 From rjones at fedoraproject.org Sat May 23 11:31:52 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:31:52 +0000 (UTC) Subject: rpms/ocaml-preludeml/devel ocaml-preludeml.spec,1.3,1.4 Message-ID: <20090523113152.A3D8470114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-preludeml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2656 Modified Files: ocaml-preludeml.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-preludeml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-preludeml/devel/ocaml-preludeml.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- ocaml-preludeml.spec 16 Apr 2009 09:06:15 -0000 1.3 +++ ocaml-preludeml.spec 23 May 2009 11:31:22 -0000 1.4 @@ -8,7 +8,7 @@ Name: ocaml-preludeml Version: 0.1 -Release: 0.11.%{gitdate}%{?dist} +Release: 0.12.%{gitdate}%{?dist} Summary: OCaml utility functions Group: Development/Libraries @@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.1-0.12.20090113 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 11:32:32 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:32:32 +0000 (UTC) Subject: rpms/ocaml-xmlrpc-light/devel ocaml-xmlrpc-light.spec,1.7,1.8 Message-ID: <20090523113232.F41D770114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-xmlrpc-light/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2806 Modified Files: ocaml-xmlrpc-light.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-xmlrpc-light.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-xmlrpc-light/devel/ocaml-xmlrpc-light.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- ocaml-xmlrpc-light.spec 16 Apr 2009 09:06:18 -0000 1.7 +++ ocaml-xmlrpc-light.spec 23 May 2009 11:32:02 -0000 1.8 @@ -3,7 +3,7 @@ Name: ocaml-xmlrpc-light Version: 0.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCaml library for writing XML-RPC clients and servers Group: Development/Libraries @@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 0.6.1-2 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From rjones at fedoraproject.org Sat May 23 11:34:14 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:34:14 +0000 (UTC) Subject: rpms/ocaml-pxp/devel .cvsignore, 1.3, 1.4 ocaml-pxp.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <20090523113414.9035270114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-pxp/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3380 Modified Files: .cvsignore ocaml-pxp.spec sources Log Message: Rebuild for OCaml 3.11.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pxp/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 23 Apr 2008 08:53:58 -0000 1.3 +++ .cvsignore 23 May 2009 11:33:43 -0000 1.4 @@ -1 +1 @@ -pxp-1.2.0test2.tar.gz +pxp-1.2.1.tar.gz Index: ocaml-pxp.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pxp/devel/ocaml-pxp.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- ocaml-pxp.spec 16 Apr 2009 09:06:15 -0000 1.9 +++ ocaml-pxp.spec 23 May 2009 11:33:44 -0000 1.10 @@ -1,8 +1,8 @@ %define debug_package %{nil} Name: ocaml-pxp -Version: 1.2.0test2 -Release: 6%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: Validating XML parser Group: Development/Libraries @@ -106,6 +106,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.2.1-1 +- New upstream version 1.2.1. +- Rebuild for OCaml 3.11.1. + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pxp/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 23 Apr 2008 08:53:58 -0000 1.3 +++ sources 23 May 2009 11:33:44 -0000 1.4 @@ -1 +1 @@ -6ad1bcf8b6c64fdf90422d9b5afc3763 pxp-1.2.0test2.tar.gz +a22d9124516b8045d7e4b0978c6fd3f6 pxp-1.2.1.tar.gz From rjones at fedoraproject.org Sat May 23 11:45:26 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 11:45:26 +0000 (UTC) Subject: rpms/ocaml-camlp5/devel .cvsignore, 1.5, 1.6 ocaml-camlp5.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <20090523114526.CBE3870114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-camlp5/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6427 Modified Files: .cvsignore ocaml-camlp5.spec sources Log Message: New upstream version 5.12, excepted to fix 3.11.1 build problems. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlp5/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 23 May 2009 07:29:36 -0000 1.5 +++ .cvsignore 23 May 2009 11:44:55 -0000 1.6 @@ -1 +1 @@ -camlp5-5.11.tgz +camlp5-5.12.tgz Index: ocaml-camlp5.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlp5/devel/ocaml-camlp5.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- ocaml-camlp5.spec 23 May 2009 07:29:36 -0000 1.9 +++ ocaml-camlp5.spec 23 May 2009 11:44:56 -0000 1.10 @@ -2,7 +2,7 @@ %define debug_package %{nil} Name: ocaml-camlp5 -Version: 5.11 +Version: 5.12 Release: 1%{?dist} Summary: Classical version of camlp4 OCaml preprocessor @@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 5.12-1 +- New upstream version 5.12, excepted to fix 3.11.1 build problems. + * Sat May 23 2009 Richard W.M. Jones - 5.11-1 - Rebuild for OCaml 3.11.1 - New upstream version 5.11. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlp5/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 23 May 2009 07:29:36 -0000 1.5 +++ sources 23 May 2009 11:44:56 -0000 1.6 @@ -1 +1 @@ -26d69abd669c5fda43dbf35074debc81 camlp5-5.11.tgz +28a86d4f1da8983b7fc773262fa52f1f camlp5-5.12.tgz From rjones at fedoraproject.org Sat May 23 13:59:34 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 23 May 2009 13:59:34 +0000 (UTC) Subject: rpms/ocaml-pgocaml/devel ocaml-pgocaml.spec,1.8,1.9 Message-ID: <20090523135934.2051C70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-pgocaml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22289 Modified Files: ocaml-pgocaml.spec Log Message: Rebuild for OCaml 3.11.1 Index: ocaml-pgocaml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pgocaml/devel/ocaml-pgocaml.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- ocaml-pgocaml.spec 16 Apr 2009 09:06:14 -0000 1.8 +++ ocaml-pgocaml.spec 23 May 2009 13:59:03 -0000 1.9 @@ -3,7 +3,7 @@ Name: ocaml-pgocaml Version: 1.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: OCaml library for type-safe access to PostgreSQL databases Group: Development/Libraries @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 23 2009 Richard W.M. Jones - 1.1-9 +- Rebuild for OCaml 3.11.1 + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) From bugzilla at redhat.com Tue May 26 08:13:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 04:13:41 -0400 Subject: [Bug 493796] [virt-ctrl] Translations for Fedora 11! In-Reply-To: References: Message-ID: <200905260813.n4Q8DfA7012234@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493796 Krishna Babu K changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #338412|0 |1 is obsolete| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 08:14:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 04:14:53 -0400 Subject: [Bug 493796] [virt-ctrl] Translations for Fedora 11! In-Reply-To: References: Message-ID: <200905260814.n4Q8ErtK018304@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493796 --- Comment #22 from Krishna Babu K 2009-05-26 04:14:53 EDT --- Created an attachment (id=345395) --> (https://bugzilla.redhat.com/attachment.cgi?id=345395) Updated Telugu [te] translation of Virt-ctrl Attached updated Telugu translation file virt-ctrl.tip.te.po -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 09:02:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 05:02:57 -0400 Subject: [Bug 493796] [virt-ctrl] Translations for Fedora 11! In-Reply-To: References: Message-ID: <200905260902.n4Q92vGS022468@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493796 Sweta Kothari changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |swkothar at redhat.com --- Comment #23 from Sweta Kothari 2009-05-26 05:02:55 EDT --- (In reply to comment #10) > Created an attachment (id=338289) --> (https://bugzilla.redhat.com/attachment.cgi?id=338289) [details] > Gujarati (gu_IN) translation for virt-ctrl file > > Gujarati (gu_IN) translation for virt-ctrl file. I have attached file since long time . Why it's not updated into upstream yet? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 09:59:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 05:59:27 -0400 Subject: [Bug 493796] [virt-ctrl] Translations for Fedora 11! In-Reply-To: References: Message-ID: <200905260959.n4Q9xR6k004717@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493796 sandeep shedmake changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sshedmak at redhat.com --- Comment #25 from sandeep shedmake 2009-05-26 05:59:27 EDT --- >From Comment #24, I hope this is the last translation update. Do let me know, if package breaks due to translation inconsistency (if any). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue May 26 09:58:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 26 May 2009 05:58:16 -0400 Subject: [Bug 493796] [virt-ctrl] Translations for Fedora 11! In-Reply-To: References: Message-ID: <200905260958.n4Q9wGpE004398@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493796 sandeep shedmake changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #341150|0 |1 is obsolete| | --- Comment #24 from sandeep shedmake 2009-05-26 05:58:15 EDT --- Created an attachment (id=345432) --> (https://bugzilla.redhat.com/attachment.cgi?id=345432) Marathi [mr] Translations Update (again) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 08:30:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:30:32 -0400 Subject: [Bug 493796] [virt-ctrl] Translations for Fedora 11! In-Reply-To: References: Message-ID: <200905280830.n4S8UWGj027359@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493796 Felix changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ifelix at redhat.com --- Comment #26 from Felix 2009-05-28 04:30:31 EDT --- Tamil (ta) file is not committed into upstream. Pls have a look it was submitted on 2009-04-07. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu May 28 08:51:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 28 May 2009 04:51:41 -0400 Subject: [Bug 493796] [virt-ctrl] Translations for Fedora 11! In-Reply-To: References: Message-ID: <200905280851.n4S8pfiw031769@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493796 --- Comment #27 from Richard W.M. Jones 2009-05-28 04:51:41 EDT --- It's on my quite lengthy to-do list ... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From rjones at fedoraproject.org Tue May 26 13:09:32 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Tue, 26 May 2009 13:09:32 +0000 (UTC) Subject: rpms/ocaml/devel ocamlbuild_where.ml.diff, NONE, 1.1 ocaml.spec, 1.52, 1.53 Message-ID: <20090526130932.9DDCB70114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14300 Modified Files: ocaml.spec Added Files: ocamlbuild_where.ml.diff Log Message: Backport ocamlbuild -where fix. ocamlbuild_where.ml.diff: --- NEW FILE ocamlbuild_where.ml.diff --- --- ocaml/ocamlbuild/ocamlbuild_where.ml 2009/03/05 14:33:06 1.1.2.2 +++ ocaml/ocamlbuild/ocamlbuild_where.ml 2009/05/24 09:11:39 1.1.2.3 @@ -1,5 +1,7 @@ let bindir = ref Ocamlbuild_Myocamlbuild_config.bindir;; let libdir = ref begin - try Filename.concat (Sys.getenv "OCAMLLIB") "ocamlbuild" - with Not_found -> Ocamlbuild_Myocamlbuild_config.libdir + Filename.concat + (try Sys.getenv "OCAMLLIB" + with Not_found -> Ocamlbuild_Myocamlbuild_config.libdir) + "ocamlbuild" end;; Index: ocaml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml/devel/ocaml.spec,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- ocaml.spec 22 May 2009 15:25:54 -0000 1.52 +++ ocaml.spec 26 May 2009 13:09:01 -0000 1.53 @@ -2,7 +2,7 @@ Name: ocaml Version: 3.11.1 -Release: 0.rc0.1%{?dist} +Release: 0.rc0.2%{?dist} Summary: Objective Caml compiler and programming environment @@ -24,6 +24,9 @@ Patch1: ocaml-user-cflags.patch # Support for PPC64 platform by David Woodhouse: Patch3: ocaml-3.11.0-ppc64.patch +# Backport ocamlbuild -where fix to 3.11.1+rc0. +Patch4: ocamlbuild_where.ml.diff + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel @@ -195,6 +198,7 @@ man pages and info files. %patch0 -p1 -b .rpath %patch1 -p1 -b .cflags %patch3 -p1 -b .ppc64 +%patch4 -p1 -b .ocamlbuild cp %{SOURCE2} refman.pdf @@ -435,6 +439,9 @@ fi %changelog +* Tue May 26 2009 Richard W.M. Jones - 3.11.1-0.rc0.2 +- Backport ocamlbuild -where fix. + * Fri May 22 2009 Richard W.M. Jones - 3.11.1-0.rc0.1 - 3.11.1 release candidate 0. From rjones at fedoraproject.org Tue May 26 14:50:35 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Tue, 26 May 2009 14:50:35 +0000 (UTC) Subject: rpms/ocaml-cil/devel cil-1.3.7-output-obj.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 ocaml-cil.spec, 1.9, 1.10 sources, 1.2, 1.3 cil-1.3.6-output-obj.patch, 1.1, NONE Message-ID: <20090526145035.6A3E170114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-cil/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5527 Modified Files: .cvsignore ocaml-cil.spec sources Added Files: cil-1.3.7-output-obj.patch Removed Files: cil-1.3.6-output-obj.patch Log Message: - New upstream version 1.3.7. - Rebuild for OCaml 3.11.1. cil-1.3.7-output-obj.patch: --- NEW FILE cil-1.3.7-output-obj.patch --- diff -ur cil-1.3.7.orig/Makefile.in cil-1.3.7/Makefile.in --- cil-1.3.7.orig/Makefile.in 2009-04-24 19:50:33.000000000 +0100 +++ cil-1.3.7/Makefile.in 2009-05-26 15:46:02.932947721 +0100 @@ -287,7 +287,9 @@ ifeq ($(NATIVECAML),1) $(OBJDIR)/libcil.o: $(OCAML_CIL_LIB_CMODULES:%=$(OBJDIR)/lib%.a) \ $(OCAML_CIL_LIB_MODULES:%=$(OBJDIR)/%.$(CMO)) - ocamlopt -output-obj -o $@ $(CILLY_LIBS:%=%.cmxa) $^ + ocamlopt -output-obj -o tmpcil.o $(CILLY_LIBS:%=%.cmxa) $^ + ar rcs $@ tmpcil.o + rm -f tmpcil.o else $(OBJDIR)/libcil.o: @echo "Can only build $@ when NATIVECAML is 1." Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cil/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 1 Mar 2008 12:31:25 -0000 1.2 +++ .cvsignore 26 May 2009 14:50:04 -0000 1.3 @@ -1 +1 @@ -cil-1.3.6.tar.gz +cil-1.3.7.tar.gz Index: ocaml-cil.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cil/devel/ocaml-cil.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- ocaml-cil.spec 16 Apr 2009 09:06:03 -0000 1.9 +++ ocaml-cil.spec 26 May 2009 14:50:04 -0000 1.10 @@ -5,21 +5,21 @@ %define __strip /bin/true Name: ocaml-cil -Version: 1.3.6 -Release: 11%{?dist} +Version: 1.3.7 +Release: 1%{?dist} Summary: CIL - Infrastructure for C Program Analysis and Transformation Group: Development/Libraries License: BSD URL: http://cil.sourceforge.net/ -Source0: http://hal.cs.berkeley.edu/cil/distrib/cil-1.3.6.tar.gz +Source0: http://hal.cs.berkeley.edu/cil/distrib/cil-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: ppc64 ExcludeArch: ppc ExcludeArch: sparc64 ExcludeArch: s390 s390x -Patch0: cil-1.3.6-output-obj.patch +Patch0: cil-1.3.7-output-obj.patch BuildRequires: ocaml, ocaml-findlib-devel, ocaml-ocamldoc @@ -90,7 +90,7 @@ for gcc. %prep -%setup -q -n cil +%setup -q -n cil-%{version} %patch0 -p1 ./configure --libdir=%{_libdir} @@ -117,7 +117,7 @@ cat > bin/CilConfig.pm < - 1.3.7-1 +- New upstream version 1.3.7. +- Rebuild for OCaml 3.11.1. + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cil/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 1 Mar 2008 12:31:25 -0000 1.2 +++ sources 26 May 2009 14:50:04 -0000 1.3 @@ -1 +1 @@ -112dfbabdd0e1280800d62ba4449ab45 cil-1.3.6.tar.gz +e0e3ce3b04c0d9cccf98381feb6d89de cil-1.3.7.tar.gz --- cil-1.3.6-output-obj.patch DELETED --- From rjones at fedoraproject.org Tue May 26 15:52:08 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Tue, 26 May 2009 15:52:08 +0000 (UTC) Subject: rpms/cduce/devel .cvsignore, 1.6, 1.7 cduce.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <20090526155208.832D270114@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/cduce/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21347 Modified Files: .cvsignore cduce.spec sources Log Message: * Tue May 26 2009 Richard W.M. Jones - 0.5.3-1 - New upstream release 0.5.3. - Patch for compatibility with OCaml 3.11 now upstream. - Rebuild for OCaml 3.11.1+rc0. - Disable ocamlduce - waiting for upstream to release a compatible version. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/cduce/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 17 Jan 2009 14:26:40 -0000 1.6 +++ .cvsignore 26 May 2009 15:51:37 -0000 1.7 @@ -2,3 +2,5 @@ cduce-0.5.2.1.tar.gz ocaml-3.10.2.tar.bz2 ocaml-3.11.0.tar.bz2 ocamlduce-3.11.0.0rc1.tar.gz +ocaml-3.11.1+rc0.tar.gz +cduce-0.5.3.tar.gz Index: cduce.spec =================================================================== RCS file: /cvs/pkgs/rpms/cduce/devel/cduce.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- cduce.spec 16 Apr 2009 09:26:11 -0000 1.12 +++ cduce.spec 26 May 2009 15:51:38 -0000 1.13 @@ -2,13 +2,20 @@ %define debug_package %{nil} %define ocaml_major 3.11 -%define ocaml_minor 0 +%define ocaml_minor 1 +# ocamlduce is disabled until upstream produce a version +# which is compatible with OCaml 3.11.1. +# http://forge.ocamlcore.org/frs/?group_id=75&release_id=69 +%define with_ocamlduce 0 + +%if %{with_ocamlduce} %define ocamlduce_version %{ocaml_major}.%{ocaml_minor}.0rc1 +%endif Name: cduce -Version: 0.5.2.1 -Release: 14%{?dist} +Version: 0.5.3 +Release: 1%{?dist} Summary: Modern XML-oriented functional language Group: Development/Libraries @@ -18,10 +25,10 @@ BuildRoot: %{_tmppath}/%{name}-%{ve ExcludeArch: ppc64 s390 s390x sparc64 Source0: http://www.cduce.org/download/%{name}-%{version}.tar.gz -Source1: http://caml.inria.fr/distrib/ocaml-%{ocaml_major}/ocaml-%{ocaml_major}.%{ocaml_minor}.tar.bz2 +Source1: http://caml.inria.fr/distrib/ocaml-%{ocaml_major}/ocaml-%{ocaml_major}.%{ocaml_minor}+rc0.tar.gz +%if %{with_ocamlduce} Source2: https://forge.ocamlcore.org/frs/download.php/107/ocamlduce-%{ocamlduce_version}.tar.gz - -Patch0: cduce-0.5.2.1-ocaml-3.11.0.patch +%endif BuildRequires: ocaml = %{ocaml_major}.%{ocaml_minor} BuildRequires: ocaml-ocamldoc @@ -64,6 +71,7 @@ The %{name}-devel package contains libra developing applications that use %{name}. +%if %{with_ocamlduce} %package ocamlduce Summary: Development files for %{name} Group: Development/Libraries @@ -73,21 +81,22 @@ Requires: %{name} = %{version}-%{r %description ocamlduce This package contains a modified version of the OCaml language which incorporates CDuce extensions for working with XML documents. +%endif %prep -%setup -q -n cduce-0.5.2 -%setup -q -n cduce-0.5.2 -T -D -a 2 - -%patch0 -p1 +%setup -q -n %{name}-%{version} +%if %{with_ocamlduce} +%setup -q -n %{name}-%{version} -T -D -a 2 +%endif # Unpack the OCaml sources in the build directory. -bzcat %{SOURCE1} | tar xf - +zcat %{SOURCE1} | tar xf - ./configure --prefix=%{_prefix} \ --bindir=%{_bindir} \ --mandir=%{_mandir} \ --docdir=%{_docdir} \ - --mliface=ocaml-%{ocaml_major}.%{ocaml_minor} + --mliface=ocaml-%{ocaml_major}.%{ocaml_minor}rc0 %build @@ -95,13 +104,14 @@ make all doc strip cduce dtd2cduce chrpath --delete cduce +%if %{with_ocamlduce} # Building ocamlduce is a bit more involved ... pushd ocamlduce-%{ocamlduce_version} make prepare \ OCAML_VERSION=%{ocaml_major}.%{ocaml_minor} \ OCAML_SOURCE=%{SOURCE1} \ - OCAML_SRCDIR=ocaml-%{ocaml_major}.%{ocaml_minor} -cd ocaml-%{ocaml_major}.%{ocaml_minor} + OCAML_SRCDIR=ocaml-%{ocaml_major}.%{ocaml_minor}rc0 +cd ocaml-%{ocaml_major}.%{ocaml_minor}rc0 # Configure must match the one from base ocaml.spec CFLAGS="$RPM_OPT_FLAGS" ./configure \ -bindir %{_bindir} \ @@ -111,6 +121,7 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure \ -mandir %{_mandir}/man1 make -f Makefile.ocamlduce world world.opt popd +%endif %install @@ -123,6 +134,7 @@ make install \ MANDIR=$RPM_BUILD_ROOT%{_mandir} \ DOCDIR=$RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version} +%if %{with_ocamlduce} # Install ocamlduce. pushd ocamlduce-%{ocamlduce_version} mkdir -p $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlduce @@ -131,6 +143,7 @@ make -f Makefile.ocamlduce installbyte i DUCE_LIBDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlduce \ BINDIR=$RPM_BUILD_ROOT%{_bindir} popd +%endif %clean @@ -158,13 +171,21 @@ rm -rf $RPM_BUILD_ROOT %{_docdir}/%{name}-devel-%{version}/ +%if %{with_ocamlduce} %files ocamlduce %defattr(-,root,root,-) %{_bindir}/ocamlduce* %{_libdir}/ocaml/ocamlduce/ +%endif %changelog +* Tue May 26 2009 Richard W.M. Jones - 0.5.3-1 +- New upstream release 0.5.3. +- Patch for compatibility with OCaml 3.11 now upstream. +- Rebuild for OCaml 3.11.1+rc0. +- Disable ocamlduce - waiting for upstream to release a compatible version. + * Thu Apr 16 2009 S390x secondary arch maintainer - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs (added sparc64 per request from the sparc maintainer) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/cduce/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 17 Jan 2009 14:26:40 -0000 1.6 +++ sources 26 May 2009 15:51:38 -0000 1.7 @@ -1,3 +1,3 @@ -d2d52bf536c1a8f4397b4c64794d9322 cduce-0.5.2.1.tar.gz -6ed1c3ed660a15408362242fa8fa4668 ocaml-3.11.0.tar.bz2 0e36873aa7c3ae9684a49e3e831446ed ocamlduce-3.11.0.0rc1.tar.gz +45f626b33bec543a40abbf6afa1a6d96 ocaml-3.11.1+rc0.tar.gz +5506326db28419b3f578ff225417448f cduce-0.5.3.tar.gz From bugzilla at redhat.com Fri May 29 05:43:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 29 May 2009 01:43:11 -0400 Subject: [Bug 493796] [virt-ctrl] Translations for Fedora 11! In-Reply-To: References: Message-ID: <200905290543.n4T5hBH6004434@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=493796 Jaswinder Singh changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsingh at redhat.com --- Comment #28 from Jaswinder Singh 2009-05-29 01:43:10 EDT --- (In reply to comment #1) > Created an attachment (id=338004) --> (https://bugzilla.redhat.com/attachment.cgi?id=338004) [details] > Punjabi(pa_IN) Translation for virt-ctrl module > > Punjabi(pa_IN) translation for file virt-ctrl is completed. > > Translation file is attached here. > so please update this file to upstream. > > Thanks > jsingh I already given translation for this file in attachment. But it is not updated to upstream yet. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From ifl2009 at shu.edu Fri May 29 16:22:21 2009 From: ifl2009 at shu.edu (IFL 2009) Date: Fri, 29 May 2009 12:22:21 -0400 Subject: IFL 2009: Second Call for Papers Message-ID: Call for Papers IFL 2009 Seton Hall University SOUTH ORANGE, NJ, USA http://tltc.shu.edu/blogs/projects/IFL2009/ ** NEW ** Accomodations information available: http://tltc.shu.edu/blogs/projects/IFL2009/accommodations.html Jane Street Capital has joined IFL 2009 as a sponsor ********* The 21st International Symposium on Implementation and Application of Functional Languages, IFL 2009, will be held for the first time in the USA. The hosting institution is Seton Hall University in South Orange, NJ, USA and the symposium dates are September 23-25, 2009. It is our goal to make IFL a regular event held in the USA and in Europe. The goal of the IFL symposia is to bring together researchers actively engaged in the implementation and application of functional and function-based programming languages. IFL 2009 will be a venue for researchers to present and discuss new ideas and concepts, work in progress, and publication-ripe results related to the implementation and application of functional languages and function-based programming. Following the IFL tradition, IFL 2009 will use a post-symposium review process to produce a formal proceedings which will be published by Springer in the Lecture Notes in Computer Science series. All participants in IFL 2009 are invited to submit either a draft paper or an extended abstract describing work to be presented at the symposium. These submissions will be screened by the program committee chair to make sure they are within the scope of IFL and will appear in the draft proceedings distributed at the symposium. Submissions appearing in the draft proceedings are not peer-reviewed publications. After the symposium, authors will be given the opportunity to incorporate the feedback from discussions at the symposium and will be invited to submit a revised full arcticle for the formal review process. These revised submissions will be reviewed by the program committee using prevailing academic standards to select the best articles that will appear in the formal proceedings. TOPICS IFL welcomes submissions describing practical and theoretical work as well as submissions describing applications and tools. If you are not sure if your work is appropriate for IFL 2009, please contact the PC chair at ifl2009 at shu.edu. Topics of interest include, but are not limited to: language concepts type checking contracts compilation techniques staged compilation runtime function specialization runtime code generation partial evaluation (abstract) interpretation generic programming techniques automatic program generation array processing concurrent/parallel programming concurrent/parallel program execution functional programming and embedded systems functional programming and web applications functional programming and security novel memory management techniques runtime profiling and performance measurements debugging and tracing virtual/abstract machine architectures validation and verification of functional programs tools and programming techniques FP in Education PAPER SUBMISSIONS Prospective authors are encouraged to submit papers or extended abstracts to be published in the draft proceedings and to present them at the symposium. All contributions must be written in English, conform to the Springer-Verlag LNCS series format and not exceed 16 pages. The draft proceedings will appear as a technical report of the Department of Mathematics and Computer Science of Seton Hall University. IMPORTANT DATES Registration deadline August 15, 2009 Presentation submission deadline August 15, 2009 IFL 2009 Symposium September 23-25, 2009 Submission for review process deadline November 1, 2009 Notification Accept/Reject December 22, 2009 Camera ready version February 1, 2010 PROGRAM COMMITTEE Peter Achten University of Nijmegen, The Netherlands Jost Berthold Philipps-Universit?t Marburg, Germany Andrew Butterfield University of Dublin, Ireland Robby Findler Northwestern University, USA Kathleen Fisher AT&T Research, USA Cormac Flanagan University of California at Santa Cruz, USA Matthew Flatt University of Utah, USA Matthew Fluet Toyota Technological Institute at Chicago, USA Daniel Friedman Indiana University, USA Andy Gill University of Kansas, USA Clemens Grelck University of Amsterdam/Hertfordshire, The Netherlands/UK Jurriaan Hage Utrecht University, The Netherlands Ralf Hinze Oxford University, UK Paul Hudak Yale University, USA John Hughes Chalmers University of Technology, Sweden Patricia Johann University of Strathclyde, UK Yukiyoshi Kameyama University of Tsukuba, Japan Marco T. Moraz?n (Chair) Seton Hall University, USA Rex Page University of Oklahoma, USA Fernando Rubio Universidad Complutense de Madrid, Spain Sven-Bodo Scholz University of Hertfordshire, UK Manuel Serrano INRIA Sophia-Antipolis, France Chung-chieh Shan Rutgers University, USA David Walker Princeton University, USA Vikt?ria Zs?k E?tv?s Lor?nd University, Hungary PETER LANDIN PRIZE The Peter Landin Prize is awarded to the best paper presented at the symposium every year. The honored article is selected by the program committee based on the submissions received for the formal review process. The prize carries a cash award equivalent to 150 euros. -------------- next part -------------- An HTML attachment was scrubbed... URL: