From rjones at fedoraproject.org Fri Feb 6 11:29:16 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Fri, 6 Feb 2009 11:29:16 +0000 (UTC) Subject: rpms/ocaml-omake/devel ocaml-omake-0.9.8.5-free-buffer.patch, NONE, 1.1 ocaml-omake.spec, 1.3, 1.4 Message-ID: <20090206112916.CC27D700FB@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-omake/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23442 Modified Files: ocaml-omake.spec Added Files: ocaml-omake-0.9.8.5-free-buffer.patch Log Message: * Fri Feb 6 2009 Richard W.M. Jones - 0.9.8.5-5 - Patch for "attempt to free a non-heap object" (Jakub Jelinek). ocaml-omake-0.9.8.5-free-buffer.patch: --- NEW FILE ocaml-omake-0.9.8.5-free-buffer.patch --- diff -ur omake-0.9.8.5.orig/src/clib/lm_printf.c omake-0.9.8.5/src/clib/lm_printf.c --- omake-0.9.8.5.orig/src/clib/lm_printf.c 2007-07-15 18:55:23.000000000 +0100 +++ omake-0.9.8.5/src/clib/lm_printf.c 2009-02-06 11:13:42.000000000 +0000 @@ -142,12 +142,12 @@ #endif if(code < 0) { if(bufp != buffer) - free(buffer); + free(bufp); failwith("ml_print_string"); } v_result = copy_string(bufp); if(bufp != buffer) - free(buffer); + free(bufp); return v_result; } @@ -190,12 +190,12 @@ #endif if(code < 0) { if(bufp != buffer) - free(buffer); + free(bufp); failwith("ml_print_string"); } v_result = copy_string(bufp); if(bufp != buffer) - free(buffer); + free(bufp); return v_result; } Index: ocaml-omake.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-omake/devel/ocaml-omake.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ocaml-omake.spec 5 Dec 2008 20:22:56 -0000 1.3 +++ ocaml-omake.spec 6 Feb 2009 11:28:45 -0000 1.4 @@ -2,7 +2,7 @@ Name: ocaml-omake Version: 0.9.8.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OCaml build system with automated dependency analysis Group: Development/Tools @@ -13,6 +13,7 @@ Patch0: ocaml-omake-debian-stdin-stdout-fix.patch Patch1: ocaml-omake-0.9.8.5-no-sync.patch +Patch2: ocaml-omake-0.9.8.5-free-buffer.patch BuildRequires: ocaml >= 3.10.2-2 BuildRequires: ocaml-findlib-devel @@ -51,6 +52,7 @@ %setup -q -n omake-%{version} %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build @@ -86,6 +88,9 @@ %changelog +* Fri Feb 6 2009 Richard W.M. Jones - 0.9.8.5-5 +- Patch for "attempt to free a non-heap object" (Jakub Jelinek). + * Fri Dec 5 2008 Richard W.M. Jones - 0.9.8.5-4 - Rebuild for OCaml 3.11.0. From rjones at fedoraproject.org Fri Feb 6 12:04:11 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Fri, 6 Feb 2009 12:04:11 +0000 (UTC) Subject: rpms/ocaml-lablgtk/devel ocaml-lablgtk-2.12.0-gnome-ui-init-header.patch, NONE, 1.1 ocaml-lablgtk.spec, 1.13, 1.14 Message-ID: <20090206120411.56A53700FB@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-lablgtk/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28847 Modified Files: ocaml-lablgtk.spec Added Files: ocaml-lablgtk-2.12.0-gnome-ui-init-header.patch Log Message: * Fri Feb 6 2009 Richard W.M. Jones - 2.12.0-1 - New upstream version 2.12.0. - Patch to include gnome-ui-init.h. - gdk-pixbuf-mlsource was renamed gdk_pixbuf_mlsource (this will probably break things). ocaml-lablgtk-2.12.0-gnome-ui-init-header.patch: --- NEW FILE ocaml-lablgtk-2.12.0-gnome-ui-init-header.patch --- diff -ur lablgtk-2.12.0.orig/src/ml_panel.c lablgtk-2.12.0/src/ml_panel.c --- lablgtk-2.12.0.orig/src/ml_panel.c 2007-06-20 08:40:34.000000000 +0100 +++ lablgtk-2.12.0/src/ml_panel.c 2009-02-06 11:46:19.000000000 +0000 @@ -23,6 +23,7 @@ #include #include +#include #include #include Index: ocaml-lablgtk.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lablgtk/devel/ocaml-lablgtk.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ocaml-lablgtk.spec 4 Dec 2008 17:01:43 -0000 1.13 +++ ocaml-lablgtk.spec 6 Feb 2009 12:03:40 -0000 1.14 @@ -1,15 +1,19 @@ %define debug_package %{nil} Name: ocaml-lablgtk -Version: 2.10.1 -Release: 7%{?dist} +Version: 2.12.0 +Release: 1%{?dist} Summary: Objective Caml interface to gtk+ Group: System Environment/Libraries License: LGPLv2 with exceptions + URL: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-%{version}.tar.gz + +Patch0: ocaml-lablgtk-2.12.0-gnome-ui-init-header.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Obsoletes: lablgtk <= 2.6.0-7 @@ -68,6 +72,9 @@ %prep %setup -q -n lablgtk-%{version} + +%patch0 -p1 + # version information in META file is wrong perl -pi -e 's|version="1.3.1"|version="%{version}"|' META @@ -117,7 +124,7 @@ %{_libdir}/ocaml/lablgtk2/*.cmi %{_libdir}/ocaml/lablgtk2/*.cma %{_libdir}/ocaml/stublibs/*.so -%{_bindir}/gdk-pixbuf-mlsource +%{_bindir}/gdk_pixbuf_mlsource %{_bindir}/lablgladecc2 %{_bindir}/lablgtk2 @@ -148,6 +155,12 @@ %changelog +* Fri Feb 6 2009 Richard W.M. Jones - 2.12.0-1 +- New upstream version 2.12.0. +- Patch to include gnome-ui-init.h. +- gdk-pixbuf-mlsource was renamed gdk_pixbuf_mlsource (this will + probably break things). + * Wed Nov 26 2008 Richard W.M. Jones - 2.10.1-7 - Rebuild for OCaml 3.11.0+rc1. From rjones at fedoraproject.org Fri Feb 6 12:13:09 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Fri, 6 Feb 2009 12:13:09 +0000 (UTC) Subject: rpms/ocaml-lablgtk/devel .cvsignore,1.7,1.8 sources,1.7,1.8 Message-ID: <20090206121309.5BE79700FB@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-lablgtk/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30093 Modified Files: .cvsignore sources Log Message: Uploaded new sources Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lablgtk/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 23 Apr 2008 08:48:51 -0000 1.7 +++ .cvsignore 6 Feb 2009 12:12:38 -0000 1.8 @@ -1 +1 @@ -lablgtk-2.10.1.tar.gz +lablgtk-2.12.0.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lablgtk/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 23 Apr 2008 08:48:51 -0000 1.7 +++ sources 6 Feb 2009 12:12:38 -0000 1.8 @@ -1 +1 @@ -bd7073ca05e684e5d5a3d553371fd6e5 lablgtk-2.10.1.tar.gz +0e253128afee3cdc6e9b43c34b35984d lablgtk-2.12.0.tar.gz From buildsys at fedoraproject.org Sat Feb 7 08:05:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 7 Feb 2009 08:05:41 +0000 (UTC) Subject: Broken dependencies: ocaml-camlimages Message-ID: <20090207080541.103E01F82DD@releng2.fedora.phx.redhat.com> ocaml-camlimages has broken dependencies in the development tree: On ppc: ocaml-camlimages-3.0.1-5.fc11.ppc requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c On x86_64: ocaml-camlimages-3.0.1-5.fc11.x86_64 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c On i386: ocaml-camlimages-3.0.1-5.fc11.i386 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c On ppc64: ocaml-camlimages-3.0.1-5.fc11.ppc64 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Feb 7 08:05:40 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 7 Feb 2009 08:05:40 +0000 (UTC) Subject: Broken dependencies: ocaml-ocamlnet Message-ID: <20090207080540.927F61F82DD@releng2.fedora.phx.redhat.com> ocaml-ocamlnet has broken dependencies in the development tree: On ppc: ocaml-ocamlnet-2.2.9-10.fc11.ppc requires ocaml(Gtk) = 0:7caf165431dcd726266815bb6346ea04 ocaml-ocamlnet-2.2.9-10.fc11.ppc requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c ocaml-ocamlnet-2.2.9-10.fc11.ppc requires ocaml(GMain) = 0:7f86c2177a177efb6f69b43e2923bc4b On x86_64: ocaml-ocamlnet-2.2.9-10.fc11.x86_64 requires ocaml(Gtk) = 0:7caf165431dcd726266815bb6346ea04 ocaml-ocamlnet-2.2.9-10.fc11.x86_64 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c ocaml-ocamlnet-2.2.9-10.fc11.x86_64 requires ocaml(GMain) = 0:7f86c2177a177efb6f69b43e2923bc4b On i386: ocaml-ocamlnet-2.2.9-10.fc11.i386 requires ocaml(Gtk) = 0:7caf165431dcd726266815bb6346ea04 ocaml-ocamlnet-2.2.9-10.fc11.i386 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c ocaml-ocamlnet-2.2.9-10.fc11.i386 requires ocaml(GMain) = 0:7f86c2177a177efb6f69b43e2923bc4b On ppc64: ocaml-ocamlnet-2.2.9-10.fc11.ppc64 requires ocaml(Gtk) = 0:7caf165431dcd726266815bb6346ea04 ocaml-ocamlnet-2.2.9-10.fc11.ppc64 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c ocaml-ocamlnet-2.2.9-10.fc11.ppc64 requires ocaml(GMain) = 0:7f86c2177a177efb6f69b43e2923bc4b Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Feb 7 08:05:40 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 7 Feb 2009 08:05:40 +0000 (UTC) Subject: Broken dependencies: ocaml-ocamlnet Message-ID: <20090207080540.927F61F82DD@releng2.fedora.phx.redhat.com> ocaml-ocamlnet has broken dependencies in the development tree: On ppc: ocaml-ocamlnet-2.2.9-10.fc11.ppc requires ocaml(Gtk) = 0:7caf165431dcd726266815bb6346ea04 ocaml-ocamlnet-2.2.9-10.fc11.ppc requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c ocaml-ocamlnet-2.2.9-10.fc11.ppc requires ocaml(GMain) = 0:7f86c2177a177efb6f69b43e2923bc4b On x86_64: ocaml-ocamlnet-2.2.9-10.fc11.x86_64 requires ocaml(Gtk) = 0:7caf165431dcd726266815bb6346ea04 ocaml-ocamlnet-2.2.9-10.fc11.x86_64 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c ocaml-ocamlnet-2.2.9-10.fc11.x86_64 requires ocaml(GMain) = 0:7f86c2177a177efb6f69b43e2923bc4b On i386: ocaml-ocamlnet-2.2.9-10.fc11.i386 requires ocaml(Gtk) = 0:7caf165431dcd726266815bb6346ea04 ocaml-ocamlnet-2.2.9-10.fc11.i386 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c ocaml-ocamlnet-2.2.9-10.fc11.i386 requires ocaml(GMain) = 0:7f86c2177a177efb6f69b43e2923bc4b On ppc64: ocaml-ocamlnet-2.2.9-10.fc11.ppc64 requires ocaml(Gtk) = 0:7caf165431dcd726266815bb6346ea04 ocaml-ocamlnet-2.2.9-10.fc11.ppc64 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c ocaml-ocamlnet-2.2.9-10.fc11.ppc64 requires ocaml(GMain) = 0:7f86c2177a177efb6f69b43e2923bc4b Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Feb 7 08:05:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 7 Feb 2009 08:05:41 +0000 (UTC) Subject: Broken dependencies: ocaml-camlimages Message-ID: <20090207080541.103E01F82DD@releng2.fedora.phx.redhat.com> ocaml-camlimages has broken dependencies in the development tree: On ppc: ocaml-camlimages-3.0.1-5.fc11.ppc requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c On x86_64: ocaml-camlimages-3.0.1-5.fc11.x86_64 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c On i386: ocaml-camlimages-3.0.1-5.fc11.i386 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c On ppc64: ocaml-camlimages-3.0.1-5.fc11.ppc64 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Feb 7 08:05:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 7 Feb 2009 08:05:41 +0000 (UTC) Subject: Broken dependencies: ocaml-cairo Message-ID: <20090207080541.4EC881F82DE@releng2.fedora.phx.redhat.com> ocaml-cairo has broken dependencies in the development tree: On ppc: ocaml-cairo-1.2.0.cvs20080301-6.fc11.ppc requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c On x86_64: ocaml-cairo-1.2.0.cvs20080301-6.fc11.x86_64 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c On i386: ocaml-cairo-1.2.0.cvs20080301-6.fc11.i386 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c On ppc64: ocaml-cairo-1.2.0.cvs20080301-6.fc11.ppc64 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Feb 7 08:05:41 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 7 Feb 2009 08:05:41 +0000 (UTC) Subject: Broken dependencies: ocaml-cairo Message-ID: <20090207080541.4EC881F82DE@releng2.fedora.phx.redhat.com> ocaml-cairo has broken dependencies in the development tree: On ppc: ocaml-cairo-1.2.0.cvs20080301-6.fc11.ppc requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c On x86_64: ocaml-cairo-1.2.0.cvs20080301-6.fc11.x86_64 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c On i386: ocaml-cairo-1.2.0.cvs20080301-6.fc11.i386 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c On ppc64: ocaml-cairo-1.2.0.cvs20080301-6.fc11.ppc64 requires ocaml(Glib) = 0:c1d82fba73d25e11d5ca2d74550a283c Please resolve this as soon as possible. From rjones at fedoraproject.org Sat Feb 7 09:24:47 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 7 Feb 2009 09:24:47 +0000 (UTC) Subject: rpms/ocaml-ocamlnet/devel ocaml-ocamlnet.spec,1.10,1.11 Message-ID: <20090207092447.2BDC870100@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-ocamlnet/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2355 Modified Files: ocaml-ocamlnet.spec Log Message: Rebuild against updated lablgtk. Index: ocaml-ocamlnet.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-ocamlnet/devel/ocaml-ocamlnet.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ocaml-ocamlnet.spec 21 Jan 2009 20:58:08 -0000 1.10 +++ ocaml-ocamlnet.spec 7 Feb 2009 09:24:16 -0000 1.11 @@ -6,7 +6,7 @@ Name: ocaml-ocamlnet Version: 2.2.9 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Network protocols for OCaml Group: Development/Libraries @@ -242,6 +242,9 @@ %changelog +* Sat Feb 7 2009 Richard W.M. Jones - 2.2.9-11 +- Rebuild against updated lablgtk. + * Wed Jan 21 2009 Richard W.M. Jones - 2.2.9-10 - Fix prelink configuration file. From rjones at fedoraproject.org Sat Feb 7 09:25:48 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 7 Feb 2009 09:25:48 +0000 (UTC) Subject: rpms/ocaml-cairo/devel ocaml-cairo.spec,1.7,1.8 Message-ID: <20090207092548.8947B70100@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-cairo/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2525 Modified Files: ocaml-cairo.spec Log Message: Rebuild against updated lablgtk. Index: ocaml-cairo.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cairo/devel/ocaml-cairo.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ocaml-cairo.spec 9 Dec 2008 11:43:17 -0000 1.7 +++ ocaml-cairo.spec 7 Feb 2009 09:25:18 -0000 1.8 @@ -13,7 +13,7 @@ Name: ocaml-cairo Version: 1.2.0.cvs20080301 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OCaml library for accessing cairo graphics Group: Development/Libraries @@ -118,6 +118,9 @@ %changelog +* Sat Feb 7 2009 Richard W.M. Jones - 1.2.0.cvs20080301-7 +- Rebuild against updated lablgtk. + * Tue Dec 9 2008 Richard W.M. Jones - 1.2.0.cvs20080301-6 - Include cairo.a and cairo_lablgtk.a (fixes BZ 475349). From rjones at fedoraproject.org Sat Feb 7 09:26:40 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Sat, 7 Feb 2009 09:26:40 +0000 (UTC) Subject: rpms/ocaml-camlimages/devel ocaml-camlimages.spec,1.12,1.13 Message-ID: <20090207092640.0E1C270100@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/ocaml-camlimages/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2694 Modified Files: ocaml-camlimages.spec Log Message: Rebuild against updated lablgtk. Index: ocaml-camlimages.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlimages/devel/ocaml-camlimages.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ocaml-camlimages.spec 5 Dec 2008 16:58:33 -0000 1.12 +++ ocaml-camlimages.spec 7 Feb 2009 09:26:09 -0000 1.13 @@ -4,7 +4,7 @@ Name: ocaml-camlimages Version: 3.0.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OCaml image processing library Group: Development/Libraries @@ -107,6 +107,9 @@ %changelog +* Sat Feb 7 2009 Richard W.M. Jones - 3.0.1-6 +- Rebuild against updated lablgtk. + * Fri Dec 5 2008 Richard W.M. Jones - 3.0.1-5 - Rebuild. From peter at fedoraproject.org Sun Feb 8 11:22:18 2009 From: peter at fedoraproject.org (Peter Lemenkov) Date: Sun, 8 Feb 2009 11:22:18 +0000 (UTC) Subject: rpms/mldonkey/devel .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 mldonkey.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090208112218.A8FF5700FD@cvs1.fedora.phx.redhat.com> Author: peter Update of /cvs/pkgs/rpms/mldonkey/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20837/devel Modified Files: .cvsignore import.log mldonkey.spec sources Log Message: Ver. 2.9.7 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Jan 2009 10:55:03 -0000 1.2 +++ .cvsignore 8 Feb 2009 11:21:48 -0000 1.3 @@ -1 +1 @@ -mldonkey-2.9.6.tar.bz2 +mldonkey-2.9.7.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Jan 2009 10:55:03 -0000 1.1 +++ import.log 8 Feb 2009 11:21:48 -0000 1.2 @@ -1 +1,2 @@ mldonkey-2_9_6-3_fc10:HEAD:mldonkey-2.9.6-3.fc10.src.rpm:1232967277 +mldonkey-2_9_7-1_fc10:HEAD:mldonkey-2.9.7-1.fc10.src.rpm:1234090801 Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/devel/mldonkey.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mldonkey.spec 26 Jan 2009 10:55:03 -0000 1.1 +++ mldonkey.spec 8 Feb 2009 11:21:48 -0000 1.2 @@ -1,6 +1,6 @@ Name: mldonkey -Version: 2.9.6 -Release: 3%{?dist} +Version: 2.9.7 +Release: 1%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -317,6 +317,9 @@ %changelog +* Sun Feb 8 2009 Peter Lemenkov 2.9.7-1 +- Ver. 2.9.7 + * Mon Jan 26 2009 Peter Lemenkov 2.9.6-3 - Temporarily disable mozilla support Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Jan 2009 10:55:03 -0000 1.2 +++ sources 8 Feb 2009 11:21:48 -0000 1.3 @@ -1 +1 @@ -5da87678449bf87ce0c78f37e7871eb9 mldonkey-2.9.6.tar.bz2 +4733e48d71ea777506f7065a1605f98d mldonkey-2.9.7.tar.bz2 From peter at fedoraproject.org Sun Feb 8 11:25:35 2009 From: peter at fedoraproject.org (Peter Lemenkov) Date: Sun, 8 Feb 2009 11:25:35 +0000 (UTC) Subject: rpms/mldonkey/F-10 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 mldonkey.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090208112535.8F8F2700FD@cvs1.fedora.phx.redhat.com> Author: peter Update of /cvs/pkgs/rpms/mldonkey/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2967/F-10 Modified Files: .cvsignore import.log mldonkey.spec sources Log Message: Ver. 2.9.7 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Jan 2009 10:57:21 -0000 1.2 +++ .cvsignore 8 Feb 2009 11:25:04 -0000 1.3 @@ -1 +1 @@ -mldonkey-2.9.6.tar.bz2 +mldonkey-2.9.7.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-10/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Jan 2009 10:57:21 -0000 1.1 +++ import.log 8 Feb 2009 11:25:05 -0000 1.2 @@ -1 +1,2 @@ mldonkey-2_9_6-3_fc10:F-10:mldonkey-2.9.6-3.fc10.src.rpm:1232967409 +mldonkey-2_9_7-1_fc10:F-10:mldonkey-2.9.7-1.fc10.src.rpm:1234090957 Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-10/mldonkey.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mldonkey.spec 26 Jan 2009 10:57:21 -0000 1.1 +++ mldonkey.spec 8 Feb 2009 11:25:05 -0000 1.2 @@ -1,6 +1,6 @@ Name: mldonkey -Version: 2.9.6 -Release: 3%{?dist} +Version: 2.9.7 +Release: 1%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -317,6 +317,9 @@ %changelog +* Sun Feb 8 2009 Peter Lemenkov 2.9.7-1 +- Ver. 2.9.7 + * Mon Jan 26 2009 Peter Lemenkov 2.9.6-3 - Temporarily disable mozilla support Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Jan 2009 10:57:21 -0000 1.2 +++ sources 8 Feb 2009 11:25:05 -0000 1.3 @@ -1 +1 @@ -5da87678449bf87ce0c78f37e7871eb9 mldonkey-2.9.6.tar.bz2 +4733e48d71ea777506f7065a1605f98d mldonkey-2.9.7.tar.bz2 From peter at fedoraproject.org Sun Feb 8 11:27:20 2009 From: peter at fedoraproject.org (Peter Lemenkov) Date: Sun, 8 Feb 2009 11:27:20 +0000 (UTC) Subject: rpms/mldonkey/F-9 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 mldonkey.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090208112720.A2D3B700FD@cvs1.fedora.phx.redhat.com> Author: peter Update of /cvs/pkgs/rpms/mldonkey/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15573/F-9 Modified Files: .cvsignore import.log mldonkey.spec sources Log Message: Ver. 2.9.7 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Jan 2009 11:00:36 -0000 1.2 +++ .cvsignore 8 Feb 2009 11:26:49 -0000 1.3 @@ -1 +1 @@ -mldonkey-2.9.6.tar.bz2 +mldonkey-2.9.7.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-9/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Jan 2009 11:00:36 -0000 1.1 +++ import.log 8 Feb 2009 11:26:50 -0000 1.2 @@ -1 +1,2 @@ mldonkey-2_9_6-3_fc10:F-9:mldonkey-2.9.6-3.fc10.src.rpm:1232967588 +mldonkey-2_9_7-1_fc10:F-9:mldonkey-2.9.7-1.fc10.src.rpm:1234091106 Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-9/mldonkey.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mldonkey.spec 26 Jan 2009 11:00:36 -0000 1.1 +++ mldonkey.spec 8 Feb 2009 11:26:50 -0000 1.2 @@ -1,6 +1,6 @@ Name: mldonkey -Version: 2.9.6 -Release: 3%{?dist} +Version: 2.9.7 +Release: 1%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -317,6 +317,9 @@ %changelog +* Sun Feb 8 2009 Peter Lemenkov 2.9.7-1 +- Ver. 2.9.7 + * Mon Jan 26 2009 Peter Lemenkov 2.9.6-3 - Temporarily disable mozilla support Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Jan 2009 11:00:36 -0000 1.2 +++ sources 8 Feb 2009 11:26:50 -0000 1.3 @@ -1 +1 @@ -5da87678449bf87ce0c78f37e7871eb9 mldonkey-2.9.6.tar.bz2 +4733e48d71ea777506f7065a1605f98d mldonkey-2.9.7.tar.bz2 From peter at fedoraproject.org Sun Feb 8 11:29:16 2009 From: peter at fedoraproject.org (Peter Lemenkov) Date: Sun, 8 Feb 2009 11:29:16 +0000 (UTC) Subject: rpms/mldonkey/EL-5 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 mldonkey.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090208112916.E6F16700FD@cvs1.fedora.phx.redhat.com> Author: peter Update of /cvs/pkgs/rpms/mldonkey/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20996/EL-5 Modified Files: .cvsignore import.log mldonkey.spec sources Log Message: Ver. 2.9.7 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Jan 2009 11:06:20 -0000 1.2 +++ .cvsignore 8 Feb 2009 11:28:46 -0000 1.3 @@ -1 +1 @@ -mldonkey-2.9.6.tar.bz2 +mldonkey-2.9.7.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-5/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Jan 2009 11:06:20 -0000 1.1 +++ import.log 8 Feb 2009 11:28:46 -0000 1.2 @@ -1 +1,2 @@ mldonkey-2_9_6-3_fc10:EL-5:mldonkey-2.9.6-3.fc10.src.rpm:1232967945 +mldonkey-2_9_7-1_fc10:EL-5:mldonkey-2.9.7-1.fc10.src.rpm:1234091220 Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-5/mldonkey.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mldonkey.spec 26 Jan 2009 11:06:20 -0000 1.1 +++ mldonkey.spec 8 Feb 2009 11:28:46 -0000 1.2 @@ -1,6 +1,6 @@ Name: mldonkey -Version: 2.9.6 -Release: 3%{?dist} +Version: 2.9.7 +Release: 1%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -317,6 +317,9 @@ %changelog +* Sun Feb 8 2009 Peter Lemenkov 2.9.7-1 +- Ver. 2.9.7 + * Mon Jan 26 2009 Peter Lemenkov 2.9.6-3 - Temporarily disable mozilla support Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Jan 2009 11:06:20 -0000 1.2 +++ sources 8 Feb 2009 11:28:46 -0000 1.3 @@ -1 +1 @@ -5da87678449bf87ce0c78f37e7871eb9 mldonkey-2.9.6.tar.bz2 +4733e48d71ea777506f7065a1605f98d mldonkey-2.9.7.tar.bz2 From peter at fedoraproject.org Sun Feb 8 11:30:53 2009 From: peter at fedoraproject.org (Peter Lemenkov) Date: Sun, 8 Feb 2009 11:30:53 +0000 (UTC) Subject: rpms/mldonkey/EL-4 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 mldonkey.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090208113053.F16AB700FD@cvs1.fedora.phx.redhat.com> Author: peter Update of /cvs/pkgs/rpms/mldonkey/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21433/EL-4 Modified Files: .cvsignore import.log mldonkey.spec sources Log Message: Ver. 2.9.7 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Jan 2009 11:08:26 -0000 1.2 +++ .cvsignore 8 Feb 2009 11:30:23 -0000 1.3 @@ -1 +1 @@ -mldonkey-2.9.6.tar.bz2 +mldonkey-2.9.7.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-4/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Jan 2009 11:08:26 -0000 1.1 +++ import.log 8 Feb 2009 11:30:23 -0000 1.2 @@ -1 +1,2 @@ mldonkey-2_9_6-3_fc10:EL-4:mldonkey-2.9.6-3.fc10.src.rpm:1232968075 +mldonkey-2_9_7-1_fc10:EL-4:mldonkey-2.9.7-1.fc10.src.rpm:1234091324 Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-4/mldonkey.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mldonkey.spec 26 Jan 2009 11:08:27 -0000 1.1 +++ mldonkey.spec 8 Feb 2009 11:30:23 -0000 1.2 @@ -1,6 +1,6 @@ Name: mldonkey -Version: 2.9.6 -Release: 3%{?dist} +Version: 2.9.7 +Release: 1%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -317,6 +317,9 @@ %changelog +* Sun Feb 8 2009 Peter Lemenkov 2.9.7-1 +- Ver. 2.9.7 + * Mon Jan 26 2009 Peter Lemenkov 2.9.6-3 - Temporarily disable mozilla support Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Jan 2009 11:08:27 -0000 1.2 +++ sources 8 Feb 2009 11:30:23 -0000 1.3 @@ -1 +1 @@ -5da87678449bf87ce0c78f37e7871eb9 mldonkey-2.9.6.tar.bz2 +4733e48d71ea777506f7065a1605f98d mldonkey-2.9.7.tar.bz2 From bugzilla at redhat.com Tue Feb 10 14:41:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Feb 2009 09:41:34 -0500 Subject: [Bug 484884] New: mldonkey : Conflicts with other packages Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: mldonkey : Conflicts with other packages https://bugzilla.redhat.com/show_bug.cgi?id=484884 Summary: mldonkey : Conflicts with other packages Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: mldonkey AssignedTo: lemenkov at gmail.com ReportedBy: bugs.michael at gmx.net QAContact: extras-qa at fedoraproject.org CC: rjones at redhat.com, lemenkov at gmail.com, fedora-ocaml-list at redhat.com Classification: Fedora => mldonkey-2.9.7-1.fc11.src.rpm => mldonkey-2.9.7-1.fc11.i386 in rawhide-development-i386 File conflict with: rb_libtorrent-examples-0.14.1-2.fc11.i386 /usr/bin/make_torrent -- 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 Feb 10 14:54:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Feb 2009 09:54:33 -0500 Subject: [Bug 484884] mldonkey : Conflicts with other packages In-Reply-To: References: Message-ID: <200902101454.n1AEsXql010095@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=484884 --- Comment #1 from Richard W.M. Jones 2009-02-10 09:54:32 EDT --- Where does make_torrent come from? I checked the Debian package[1] and they don't even supply this file ... [1] http://packages.debian.org/source/sid/mldonkey -- 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 Feb 10 14:57:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Feb 2009 09:57:03 -0500 Subject: [Bug 484884] mldonkey : Conflicts with other packages In-Reply-To: References: Message-ID: <200902101457.n1AEv3vg010990@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=484884 --- Comment #2 from Richard W.M. Jones 2009-02-10 09:57:02 EDT --- OK I see it's in the optional utils directory of the source. If Debian don't ship these files at all, then it should be OK for us to rename them to whatever we want (because no one will be expecting them to have a particular name). I suggest renaming it to something like mldonkey_$util (eg. mldonkey_make_torrent). -- 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 Feb 10 15:13:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Feb 2009 10:13:24 -0500 Subject: [Bug 484884] mldonkey : Conflicts with other packages In-Reply-To: References: Message-ID: <200902101513.n1AFDOme015125@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=484884 Michael Schwendt changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |484885 -- 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 Feb 10 15:40:37 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Feb 2009 10:40:37 -0500 Subject: [Bug 484884] mldonkey : Conflicts with other packages In-Reply-To: References: Message-ID: <200902101540.n1AFebIc021983@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=484884 --- Comment #3 from Peter Lemenkov 2009-02-10 10:40:36 EDT --- Ok, I'll rename it. -- 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 peter at fedoraproject.org Tue Feb 10 15:49:33 2009 From: peter at fedoraproject.org (Peter Lemenkov) Date: Tue, 10 Feb 2009 15:49:33 +0000 (UTC) Subject: rpms/mldonkey/devel import.log,1.2,1.3 mldonkey.spec,1.2,1.3 Message-ID: <20090210154933.D86CC70121@cvs1.fedora.phx.redhat.com> Author: peter Update of /cvs/pkgs/rpms/mldonkey/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10363/devel Modified Files: import.log mldonkey.spec Log Message: fixed bz# 484884 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/devel/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 8 Feb 2009 11:21:48 -0000 1.2 +++ import.log 10 Feb 2009 15:49:03 -0000 1.3 @@ -1,2 +1,3 @@ mldonkey-2_9_6-3_fc10:HEAD:mldonkey-2.9.6-3.fc10.src.rpm:1232967277 mldonkey-2_9_7-1_fc10:HEAD:mldonkey-2.9.7-1.fc10.src.rpm:1234090801 +mldonkey-2_9_7-2_fc10:HEAD:mldonkey-2.9.7-2.fc10.src.rpm:1234279003 Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/devel/mldonkey.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mldonkey.spec 8 Feb 2009 11:21:48 -0000 1.2 +++ mldonkey.spec 10 Feb 2009 15:49:03 -0000 1.3 @@ -1,6 +1,6 @@ Name: mldonkey Version: 2.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -159,9 +159,11 @@ install -p -m 755 distrib/kill_mldonkey $RPM_BUILD_ROOT%{_bindir}/kill_mldonkey # utils -for util in copysources mld_hash get_range make_torrent svg_converter subconv; do +for util in copysources mld_hash get_range svg_converter subconv; do install -p -m 755 $util $RPM_BUILD_ROOT%{_bindir}/$util ; done +# in order to avoid conflicts with rb_libtorrent (see bz# 484885, 484884) +install -p -m 755 make_torrent $RPM_BUILD_ROOT%{_bindir}/mldonkey_make_torrent # gui install -p -m 755 mlguistarter $RPM_BUILD_ROOT%{_bindir}/mlguistarter @@ -256,7 +258,7 @@ %{_bindir}/kill_mldonkey %{_bindir}/copysources %{_bindir}/get_range -%{_bindir}/make_torrent +%{_bindir}/mldonkey_make_torrent %{_bindir}/mlbt %{_bindir}/mld_hash %{_bindir}/mldc @@ -317,6 +319,9 @@ %changelog +* Tue Feb 10 2009 Peter Lemenkov 2.9.7-2 +- Fixed bz# 484884 + * Sun Feb 8 2009 Peter Lemenkov 2.9.7-1 - Ver. 2.9.7 From peter at fedoraproject.org Tue Feb 10 16:04:27 2009 From: peter at fedoraproject.org (Peter Lemenkov) Date: Tue, 10 Feb 2009 16:04:27 +0000 (UTC) Subject: rpms/mldonkey/F-9 import.log,1.2,1.3 mldonkey.spec,1.2,1.3 Message-ID: <20090210160427.8F7A070121@cvs1.fedora.phx.redhat.com> Author: peter Update of /cvs/pkgs/rpms/mldonkey/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11944/F-9 Modified Files: import.log mldonkey.spec Log Message: fixed bz# 484884 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-9/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 8 Feb 2009 11:26:50 -0000 1.2 +++ import.log 10 Feb 2009 16:03:57 -0000 1.3 @@ -1,2 +1,3 @@ mldonkey-2_9_6-3_fc10:F-9:mldonkey-2.9.6-3.fc10.src.rpm:1232967588 mldonkey-2_9_7-1_fc10:F-9:mldonkey-2.9.7-1.fc10.src.rpm:1234091106 +mldonkey-2_9_7-2_fc10:F-9:mldonkey-2.9.7-2.fc10.src.rpm:1234279887 Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-9/mldonkey.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mldonkey.spec 8 Feb 2009 11:26:50 -0000 1.2 +++ mldonkey.spec 10 Feb 2009 16:03:57 -0000 1.3 @@ -1,6 +1,6 @@ Name: mldonkey Version: 2.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -159,9 +159,11 @@ install -p -m 755 distrib/kill_mldonkey $RPM_BUILD_ROOT%{_bindir}/kill_mldonkey # utils -for util in copysources mld_hash get_range make_torrent svg_converter subconv; do +for util in copysources mld_hash get_range svg_converter subconv; do install -p -m 755 $util $RPM_BUILD_ROOT%{_bindir}/$util ; done +# in order to avoid conflicts with rb_libtorrent (see bz# 484885, 484884) +install -p -m 755 make_torrent $RPM_BUILD_ROOT%{_bindir}/mldonkey_make_torrent # gui install -p -m 755 mlguistarter $RPM_BUILD_ROOT%{_bindir}/mlguistarter @@ -256,7 +258,7 @@ %{_bindir}/kill_mldonkey %{_bindir}/copysources %{_bindir}/get_range -%{_bindir}/make_torrent +%{_bindir}/mldonkey_make_torrent %{_bindir}/mlbt %{_bindir}/mld_hash %{_bindir}/mldc @@ -317,6 +319,9 @@ %changelog +* Tue Feb 10 2009 Peter Lemenkov 2.9.7-2 +- Fixed bz# 484884 + * Sun Feb 8 2009 Peter Lemenkov 2.9.7-1 - Ver. 2.9.7 From peter at fedoraproject.org Tue Feb 10 16:08:29 2009 From: peter at fedoraproject.org (Peter Lemenkov) Date: Tue, 10 Feb 2009 16:08:29 +0000 (UTC) Subject: rpms/mldonkey/F-10 import.log,1.2,1.3 mldonkey.spec,1.2,1.3 Message-ID: <20090210160829.94AA070121@cvs1.fedora.phx.redhat.com> Author: peter Update of /cvs/pkgs/rpms/mldonkey/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12782/F-10 Modified Files: import.log mldonkey.spec Log Message: fixed bz# 484884 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-10/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 8 Feb 2009 11:25:05 -0000 1.2 +++ import.log 10 Feb 2009 16:07:59 -0000 1.3 @@ -1,2 +1,3 @@ mldonkey-2_9_6-3_fc10:F-10:mldonkey-2.9.6-3.fc10.src.rpm:1232967409 mldonkey-2_9_7-1_fc10:F-10:mldonkey-2.9.7-1.fc10.src.rpm:1234090957 +mldonkey-2_9_7-2_fc10:F-10:mldonkey-2.9.7-2.fc10.src.rpm:1234280237 Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-10/mldonkey.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mldonkey.spec 8 Feb 2009 11:25:05 -0000 1.2 +++ mldonkey.spec 10 Feb 2009 16:07:59 -0000 1.3 @@ -1,6 +1,6 @@ Name: mldonkey Version: 2.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -159,9 +159,11 @@ install -p -m 755 distrib/kill_mldonkey $RPM_BUILD_ROOT%{_bindir}/kill_mldonkey # utils -for util in copysources mld_hash get_range make_torrent svg_converter subconv; do +for util in copysources mld_hash get_range svg_converter subconv; do install -p -m 755 $util $RPM_BUILD_ROOT%{_bindir}/$util ; done +# in order to avoid conflicts with rb_libtorrent (see bz# 484885, 484884) +install -p -m 755 make_torrent $RPM_BUILD_ROOT%{_bindir}/mldonkey_make_torrent # gui install -p -m 755 mlguistarter $RPM_BUILD_ROOT%{_bindir}/mlguistarter @@ -256,7 +258,7 @@ %{_bindir}/kill_mldonkey %{_bindir}/copysources %{_bindir}/get_range -%{_bindir}/make_torrent +%{_bindir}/mldonkey_make_torrent %{_bindir}/mlbt %{_bindir}/mld_hash %{_bindir}/mldc @@ -317,6 +319,9 @@ %changelog +* Tue Feb 10 2009 Peter Lemenkov 2.9.7-2 +- Fixed bz# 484884 + * Sun Feb 8 2009 Peter Lemenkov 2.9.7-1 - Ver. 2.9.7 From peter at fedoraproject.org Tue Feb 10 16:11:21 2009 From: peter at fedoraproject.org (Peter Lemenkov) Date: Tue, 10 Feb 2009 16:11:21 +0000 (UTC) Subject: rpms/mldonkey/EL-4 import.log,1.2,1.3 mldonkey.spec,1.2,1.3 Message-ID: <20090210161121.7D4FA70121@cvs1.fedora.phx.redhat.com> Author: peter Update of /cvs/pkgs/rpms/mldonkey/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13543/EL-4 Modified Files: import.log mldonkey.spec Log Message: fixed bz# 484884 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-4/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 8 Feb 2009 11:30:23 -0000 1.2 +++ import.log 10 Feb 2009 16:10:51 -0000 1.3 @@ -1,2 +1,3 @@ mldonkey-2_9_6-3_fc10:EL-4:mldonkey-2.9.6-3.fc10.src.rpm:1232968075 mldonkey-2_9_7-1_fc10:EL-4:mldonkey-2.9.7-1.fc10.src.rpm:1234091324 +mldonkey-2_9_7-2_fc10:EL-4:mldonkey-2.9.7-2.fc10.src.rpm:1234280335 Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-4/mldonkey.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mldonkey.spec 8 Feb 2009 11:30:23 -0000 1.2 +++ mldonkey.spec 10 Feb 2009 16:10:51 -0000 1.3 @@ -1,6 +1,6 @@ Name: mldonkey Version: 2.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -159,9 +159,11 @@ install -p -m 755 distrib/kill_mldonkey $RPM_BUILD_ROOT%{_bindir}/kill_mldonkey # utils -for util in copysources mld_hash get_range make_torrent svg_converter subconv; do +for util in copysources mld_hash get_range svg_converter subconv; do install -p -m 755 $util $RPM_BUILD_ROOT%{_bindir}/$util ; done +# in order to avoid conflicts with rb_libtorrent (see bz# 484885, 484884) +install -p -m 755 make_torrent $RPM_BUILD_ROOT%{_bindir}/mldonkey_make_torrent # gui install -p -m 755 mlguistarter $RPM_BUILD_ROOT%{_bindir}/mlguistarter @@ -256,7 +258,7 @@ %{_bindir}/kill_mldonkey %{_bindir}/copysources %{_bindir}/get_range -%{_bindir}/make_torrent +%{_bindir}/mldonkey_make_torrent %{_bindir}/mlbt %{_bindir}/mld_hash %{_bindir}/mldc @@ -317,6 +319,9 @@ %changelog +* Tue Feb 10 2009 Peter Lemenkov 2.9.7-2 +- Fixed bz# 484884 + * Sun Feb 8 2009 Peter Lemenkov 2.9.7-1 - Ver. 2.9.7 From peter at fedoraproject.org Tue Feb 10 16:07:06 2009 From: peter at fedoraproject.org (Peter Lemenkov) Date: Tue, 10 Feb 2009 16:07:06 +0000 (UTC) Subject: rpms/mldonkey/EL-5 import.log,1.2,1.3 mldonkey.spec,1.2,1.3 Message-ID: <20090210160706.1E33170121@cvs1.fedora.phx.redhat.com> Author: peter Update of /cvs/pkgs/rpms/mldonkey/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12381/EL-5 Modified Files: import.log mldonkey.spec Log Message: fixed bz# 484884 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-5/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 8 Feb 2009 11:28:46 -0000 1.2 +++ import.log 10 Feb 2009 16:06:35 -0000 1.3 @@ -1,2 +1,3 @@ mldonkey-2_9_6-3_fc10:EL-5:mldonkey-2.9.6-3.fc10.src.rpm:1232967945 mldonkey-2_9_7-1_fc10:EL-5:mldonkey-2.9.7-1.fc10.src.rpm:1234091220 +mldonkey-2_9_7-2_fc10:EL-5:mldonkey-2.9.7-2.fc10.src.rpm:1234280124 Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-5/mldonkey.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mldonkey.spec 8 Feb 2009 11:28:46 -0000 1.2 +++ mldonkey.spec 10 Feb 2009 16:06:35 -0000 1.3 @@ -1,6 +1,6 @@ Name: mldonkey Version: 2.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -159,9 +159,11 @@ install -p -m 755 distrib/kill_mldonkey $RPM_BUILD_ROOT%{_bindir}/kill_mldonkey # utils -for util in copysources mld_hash get_range make_torrent svg_converter subconv; do +for util in copysources mld_hash get_range svg_converter subconv; do install -p -m 755 $util $RPM_BUILD_ROOT%{_bindir}/$util ; done +# in order to avoid conflicts with rb_libtorrent (see bz# 484885, 484884) +install -p -m 755 make_torrent $RPM_BUILD_ROOT%{_bindir}/mldonkey_make_torrent # gui install -p -m 755 mlguistarter $RPM_BUILD_ROOT%{_bindir}/mlguistarter @@ -256,7 +258,7 @@ %{_bindir}/kill_mldonkey %{_bindir}/copysources %{_bindir}/get_range -%{_bindir}/make_torrent +%{_bindir}/mldonkey_make_torrent %{_bindir}/mlbt %{_bindir}/mld_hash %{_bindir}/mldc @@ -317,6 +319,9 @@ %changelog +* Tue Feb 10 2009 Peter Lemenkov 2.9.7-2 +- Fixed bz# 484884 + * Sun Feb 8 2009 Peter Lemenkov 2.9.7-1 - Ver. 2.9.7 From Matt_Domsch at dell.com Sun Feb 22 03:13:25 2009 From: Matt_Domsch at dell.com (Matt Domsch) Date: Sat, 21 Feb 2009 21:13:25 -0600 Subject: Fedora rawhide rebuild in mock status 2009-02-20 x86_64 Message-ID: <20090222031325.GA16375@mock.linuxdev.us.dell.com> Fedora Rawhide-in-Mock Build Results for x86_64 based on rawhide as of Friday Feb 20, 2009. Most packages were actually built as of the F11 Alpha cut on or around Feb 1. Any newer packages in rawhide as of Feb 20 were then pulled in and rebuilt, and any previously-failed packages were also rebuilt, so I believe this list to be current and correct. I did have a couple servers fail during the builds, so it is possible that at most 8 of these are not true failures, but a result of builders crashing. Don't pin your hopes on that though. :-) Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ 1 Open Bugs which now build, and can be marked CLOSED RAWHIDE: grub: [u'484329'] Total packages: 7073 Number failed to build: 306 Number expected to fail due to ExclusiveArch or ExcludeArch: 33 Leaving: 273 Of those expected to have worked... Without a bug filed: 271 ---------------------------------- ConsoleKit-0.3.0-3.fc11 (build/make) mccann,jmccann DevIL-1.7.7-1.fc11 (patch_fuzz) jwrdegoede DeviceKit-disks-002-0.git20080720.fc10 (build/make) davidz Macaulay2-1.1-2.fc10 (build/make) rdieter PyQt4-4.4.4-3.fc11 (build/make) rdieter,than R-BSgenome.Celegans.UCSC.ce2-1.2.0-5 (build/make) pingou R-BSgenome.Dmelanogaster.FlyBase.r51-1.3.1-3 (build/make) pingou R-hgu95av2probe-2.0.0-1.fc9 (build/make) pingou R-lmtest-0.9-2.fc10 (build/make) orion R-pls-2.1-2.fc9 (build/make) pingou Sprog-0.14-13.fc9 (build/make) ghenry UnihanDb-5.1.0-7.fc10 (build/make) dchen,i18n-team agistudio-1.2.3-8.fc11 (build/make) limb alsa-oss-1.0.17-1.fc10 (build/make) jima anjuta-2.25.901-2.fc11 (build/make) rishi,rakesh atlas-3.8.2-5.fc11 (build/make) deji,deji autotrace-0.31.1-18.fc10 (build/make) qspencer avogadro-0.9.0-1.fc11 (build/make) sdz ax25-apps-0.0.6-2.fc9 (build/make) bjensen,sindrepb,sconklin,dp67 banshee-1.4.2-3.fc11 (build/make) salimma,spot batik-1.7-3.fc11 (build/make) langel,fitzsim binutils-2.19.51.0.2-12.fc11 (patch_fuzz) nickc,jakub,jkratoch,nickc blackbox-0.70.1-11 (build/make) thias bluez-gnome-1.8-12.fc11 (build/make) hadess,hadess boo-0.8.1.2865-4.fc9 (build/make) pfj castor-0.9.5-3.fc10 (build/make) pcheung cdo-1.0.8-2.fc9 (build/make) edhill cegui-0.6.2-1.fc11 (build/make) jwrdegoede clustermon-0.15.0-8.fc11 (build/make) rmccabe compat-db-4.6.21-5.fc10 (build/make) jnovy,pmatilai compat-gcc-32-3.2.3-64 (build/make) jakub coredumper-1.2.1-6.fc10 (build/make) rakesh corosync-0.92-7.svn1756.fc11 (build/make) sdake,agk,fabbione cowbell-0.3-0.svn34.4.fc10 (build/make) sindrepb dbmail-2.2.11-2.fc10 (build/make) bjohnson dbxml-2.4.16-0.2.fc11 (build/make) mzazrive dvb-apps-1.1.1-12.fc10 (build/make) scop eclipse-3.4.1-15.fc11 (build/make) overholt,oliver,overholt,akurtakov eel2-2.25.1-4.fc11 (build/make) tbzatek enigma-1.01-8.1 (build/make) thl,wart etherboot-5.4.4-8.fc11 (build/make) ehabkost,glommer,virtmaint evolution-brutus-1.2.34-2.fc11 (build/make) bpepple,colding fbreader-0.10.3-1.fc11 (build/make) salimma festival-1.96-7.fc10 (build/make) davidz,mattdm file-browser-applet-0.6.0-1.fc11 (build/make) deji firewalk-5.0-2.fc9 (build/make) sindrepb flite-1.3-10.fc10 (build/make) faucamp fpc-2.2.2-3.fc10 (build/make) joost,tbzatek freealut-1.1.0-6.fc9 (build/make) awjb freetds-0.82-3.fc10 (build/make) buc g3data-1.5.1-8.fc9 (build/make) jspaleta gambas2-2.11.1-1.fc11 (build/make) spot gauche-0.8.13-2.fc10 (build/make) gemi gauche-gl-0.4.4-3.fc9 (build/make) gemi gauche-gtk-0.4.1-17.fc9 (build/make) gemi gcl-2.6.8-0.1.20080902cvs.2.fc11 (build/make) jjames,green gcombust-0.1.55-13 (build/make) thias gdbm-1.8.0-29.fc10 (build/make) kasal gedit-vala-0.3.2-3.fc11 (build/make) salimma geronimo-specs-1.0-2.M2.fc10 (build/make) fnasser gfan-0.3-3.fc11 (build/make) konradm ggz-gtk-client-0.0.14.1-1.fc9 (build/make) bpepple,rdieter ghdl-0.27-0.110svn.3.fc11 (build/make) sailer glibc-2.9.90-7 (build/make) jakub glunarclock-0.32.4-12.fc10 (build/make) limb gmp-4.2.4-4.fc11 (build/make) varekova gnome-applet-vm-0.2.0-2.fc9 (build/make) crobinso,virtmaint gnome-chemistry-utils-0.10.2-1.fc11 (build/make) belegdol gnome-desktop-sharp-2.24.0-3.fc10 (build/make) laxathom gnome-specimen-0.3-3.fc11 (build/make) splinux gnome-themes-extras-2.22.0-2.fc9 (build/make) mwiriadi,mwiriadi gnu-smalltalk-3.1-1.fc10 (build/make) s4504kr,laxathom gpm-1.20.6-1.fc11 (build/make) zprikryl,pertusus graphviz-2.20.3-1.fc11.2 (build/make) jima grass-6.3.0-10.fc11 (build/make) rezso,pertusus gthumb-2.10.10-3.fc10 (build/make) behdad gtkspell-2.0.15-1.fc10 (build/make) mbarnes haddock09-0.9-3.fc10 (build/make) bos,haskell-sig,petersen happy-1.18.2-1.fc11 (build/make) bos,haskell-sig,petersen hdf5-1.8.1-2.fc10 (build/make) orion,pertusus ibus-chewing-0.1.1.20081023-2.fc11 (build/make) dchen,i18n-team,phuang ibus-table-0.1.1.20081014-4.fc11 (build/make) cchance,i18n-team,cchance,phuang ice-3.3.0-12.fc11 (build/make) mef iml-1.0.2-4.fc11 (build/make) konradm imsettings-0.105.1-2.fc10 (build/make) tagoh,i18n-team incollector-1.0-6.fc9.1 (build/make) kurzawa ini4j-0.3.2-4.fc10 (build/make) victorv iscsi-initiator-utils-6.2.0.870-4.fc11 (build/make) michaelc,jwrdegoede jakarta-commons-el-1.0-9.4.fc10 (build/make) fnasser jakarta-commons-httpclient-3.1-0.3.fc10 (build/make) pcheung java-1.6.0-openjdk-1.6.0.0-10.b14.fc11 (build/make) langel,lkundrak,dbhole,langel,mjw javahelp2-2.0.05-5.fc10 (build/make) jtulach,fitzsim jline-0.9.94-0.2.fc10 (build/make) mwringe jrefactory-2.8.9-7.6.fc10 (build/make) dbhole jsr-305-0-0.1.20080824svn.fc10 (build/make) jjames jtidy-1.0-0.2.r7dev.1.3.fc10 (build/make) nsantos,fitzsim,dbhole kaffeine-0.8.7-2.fc10 (build/make) rdieter,scop,mef kaya-0.5.1-1.fc10 (build/make) s4504kr kbd-1.15-4.fc11 (build/make) vcrhonek kde-l10n-4.2.0-2.fc11 (build/make) than,rdieter,kkofler,tuxbrewr,ltinkl kdeedu-4.2.0-6.fc11 (build/make) than,rdieter,kkofler,tuxbrewr,arbiter,jreznik kdetv-0.8.9-10.fc9 (build/make) subhodip kipi-plugins-0.2.0-0.14.rc1.fc11 (build/make) rdieter,abompard,silfreed,mgarski,tuxbrewr,ltinkl klear-0.7.0-2.svn113.fc10 (build/make) trasher ladspa-1.12-9.fc9 (build/make) thomasvs ladspa-swh-plugins-0.4.15-12.fc9 (build/make) green lam-7.1.4-1.fc10 (build/make) dledford lash-0.5.4-2.fc9 (build/make) green lasi-1.1.0-2.fc10 (build/make) orion lcdproc-0.5.2-7.fc11 (build/make) kwizart,jwilson libXp-1.0.0-11.fc9 (build/make) ssp libbonoboui-2.24.0-1.fc10 (build/make) rstrode libcompizconfig-0.7.8-1.fc11 (build/make) izhar libctl-3.0.2-6.fc9 (build/make) edhill libdv-1.0.0-5.fc10 (build/make) jwilson libfakekey-0.1-1.fc10 (build/make) mccann libgnomedbmm-2.9.5-4.fc9 (build/make) denis libibcommon-1.1.0-1.fc10 (build/make) dledford libibmad-1.2.0-1.fc10 (build/make) dledford libibumad-1.2.0-1.fc10 (build/make) dledford libopensync-plugin-syncml-0.35-4.fc10 (build/make) cheese libpolyxmass-0.9.1-2.fc9 (build/make) awjb libpqxx-2.6.8-10.fc9 (build/make) awjb,rdieter libresample-0.1.3-9.fc10 (build/make) jcollie libsmbios-2.2.13-1.fc11 (build/make) mebrown libsndfile-1.0.17-6.fc10 (build/make) ixs libtar-1.2.11-11.fc10 (build/make) huzaifas,huzaifas libthai-0.1.9-4.fc9 (build/make) behdad linkage-0.2.0-4.fc11 (build/make) drago01 linphone-2.1.1-1.fc9 (build/make) rakesh linpsk-0.9-4.fc10 (build/make) bjensen,bjensen,sindrepb,sconklin,dp67 linux-atm-2.5.0-5 (build/make) dwmw2 listen-0.5-21.fc11 (build/make) hguemar lpsolve-5.5.0.14-1.fc11 (patch_fuzz) caolanm m17n-lib-1.5.3-1.fc10 (build/make) pnemade,i18n-team,petersen maildrop-2.0.4-6.fc9 (build/make) athimm mapnik-0.5.2-0.10.svn780.fc11 (build/make) rezso,snecker maven-scm-1.0-0.2.b3.1.6.fc10 (build/make) dbhole maven-shared-1.0-4.6.fc10 (build/make) dbhole maven2-2.0.4-10.15.fc10 (build/make) dbhole mdadm-3.0-0.devel2.1.fc11 (build/make) dledford mingw32-atk-1.25.2-5.fc11 (build/make) rjones,berrange mingw32-libgcrypt-1.4.4-1.fc11 (build/make) rjones,berrange mingw32-libltdl-1.5.26-12.fc11 (build/make) ndim mingw32-runtime-3.15.2-1.fc11 (build/make) rjones,berrange,mingwmaint minirpc-0.3.2-1.fc10 (build/make) agoode modello-1.0-0.1.a8.4.4.fc10 (build/make) mwringe module-init-tools-3.7-1.fc11 (build/make) jcm monodoc-2.0-5.fc10 (build/make) pfj msv-1.2-0.2.20050722.3.4.fc10 (build/make) mwringe mysql-5.1.31-1.fc11 (build/make) tgl nautilus-share-0.7.2-13.fc10 (build/make) orphan nautilus-sound-converter-1.0.1-1.fc11 (build/make) bpepple nethack-3.4.3-19.fc11 (build/make) lmacken nightview-0.3.2-2.fc11 (build/make) lkundrak nqc-3.1.6-2.fc9 (build/make) rvinyard nted-1.4.17-2.fc11 (build/make) ndim ocaml-omake-0.9.8.5-5.fc11 (build/make) rjones,ocamlmaint ochusha-0.6.0.1-0.3.cvs20090106T1430.fc11 (build/make) mtasaka octave-3.0.3-1.fc11 (build/make) rakesh,alexlan,mmahut,rakesh openjpeg-1.3-2.fc9 (patch_fuzz) seg openlierox-0.57-0.11.beta8.fc11 (build/make) jwrdegoede openser-1.3.4-2.fc11 (build/make) peter,ondrejj openvrml-0.17.10-2.0.fc11 (build/make) braden orpie-1.5.1-4.fc10 (build/make) xris orsa-0.7.0-2.fc10 (build/make) mjakubicek,mmahut pam_keyring-0.0.9-2.fc9 (build/make) denis pan-0.133-1.fc10 (build/make) adalloz,mpeters papyrus-0.9.0-1.fc11 (build/make) rvinyard,timn pdns-recursor-3.1.7-2.fc10 (build/make) ruben perl-5.10.0-58.fc11 (build/make) mmaslano,spot,corsepiu,rnorwood,kasal perl-Class-Autouse-1.29-3.fc9 (build/make) corsepiu,perl-sig,laxathom perl-Class-Inspector-1.23-1.fc10 (build/make) corsepiu,perl-sig,laxathom perl-File-Find-Rule-Perl-1.04-2.fc10 (build/make) corsepiu,perl-sig perl-Net-SSH-Perl-1.34-1.fc11 (build/make) pghmcfc,perl-sig perl-PDL-2.4.4-2.fc11 (build/make) kasal,orion,rnorwood,mmaslano perl-POE-Component-SNMP-1.07-3.fc9 (build/make) cweyl,perl-sig perl-RRD-Simple-1.43-3.fc9 (build/make) cweyl,perl-sig perl-Sys-Virt-0.1.2-3.fc9 (build/make) steve,perl-sig,berrange perl-Test-Inline-2.208-3.fc10 (build/make) corsepiu,perl-sig,laxathom perl-Test-WWW-Mechanize-Catalyst-0.42-1.fc10 (build/make) cweyl,perl-sig perl-WWW-Search-2.504-1.fc10 (build/make) xavierb perl-XML-LibXSLT-1.68-1.fc11 (build/make) kasal,perl-sig,shishz pfstools-1.7.0-3.fc11 (build/make) drepper plexus-appserver-1.0-0.2.a5.2.6.fc10 (build/make) dbhole plexus-cdc-1.0-0.2.a4.1.6.fc10 (build/make) dbhole plexus-i18n-1.0-0.b6.5.3.fc10 (build/make) pcheung plexus-maven-plugin-1.2-2.4.fc10 (build/make) dbhole plexus-runtime-builder-1.0-0.2.a9.1.6.fc10 (build/make) dbhole plexus-xmlrpc-1.0-0.2.b4.2.11.fc10 (build/make) dbhole plplot-5.9.2-2.fc11 (build/make) orion plt-scheme-4.1.2-1.fc11 (build/make) gemi polyxmass-bin-0.9.7-2.fc8 (build/make) awjb prelink-0.4.0-3 (build/make) jakub preload-0.6.3-1.fc10 (build/make) behdad pysvn-1.6.2-3.fc11 (build/make) ravenoak python-peak-rules-0.5a1.dev-4.2582.fc11 (build/make) lmacken python-reportlab-2.1-4.fc11 (build/make) bpepple q-7.11-2.fc10 (build/make) gemi qbittorrent-1.3.1-7.fc11 (build/make) leigh123linux qgo-1.5.4r2-1.fc9 (build/make) kaboom qpidc-0.4.738618-2.fc11 (build/make) aconway,nsantos quesa-1.8-1.fc9 (build/make) ajax radvd-1.1-6.fc11 (patch_fuzz) jskala revelation-0.4.11-7 (build/make) jspaleta,jspaleta rhm-0.4.3088-1.fc11 (build/make) aconway,nsantos rhythmbox-0.11.6-25.r6096.fc11 (build/make) hadess ruby-libvirt-0.1.0-2.fc11 (build/make) lutter,stahnma,clalance,virtmaint ruby-rpm-1.2.3-4.fc9 (build/make) lutter,stahnma rxvt-unicode-9.06-1.fc11 (build/make) awjb,mlichvar sagator-1.1.1-0.beta1.fc10 (build/make) ondrejj sane-backends-1.0.19-12.fc10 (build/make) nphilipp scidavis-0.1.4-1.fc11 (build/make) tanguy scrip-1.4-9.fc8 (build/make) edhill seahorse-plugins-2.25.90-1.fc11 (build/make) mclasen,tbzatek sigen-0.0.2-0.26.20081206git529cd0e.fc11 (build/make) mathstuf skychart-3.0.1.5-3.20081026svn.fc11 (build/make) lkundrak,mmahut slim-1.3.1-3.fc11 (build/make) afb,pertusus smarteiffel-2.3-2.fc9 (build/make) gemi sound-juicer-2.25.3-1.fc11 (build/make) hadess squid-3.0.STABLE13-1.fc11 (build/make) jskala,jsteffan,mnagy,hno,jskala srm-1.2.9-2.fc11 (build/make) fab strigi-0.6.4-1.fc11 (build/make) deji,kkofler,arbiter subtitleeditor-0.30.0-3.fc10 (build/make) mso sudo-1.6.9p17-5.fc10 (build/make) mildew,kzak synce-software-manager-0.9.0-10.fc9 (build/make) awjb thibault-fonts-0.1-3.fc11 (build/make) lyosnorezel tightvnc-1.5.0-0.12.20090204svn3586.fc11 (patch_fuzz) atkac tog-pegasus-2.7.2-4.fc11 (build/make) vcrhonek,hamzy uim-1.5.3-1.fc10 (build/make) tagoh,i18n-team ularn-1.5p4-12.fc11 (build/make) wart unixODBC-2.2.12-9.fc10 (build/make) tgl vdr-1.6.0-16.fc11 (build/make) scop,vpv velocity-1.4-7.3.fc10 (build/make) dbhole,devrim,jmrodri widelands-0-0.13.Build13.fc11 (build/make) karlik ws-commons-util-1.0.1-10.fc10 (build/make) green,overholt xdotool-20071230-2.fc10 (build/make) sindrepb xlhtml-0.5-8.fc9 (build/make) abompard xmlcopyeditor-1.1.0.6-4.fc9 (build/make) ivazquez xmlrpc3-3.0-2.9.fc10 (build/make) overholt,akurtakov xmms-cdread-0.14-13.fc9 (build/make) jsoeterb xmoto-0.5.0-5.fc11 (build/make) limb xorg-x11-drv-acecad-1.2.2-1.fc9 (build/make) xgl-maint xorg-x11-drv-aiptek-1.1.1-1.fc9 (build/make) xgl-maint xorg-x11-drv-ark-0.7.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-calcomp-1.1.2-1.fc9 (build/make) xgl-maint xorg-x11-drv-citron-2.2.1-1.fc9 (build/make) xgl-maint xorg-x11-drv-diamondtouch-0.2.0-0.1.fc9 (build/make) ajax xorg-x11-drv-digitaledge-1.1.1-1.fc9 (build/make) xgl-maint xorg-x11-drv-dmc-1.1.2-1.fc9 (build/make) xgl-maint xorg-x11-drv-dummy-0.3.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-dynapro-1.1.2-1.fc9 (build/make) xgl-maint xorg-x11-drv-hyperpen-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-jamstudio-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-magellan-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-mga-1.4.9-1.fc11 (patch_fuzz) xgl-maint xorg-x11-drv-microtouch-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-palmax-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-penmount-1.3.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-rendition-4.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-siliconmotion-1.6.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-sisusb-0.9.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-spaceorb-1.1.0-6.fc9 (build/make) xgl-maint xorg-x11-drv-summa-1.2.0-2.fc10 (build/make) xgl-maint xorg-x11-drv-tek4957-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-ur98-1.1.0-5.fc9 (build/make) xgl-maint xorg-x11-drv-void-1.1.1-9.fc9 (build/make) xgl-maint xorg-x11-drv-voodoo-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-wiimote-0.0.1-1.fc9 (build/make) ajax xscorch-0.2.0-12.fc8 (build/make) mgarski zsh-4.3.4-8.fc9 (patch_fuzz) james With bugs filed: 2 ---------------------------------- classpathx-jaf-1.0-12.fc10 [u'479701 NEW'] (build/make) devrim,dwalluck libFoundation-1.1.3-11.fc9 [u'440564 ASSIGNED'] (build/make) athimm ---------------------------------- Packages by owner: abompard: kipi-plugins,xlhtml aconway: qpidc,rhm adalloz: pan afb: slim agk: corosync agoode: minirpc ajax: quesa,xorg-x11-drv-diamondtouch,xorg-x11-drv-wiimote akurtakov: eclipse,xmlrpc3 alexlan: octave arbiter: kdeedu,strigi athimm: libFoundation,maildrop atkac: tightvnc awjb: freealut,libpolyxmass,libpqxx,polyxmass-bin,rxvt-unicode,synce-software-manager behdad: gthumb,libthai,preload belegdol: gnome-chemistry-utils berrange: mingw32-atk,mingw32-libgcrypt,mingw32-runtime,perl-Sys-Virt bjensen: ax25-apps,linpsk,linpsk bjohnson: dbmail bos: haddock09,happy bpepple: evolution-brutus,ggz-gtk-client,nautilus-sound-converter,python-reportlab braden: openvrml buc: freetds caolanm: lpsolve cchance: ibus-table,ibus-table cheese: libopensync-plugin-syncml clalance: ruby-libvirt colding: evolution-brutus corsepiu: perl,perl-Class-Autouse,perl-Class-Inspector,perl-File-Find-Rule-Perl,perl-Test-Inline crobinso: gnome-applet-vm cweyl: perl-POE-Component-SNMP,perl-RRD-Simple,perl-Test-WWW-Mechanize-Catalyst davidz: DeviceKit-disks,festival dbhole: java-1.6.0-openjdk,jrefactory,jtidy,maven-scm,maven-shared,maven2,plexus-appserver,plexus-cdc,plexus-maven-plugin,plexus-runtime-builder,plexus-xmlrpc,velocity dchen: UnihanDb,ibus-chewing deji: atlas,atlas,file-browser-applet,strigi denis: libgnomedbmm,pam_keyring devrim: classpathx-jaf,velocity dledford: lam,libibcommon,libibmad,libibumad,mdadm dp67: ax25-apps,linpsk drago01: linkage drepper: pfstools dwalluck: classpathx-jaf dwmw2: linux-atm edhill: cdo,libctl,scrip ehabkost: etherboot fab: srm fabbione: corosync faucamp: flite fitzsim: batik,javahelp2,jtidy fnasser: geronimo-specs,jakarta-commons-el gemi: gauche,gauche-gl,gauche-gtk,plt-scheme,q,smarteiffel ghenry: Sprog glommer: etherboot green: gcl,ladspa-swh-plugins,lash,ws-commons-util hadess: bluez-gnome,bluez-gnome,rhythmbox,sound-juicer hamzy: tog-pegasus haskell-sig: haddock09,happy hguemar: listen hno: squid huzaifas: libtar,libtar i18n-team: UnihanDb,ibus-chewing,ibus-table,imsettings,m17n-lib,uim ivazquez: xmlcopyeditor ixs: libsndfile izhar: libcompizconfig jakub: binutils,compat-gcc-32,glibc,prelink james: zsh jcm: module-init-tools jcollie: libresample jima: alsa-oss,graphviz jjames: gcl,jsr-305 jkratoch: binutils jmccann: ConsoleKit jmrodri: velocity jnovy: compat-db joost: fpc jreznik: kdeedu jskala: radvd,squid,squid jsoeterb: xmms-cdread jspaleta: g3data,revelation,revelation jsteffan: squid jtulach: javahelp2 jwilson: lcdproc,libdv jwrdegoede: DevIL,cegui,iscsi-initiator-utils,openlierox kaboom: qgo karlik: widelands kasal: gdbm,perl,perl-PDL,perl-XML-LibXSLT kkofler: kde-l10n,kdeedu,strigi konradm: gfan,iml kurzawa: incollector kwizart: lcdproc kzak: sudo langel: batik,java-1.6.0-openjdk,java-1.6.0-openjdk laxathom: gnome-desktop-sharp,gnu-smalltalk,perl-Class-Autouse,perl-Class-Inspector,perl-Test-Inline leigh123linux: qbittorrent limb: agistudio,glunarclock,xmoto lkundrak: java-1.6.0-openjdk,nightview,skychart lmacken: nethack,python-peak-rules ltinkl: kde-l10n,kipi-plugins lutter: ruby-libvirt,ruby-rpm lyosnorezel: thibault-fonts mathstuf: sigen mattdm: festival mbarnes: gtkspell mccann: ConsoleKit,libfakekey mclasen: seahorse-plugins mebrown: libsmbios mef: ice,kaffeine mgarski: kipi-plugins,xscorch michaelc: iscsi-initiator-utils mildew: sudo mingwmaint: mingw32-runtime mjakubicek: orsa mjw: java-1.6.0-openjdk mlichvar: rxvt-unicode mmahut: octave,orsa,skychart mmaslano: perl,perl-PDL mnagy: squid mpeters: pan mso: subtitleeditor mtasaka: ochusha mwiriadi: gnome-themes-extras,gnome-themes-extras mwringe: jline,modello,msv mzazrive: dbxml ndim: mingw32-libltdl,nted nickc: binutils,binutils nphilipp: sane-backends nsantos: jtidy,qpidc,rhm ocamlmaint: ocaml-omake oliver: eclipse ondrejj: openser,sagator orion: R-lmtest,hdf5,lasi,perl-PDL,plplot orphan: nautilus-share overholt: eclipse,eclipse,ws-commons-util,xmlrpc3 pcheung: castor,jakarta-commons-httpclient,plexus-i18n perl-sig: perl-Class-Autouse,perl-Class-Inspector,perl-File-Find-Rule-Perl,perl-Net-SSH-Perl,perl-POE-Component-SNMP,perl-RRD-Simple,perl-Sys-Virt,perl-Test-Inline,perl-Test-WWW-Mechanize-Catalyst,perl-XML-LibXSLT pertusus: gpm,grass,hdf5,slim peter: openser petersen: haddock09,happy,m17n-lib pfj: boo,monodoc pghmcfc: perl-Net-SSH-Perl phuang: ibus-chewing,ibus-table pingou: R-BSgenome.Celegans.UCSC.ce2,R-BSgenome.Dmelanogaster.FlyBase.r51,R-hgu95av2probe,R-pls pmatilai: compat-db pnemade: m17n-lib qspencer: autotrace rakesh: anjuta,coredumper,linphone,octave,octave ravenoak: pysvn rdieter: Macaulay2,PyQt4,ggz-gtk-client,kaffeine,kde-l10n,kdeedu,kipi-plugins,libpqxx rezso: grass,mapnik rishi: anjuta rjones: mingw32-atk,mingw32-libgcrypt,mingw32-runtime,ocaml-omake rmccabe: clustermon rnorwood: perl,perl-PDL rstrode: libbonoboui ruben: pdns-recursor rvinyard: nqc,papyrus s4504kr: gnu-smalltalk,kaya sailer: ghdl salimma: banshee,fbreader,gedit-vala sconklin: ax25-apps,linpsk scop: dvb-apps,kaffeine,vdr sdake: corosync sdz: avogadro seg: openjpeg shishz: perl-XML-LibXSLT silfreed: kipi-plugins sindrepb: ax25-apps,cowbell,firewalk,linpsk,xdotool snecker: mapnik splinux: gnome-specimen spot: banshee,gambas2,perl ssp: libXp stahnma: ruby-libvirt,ruby-rpm steve: perl-Sys-Virt subhodip: kdetv tagoh: imsettings,uim tanguy: scidavis tbzatek: eel2,fpc,seahorse-plugins tgl: mysql,unixODBC than: PyQt4,kde-l10n,kdeedu thias: blackbox,gcombust thl: enigma thomasvs: ladspa timn: papyrus trasher: klear tuxbrewr: kde-l10n,kdeedu,kipi-plugins varekova: gmp vcrhonek: kbd,tog-pegasus victorv: ini4j virtmaint: etherboot,gnome-applet-vm,ruby-libvirt vpv: vdr wart: enigma,ularn xavierb: perl-WWW-Search xgl-maint: xorg-x11-drv-acecad,xorg-x11-drv-aiptek,xorg-x11-drv-ark,xorg-x11-drv-calcomp,xorg-x11-drv-citron,xorg-x11-drv-digitaledge,xorg-x11-drv-dmc,xorg-x11-drv-dummy,xorg-x11-drv-dynapro,xorg-x11-drv-hyperpen,xorg-x11-drv-jamstudio,xorg-x11-drv-magellan,xorg-x11-drv-mga,xorg-x11-drv-microtouch,xorg-x11-drv-palmax,xorg-x11-drv-penmount,xorg-x11-drv-rendition,xorg-x11-drv-siliconmotion,xorg-x11-drv-sisusb,xorg-x11-drv-spaceorb,xorg-x11-drv-summa,xorg-x11-drv-tek4957,xorg-x11-drv-ur98,xorg-x11-drv-void,xorg-x11-drv-voodoo xris: orpie zprikryl: gpm -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From Matt_Domsch at dell.com Sun Feb 22 03:14:12 2009 From: Matt_Domsch at dell.com (Matt Domsch) Date: Sat, 21 Feb 2009 21:14:12 -0600 Subject: Fedora rawhide rebuild in mock status 2009-02-20 i386 Message-ID: <20090222031412.GA16588@mock.linuxdev.us.dell.com> Fedora Rawhide-in-Mock Build Results for i386 based on rawhide as of Friday Feb 20, 2009. Most packages were actually built as of the F11 Alpha cut on or around Feb 1. Any newer packages in rawhide as of Feb 20 were then pulled in and rebuilt, and any previously-failed packages were also rebuilt, so I believe this list to be current and correct. I did have a couple servers fail during the builds, so it is possible that at most 8 of these are not true failures, but a result of builders crashing. Don't pin your hopes on that though. :-) Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ 1 Open Bugs which now build, and can be marked CLOSED RAWHIDE: grub: [u'484329'] Total packages: 7074 Number failed to build: 274 Number expected to fail due to ExclusiveArch or ExcludeArch: 14 Leaving: 260 Of those expected to have worked... Without a bug filed: 258 ---------------------------------- ConsoleKit-0.3.0-3.fc11 (build/make) mccann,jmccann DevIL-1.7.7-1.fc11 (patch_fuzz) jwrdegoede DeviceKit-disks-002-0.git20080720.fc10 (build/make) davidz Macaulay2-1.1-2.fc10 (build/make) rdieter OpenSceneGraph-2.8.0-1.fc11 (build/make) corsepiu R-BSgenome.Celegans.UCSC.ce2-1.2.0-5 (build/make) pingou R-BSgenome.Dmelanogaster.FlyBase.r51-1.3.1-3 (build/make) pingou R-hgu95av2probe-2.0.0-1.fc9 (build/make) pingou R-lmtest-0.9-2.fc10 (build/make) orion R-pls-2.1-2.fc9 (build/make) pingou Sprog-0.14-13.fc9 (build/make) ghenry alsa-oss-1.0.17-1.fc10 (build/make) jima anjuta-2.25.901-2.fc11 (build/make) rishi,rakesh atlas-3.8.2-5.fc11 (build/make) deji,deji autotrace-0.31.1-18.fc10 (build/make) qspencer avogadro-0.9.0-1.fc11 (build/make) sdz ax25-apps-0.0.6-2.fc9 (build/make) bjensen,sindrepb,sconklin,dp67 banshee-1.4.2-3.fc11 (build/make) salimma,spot binutils-2.19.51.0.2-12.fc11 (patch_fuzz) nickc,jakub,jkratoch,nickc blackbox-0.70.1-11 (build/make) thias bluez-gnome-1.8-12.fc11 (build/make) hadess,hadess boo-0.8.1.2865-4.fc9 (build/make) pfj castor-0.9.5-3.fc10 (build/make) pcheung cdo-1.0.8-2.fc9 (build/make) edhill cegui-0.6.2-1.fc11 (build/make) jwrdegoede chrony-1.23-2.20081106gitbe42b4.fc11 (build/make) mlichvar cln-1.2.2-2.fc11 (build/make) deji,deji clustermon-0.15.0-8.fc11 (build/make) rmccabe compat-db-4.6.21-5.fc10 (build/make) jnovy,pmatilai compat-gcc-32-3.2.3-64 (build/make) jakub coredumper-1.2.1-6.fc10 (build/make) rakesh coreutils-7.0-7.fc11 (build/make) ovasik,twaugh,kdudka corosync-0.92-7.svn1756.fc11 (build/make) sdake,agk,fabbione cowbell-0.3-0.svn34.4.fc10 (build/make) sindrepb dbmail-2.2.11-2.fc10 (build/make) bjohnson dbxml-2.4.16-0.2.fc11 (build/make) mzazrive dvb-apps-1.1.1-12.fc10 (build/make) scop eel2-2.25.1-4.fc11 (build/make) tbzatek ember-0.5.5-1.fc11 (build/make) atorkhov,wart enigma-1.01-8.1 (build/make) thl,wart evolution-brutus-1.2.34-2.fc11 (build/make) bpepple,colding fbreader-0.10.3-1.fc11 (build/make) salimma festival-1.96-7.fc10 (build/make) davidz,mattdm file-browser-applet-0.6.0-1.fc11 (build/make) deji flite-1.3-10.fc10 (build/make) faucamp freealut-1.1.0-6.fc9 (build/make) awjb freetds-0.82-3.fc10 (build/make) buc g3data-1.5.1-8.fc9 (build/make) jspaleta gambas2-2.11.1-1.fc11 (build/make) spot gdbm-1.8.0-29.fc10 (build/make) kasal gedit-vala-0.3.2-3.fc11 (build/make) salimma geronimo-specs-1.0-2.M2.fc10 (build/make) fnasser gfan-0.3-3.fc11 (build/make) konradm ggz-gtk-client-0.0.14.1-1.fc9 (build/make) bpepple,rdieter glunarclock-0.32.4-12.fc10 (build/make) limb gmp-4.2.4-4.fc11 (build/make) varekova gnome-applet-vm-0.2.0-2.fc9 (build/make) crobinso,virtmaint gnome-chemistry-utils-0.10.2-1.fc11 (build/make) belegdol gnome-themes-extras-2.22.0-2.fc9 (build/make) mwiriadi,mwiriadi gnu-smalltalk-3.1-1.fc10 (build/make) s4504kr,laxathom graphviz-2.20.3-1.fc11.2 (build/make) jima grass-6.3.0-10.fc11 (build/make) rezso,pertusus gthumb-2.10.10-3.fc10 (build/make) behdad gtkspell-2.0.15-1.fc10 (build/make) mbarnes haddock09-0.9-3.fc10 (build/make) bos,haskell-sig,petersen happy-1.18.2-1.fc11 (build/make) bos,haskell-sig,petersen hdf5-1.8.1-2.fc10 (build/make) orion,pertusus hercules-3.06-1.fc11 (build/make) thias ibus-chewing-0.1.1.20081023-2.fc11 (build/make) dchen,i18n-team,phuang ibus-table-0.1.1.20081014-4.fc11 (build/make) cchance,i18n-team,cchance,phuang ice-3.3.0-12.fc11 (build/make) mef iml-1.0.2-4.fc11 (build/make) konradm imsettings-0.105.1-2.fc10 (build/make) tagoh,i18n-team incollector-1.0-6.fc9.1 (build/make) kurzawa ini4j-0.3.2-4.fc10 (build/make) victorv iscsi-initiator-utils-6.2.0.870-4.fc11 (build/make) michaelc,jwrdegoede jakarta-commons-el-1.0-9.4.fc10 (build/make) fnasser jakarta-commons-httpclient-3.1-0.3.fc10 (build/make) pcheung java-1.6.0-openjdk-1.6.0.0-10.b14.fc11 (build/make) langel,lkundrak,dbhole,langel,mjw javahelp2-2.0.05-5.fc10 (build/make) jtulach,fitzsim jline-0.9.94-0.2.fc10 (build/make) mwringe jrefactory-2.8.9-7.6.fc10 (build/make) dbhole jsr-305-0-0.1.20080824svn.fc10 (build/make) jjames jtidy-1.0-0.2.r7dev.1.3.fc10 (build/make) nsantos,fitzsim,dbhole kaffeine-0.8.7-2.fc10 (build/make) rdieter,scop,mef kaya-0.5.1-1.fc10 (build/make) s4504kr kbd-1.15-4.fc11 (build/make) vcrhonek kdeedu-4.2.0-6.fc11 (build/make) than,rdieter,kkofler,tuxbrewr,arbiter,jreznik kdetv-0.8.9-10.fc9 (build/make) subhodip kipi-plugins-0.2.0-0.14.rc1.fc11 (build/make) rdieter,abompard,silfreed,mgarski,tuxbrewr,ltinkl klear-0.7.0-2.svn113.fc10 (build/make) trasher labrea-2.5.1-2.fc10 (build/make) huzaifas ladspa-1.12-9.fc9 (build/make) thomasvs ladspa-swh-plugins-0.4.15-12.fc9 (build/make) green lam-7.1.4-1.fc10 (build/make) dledford lash-0.5.4-2.fc9 (build/make) green lasi-1.1.0-2.fc10 (build/make) orion lcdproc-0.5.2-7.fc11 (build/make) kwizart,jwilson libXp-1.0.0-11.fc9 (build/make) ssp libbonoboui-2.24.0-1.fc10 (build/make) rstrode libcap-2.10-2.fc10 (build/make) karsten libcompizconfig-0.7.8-1.fc11 (build/make) izhar libctl-3.0.2-6.fc9 (build/make) edhill libdv-1.0.0-5.fc10 (build/make) jwilson libfakekey-0.1-1.fc10 (build/make) mccann libgnomedbmm-2.9.5-4.fc9 (build/make) denis libibcommon-1.1.0-1.fc10 (build/make) dledford libibmad-1.2.0-1.fc10 (build/make) dledford libibumad-1.2.0-1.fc10 (build/make) dledford libopensync-plugin-syncml-0.35-4.fc10 (build/make) cheese libpolyxmass-0.9.1-2.fc9 (build/make) awjb libpqxx-2.6.8-10.fc9 (build/make) awjb,rdieter libresample-0.1.3-9.fc10 (build/make) jcollie libsmbios-2.2.13-1.fc11 (build/make) mebrown libsndfile-1.0.17-6.fc10 (build/make) ixs libtar-1.2.11-11.fc10 (build/make) huzaifas,huzaifas libthai-0.1.9-4.fc9 (build/make) behdad licq-1.3.5-5.fc11 (build/make) jmoskovc lightning-1.2c-1.fc10 (build/make) s4504kr,laxathom linkage-0.2.0-4.fc11 (build/make) drago01 linphone-2.1.1-1.fc9 (build/make) rakesh linpsk-0.9-4.fc10 (build/make) bjensen,bjensen,sindrepb,sconklin,dp67 linux-atm-2.5.0-5 (build/make) dwmw2 listen-0.5-21.fc11 (build/make) hguemar log4net-1.2.10-4.fc9 (build/make) snecker lpsolve-5.5.0.14-1.fc11 (patch_fuzz) caolanm m17n-lib-1.5.3-1.fc10 (build/make) pnemade,i18n-team,petersen maildrop-2.0.4-6.fc9 (build/make) athimm mapnik-0.5.2-0.10.svn780.fc11 (build/make) rezso,snecker maven-scm-1.0-0.2.b3.1.6.fc10 (build/make) dbhole maven-shared-1.0-4.6.fc10 (build/make) dbhole maven2-2.0.4-10.15.fc10 (build/make) dbhole mdadm-3.0-0.devel2.1.fc11 (build/make) dledford mingw32-atk-1.25.2-5.fc11 (build/make) rjones,berrange mingw32-libgcrypt-1.4.4-1.fc11 (build/make) rjones,berrange mingw32-libltdl-1.5.26-12.fc11 (build/make) ndim mingw32-runtime-3.15.2-1.fc11 (build/make) rjones,berrange,mingwmaint minirpc-0.3.2-1.fc10 (build/make) agoode modello-1.0-0.1.a8.4.4.fc10 (build/make) mwringe module-init-tools-3.7-1.fc11 (build/make) jcm monodoc-2.0-5.fc10 (build/make) pfj monotone-0.42-3.fc11 (build/make) thm msv-1.2-0.2.20050722.3.4.fc10 (build/make) mwringe mysql-5.1.31-1.fc11 (build/make) tgl nautilus-share-0.7.2-13.fc10 (build/make) orphan nightview-0.3.2-2.fc11 (build/make) lkundrak nted-1.4.17-2.fc11 (build/make) ndim ocaml-omake-0.9.8.5-5.fc11 (build/make) rjones,ocamlmaint ochusha-0.6.0.1-0.3.cvs20090106T1430.fc11 (build/make) mtasaka octave-3.0.3-1.fc11 (build/make) rakesh,alexlan,mmahut,rakesh openjpeg-1.3-2.fc9 (patch_fuzz) seg openlierox-0.57-0.11.beta8.fc11 (build/make) jwrdegoede openser-1.3.4-2.fc11 (build/make) peter,ondrejj openvrml-0.17.10-2.0.fc11 (build/make) braden orpie-1.5.1-4.fc10 (build/make) xris orsa-0.7.0-2.fc10 (build/make) mjakubicek,mmahut pam_keyring-0.0.9-2.fc9 (build/make) denis pan-0.133-1.fc10 (build/make) adalloz,mpeters papyrus-0.9.0-1.fc11 (build/make) rvinyard,timn pdns-recursor-3.1.7-2.fc10 (build/make) ruben perl-5.10.0-58.fc11 (build/make) mmaslano,spot,corsepiu,rnorwood,kasal perl-Class-Autouse-1.29-3.fc9 (build/make) corsepiu,perl-sig,laxathom perl-Class-Inspector-1.23-1.fc10 (build/make) corsepiu,perl-sig,laxathom perl-Crypt-OpenSSL-DSA-0.13-9.fc11 (build/make) hardaker,perl-sig perl-File-Find-Rule-Perl-1.04-2.fc10 (build/make) corsepiu,perl-sig perl-Net-SSH-Perl-1.34-1.fc11 (build/make) pghmcfc,perl-sig perl-POE-Component-SNMP-1.07-3.fc9 (build/make) cweyl,perl-sig perl-RRD-Simple-1.43-3.fc9 (build/make) cweyl,perl-sig perl-Sys-Virt-0.1.2-3.fc9 (build/make) steve,perl-sig,berrange perl-Test-Inline-2.208-3.fc10 (build/make) corsepiu,perl-sig,laxathom perl-Test-WWW-Mechanize-Catalyst-0.42-1.fc10 (build/make) cweyl,perl-sig perl-WWW-Search-2.504-1.fc10 (build/make) xavierb perl-XML-LibXSLT-1.68-1.fc11 (build/make) kasal,perl-sig,shishz pfstools-1.7.0-3.fc11 (build/make) drepper plexus-appserver-1.0-0.2.a5.2.6.fc10 (build/make) dbhole plexus-cdc-1.0-0.2.a4.1.6.fc10 (build/make) dbhole plexus-i18n-1.0-0.b6.5.3.fc10 (build/make) pcheung plexus-maven-plugin-1.2-2.4.fc10 (build/make) dbhole plexus-runtime-builder-1.0-0.2.a9.1.6.fc10 (build/make) dbhole plexus-xmlrpc-1.0-0.2.b4.2.11.fc10 (build/make) dbhole polyxmass-bin-0.9.7-2.fc8 (build/make) awjb prelink-0.4.0-3 (build/make) jakub preload-0.6.3-1.fc10 (build/make) behdad pysvn-1.6.2-3.fc11 (build/make) ravenoak q-7.11-2.fc10 (build/make) gemi qbittorrent-1.3.1-7.fc11 (build/make) leigh123linux qgo-1.5.4r2-1.fc9 (build/make) kaboom qpidc-0.4.738618-2.fc11 (build/make) aconway,nsantos quesa-1.8-1.fc9 (build/make) ajax radvd-1.1-6.fc11 (patch_fuzz) jskala revelation-0.4.11-7 (build/make) jspaleta,jspaleta rhm-0.4.3088-1.fc11 (build/make) aconway,nsantos rhythmbox-0.11.6-25.r6096.fc11 (build/make) hadess ruby-libvirt-0.1.0-2.fc11 (build/make) lutter,stahnma,clalance,virtmaint ruby-openid-2.1.4-1.fc11 (build/make) allisson ruby-rpm-1.2.3-4.fc9 (build/make) lutter,stahnma rxvt-unicode-9.06-1.fc11 (build/make) awjb,mlichvar sagator-1.1.1-0.beta1.fc10 (build/make) ondrejj sane-backends-1.0.19-12.fc10 (build/make) nphilipp scidavis-0.1.4-1.fc11 (build/make) tanguy scrip-1.4-9.fc8 (build/make) edhill seahorse-plugins-2.25.90-1.fc11 (build/make) mclasen,tbzatek sigen-0.0.2-0.26.20081206git529cd0e.fc11 (build/make) mathstuf slim-1.3.1-3.fc11 (build/make) afb,pertusus smarteiffel-2.3-2.fc9 (build/make) gemi sound-juicer-2.25.3-1.fc11 (build/make) hadess squid-3.0.STABLE13-1.fc11 (build/make) jskala,jsteffan,mnagy,hno,jskala srm-1.2.9-2.fc11 (build/make) fab strigi-0.6.4-1.fc11 (build/make) deji,kkofler,arbiter subtitleeditor-0.30.0-3.fc10 (build/make) mso sudo-1.6.9p17-5.fc10 (build/make) mildew,kzak sugar-finance-0-0.1.20090126.fc11 (build/make) fab synce-software-manager-0.9.0-10.fc9 (build/make) awjb tex-musixtex-0.114-4.fc11 (build/make) oget thibault-fonts-0.1-3.fc11 (build/make) lyosnorezel tightvnc-1.5.0-0.12.20090204svn3586.fc11 (patch_fuzz) atkac tog-pegasus-2.7.2-4.fc11 (build/make) vcrhonek,hamzy uim-1.5.3-1.fc10 (build/make) tagoh,i18n-team ularn-1.5p4-12.fc11 (build/make) wart unixODBC-2.2.12-9.fc10 (build/make) tgl vdr-1.6.0-16.fc11 (build/make) scop,vpv velocity-1.4-7.3.fc10 (build/make) dbhole,devrim,jmrodri widelands-0-0.13.Build13.fc11 (build/make) karlik ws-commons-util-1.0.1-10.fc10 (build/make) green,overholt xdotool-20071230-2.fc10 (build/make) sindrepb xen-3.3.1-3.fc11 (build/make) xen-maint,berrange,kraxel,virtmaint xmlcopyeditor-1.1.0.6-4.fc9 (build/make) ivazquez xmlrpc3-3.0-2.9.fc10 (build/make) overholt,akurtakov xmoto-0.5.0-5.fc11 (build/make) limb xorg-x11-drv-acecad-1.2.2-1.fc9 (build/make) xgl-maint xorg-x11-drv-aiptek-1.1.1-1.fc9 (build/make) xgl-maint xorg-x11-drv-ark-0.7.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-calcomp-1.1.2-1.fc9 (build/make) xgl-maint xorg-x11-drv-citron-2.2.1-1.fc9 (build/make) xgl-maint xorg-x11-drv-diamondtouch-0.2.0-0.1.fc9 (build/make) ajax xorg-x11-drv-digitaledge-1.1.1-1.fc9 (build/make) xgl-maint xorg-x11-drv-dmc-1.1.2-1.fc9 (build/make) xgl-maint xorg-x11-drv-dummy-0.3.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-dynapro-1.1.2-1.fc9 (build/make) xgl-maint xorg-x11-drv-hyperpen-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-jamstudio-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-magellan-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-mga-1.4.9-1.fc11 (patch_fuzz) xgl-maint xorg-x11-drv-microtouch-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-palmax-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-penmount-1.3.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-rendition-4.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-siliconmotion-1.6.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-sisusb-0.9.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-spaceorb-1.1.0-6.fc9 (build/make) xgl-maint xorg-x11-drv-summa-1.2.0-2.fc10 (build/make) xgl-maint xorg-x11-drv-tek4957-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-ur98-1.1.0-5.fc9 (build/make) xgl-maint xorg-x11-drv-void-1.1.1-9.fc9 (build/make) xgl-maint xorg-x11-drv-voodoo-1.2.0-1.fc9 (build/make) xgl-maint xorg-x11-drv-wiimote-0.0.1-1.fc9 (build/make) ajax xscorch-0.2.0-12.fc8 (build/make) mgarski zsh-4.3.4-8.fc9 (patch_fuzz) james With bugs filed: 2 ---------------------------------- classpathx-jaf-1.0-12.fc10 [u'479701 NEW'] (build/make) devrim,dwalluck libFoundation-1.1.3-11.fc9 [u'440564 ASSIGNED'] (build/make) athimm ---------------------------------- Packages by owner: abompard: kipi-plugins aconway: qpidc,rhm adalloz: pan afb: slim agk: corosync agoode: minirpc ajax: quesa,xorg-x11-drv-diamondtouch,xorg-x11-drv-wiimote akurtakov: xmlrpc3 alexlan: octave allisson: ruby-openid arbiter: kdeedu,strigi athimm: libFoundation,maildrop atkac: tightvnc atorkhov: ember awjb: freealut,libpolyxmass,libpqxx,polyxmass-bin,rxvt-unicode,synce-software-manager behdad: gthumb,libthai,preload belegdol: gnome-chemistry-utils berrange: mingw32-atk,mingw32-libgcrypt,mingw32-runtime,perl-Sys-Virt,xen bjensen: ax25-apps,linpsk,linpsk bjohnson: dbmail bos: haddock09,happy bpepple: evolution-brutus,ggz-gtk-client braden: openvrml buc: freetds caolanm: lpsolve cchance: ibus-table,ibus-table cheese: libopensync-plugin-syncml clalance: ruby-libvirt colding: evolution-brutus corsepiu: OpenSceneGraph,perl,perl-Class-Autouse,perl-Class-Inspector,perl-File-Find-Rule-Perl,perl-Test-Inline crobinso: gnome-applet-vm cweyl: perl-POE-Component-SNMP,perl-RRD-Simple,perl-Test-WWW-Mechanize-Catalyst davidz: DeviceKit-disks,festival dbhole: java-1.6.0-openjdk,jrefactory,jtidy,maven-scm,maven-shared,maven2,plexus-appserver,plexus-cdc,plexus-maven-plugin,plexus-runtime-builder,plexus-xmlrpc,velocity dchen: ibus-chewing deji: atlas,atlas,cln,cln,file-browser-applet,strigi denis: libgnomedbmm,pam_keyring devrim: classpathx-jaf,velocity dledford: lam,libibcommon,libibmad,libibumad,mdadm dp67: ax25-apps,linpsk drago01: linkage drepper: pfstools dwalluck: classpathx-jaf dwmw2: linux-atm edhill: cdo,libctl,scrip fab: srm,sugar-finance fabbione: corosync faucamp: flite fitzsim: javahelp2,jtidy fnasser: geronimo-specs,jakarta-commons-el gemi: q,smarteiffel ghenry: Sprog green: ladspa-swh-plugins,lash,ws-commons-util hadess: bluez-gnome,bluez-gnome,rhythmbox,sound-juicer hamzy: tog-pegasus hardaker: perl-Crypt-OpenSSL-DSA haskell-sig: haddock09,happy hguemar: listen hno: squid huzaifas: labrea,libtar,libtar i18n-team: ibus-chewing,ibus-table,imsettings,m17n-lib,uim ivazquez: xmlcopyeditor ixs: libsndfile izhar: libcompizconfig jakub: binutils,compat-gcc-32,prelink james: zsh jcm: module-init-tools jcollie: libresample jima: alsa-oss,graphviz jjames: jsr-305 jkratoch: binutils jmccann: ConsoleKit jmoskovc: licq jmrodri: velocity jnovy: compat-db jreznik: kdeedu jskala: radvd,squid,squid jspaleta: g3data,revelation,revelation jsteffan: squid jtulach: javahelp2 jwilson: lcdproc,libdv jwrdegoede: DevIL,cegui,iscsi-initiator-utils,openlierox kaboom: qgo karlik: widelands karsten: libcap kasal: gdbm,perl,perl-XML-LibXSLT kdudka: coreutils kkofler: kdeedu,strigi konradm: gfan,iml kraxel: xen kurzawa: incollector kwizart: lcdproc kzak: sudo langel: java-1.6.0-openjdk,java-1.6.0-openjdk laxathom: gnu-smalltalk,lightning,perl-Class-Autouse,perl-Class-Inspector,perl-Test-Inline leigh123linux: qbittorrent limb: glunarclock,xmoto lkundrak: java-1.6.0-openjdk,nightview ltinkl: kipi-plugins lutter: ruby-libvirt,ruby-rpm lyosnorezel: thibault-fonts mathstuf: sigen mattdm: festival mbarnes: gtkspell mccann: ConsoleKit,libfakekey mclasen: seahorse-plugins mebrown: libsmbios mef: ice,kaffeine mgarski: kipi-plugins,xscorch michaelc: iscsi-initiator-utils mildew: sudo mingwmaint: mingw32-runtime mjakubicek: orsa mjw: java-1.6.0-openjdk mlichvar: chrony,rxvt-unicode mmahut: octave,orsa mmaslano: perl mnagy: squid mpeters: pan mso: subtitleeditor mtasaka: ochusha mwiriadi: gnome-themes-extras,gnome-themes-extras mwringe: jline,modello,msv mzazrive: dbxml ndim: mingw32-libltdl,nted nickc: binutils,binutils nphilipp: sane-backends nsantos: jtidy,qpidc,rhm ocamlmaint: ocaml-omake oget: tex-musixtex ondrejj: openser,sagator orion: R-lmtest,hdf5,lasi orphan: nautilus-share ovasik: coreutils overholt: ws-commons-util,xmlrpc3 pcheung: castor,jakarta-commons-httpclient,plexus-i18n perl-sig: perl-Class-Autouse,perl-Class-Inspector,perl-Crypt-OpenSSL-DSA,perl-File-Find-Rule-Perl,perl-Net-SSH-Perl,perl-POE-Component-SNMP,perl-RRD-Simple,perl-Sys-Virt,perl-Test-Inline,perl-Test-WWW-Mechanize-Catalyst,perl-XML-LibXSLT pertusus: grass,hdf5,slim peter: openser petersen: haddock09,happy,m17n-lib pfj: boo,monodoc pghmcfc: perl-Net-SSH-Perl phuang: ibus-chewing,ibus-table pingou: R-BSgenome.Celegans.UCSC.ce2,R-BSgenome.Dmelanogaster.FlyBase.r51,R-hgu95av2probe,R-pls pmatilai: compat-db pnemade: m17n-lib qspencer: autotrace rakesh: anjuta,coredumper,linphone,octave,octave ravenoak: pysvn rdieter: Macaulay2,ggz-gtk-client,kaffeine,kdeedu,kipi-plugins,libpqxx rezso: grass,mapnik rishi: anjuta rjones: mingw32-atk,mingw32-libgcrypt,mingw32-runtime,ocaml-omake rmccabe: clustermon rnorwood: perl rstrode: libbonoboui ruben: pdns-recursor rvinyard: papyrus s4504kr: gnu-smalltalk,kaya,lightning salimma: banshee,fbreader,gedit-vala sconklin: ax25-apps,linpsk scop: dvb-apps,kaffeine,vdr sdake: corosync sdz: avogadro seg: openjpeg shishz: perl-XML-LibXSLT silfreed: kipi-plugins sindrepb: ax25-apps,cowbell,linpsk,xdotool snecker: log4net,mapnik spot: banshee,gambas2,perl ssp: libXp stahnma: ruby-libvirt,ruby-rpm steve: perl-Sys-Virt subhodip: kdetv tagoh: imsettings,uim tanguy: scidavis tbzatek: eel2,seahorse-plugins tgl: mysql,unixODBC than: kdeedu thias: blackbox,hercules thl: enigma thm: monotone thomasvs: ladspa timn: papyrus trasher: klear tuxbrewr: kdeedu,kipi-plugins twaugh: coreutils varekova: gmp vcrhonek: kbd,tog-pegasus victorv: ini4j virtmaint: gnome-applet-vm,ruby-libvirt,xen vpv: vdr wart: ember,enigma,ularn xavierb: perl-WWW-Search xen-maint: xen xgl-maint: xorg-x11-drv-acecad,xorg-x11-drv-aiptek,xorg-x11-drv-ark,xorg-x11-drv-calcomp,xorg-x11-drv-citron,xorg-x11-drv-digitaledge,xorg-x11-drv-dmc,xorg-x11-drv-dummy,xorg-x11-drv-dynapro,xorg-x11-drv-hyperpen,xorg-x11-drv-jamstudio,xorg-x11-drv-magellan,xorg-x11-drv-mga,xorg-x11-drv-microtouch,xorg-x11-drv-palmax,xorg-x11-drv-penmount,xorg-x11-drv-rendition,xorg-x11-drv-siliconmotion,xorg-x11-drv-sisusb,xorg-x11-drv-spaceorb,xorg-x11-drv-summa,xorg-x11-drv-tek4957,xorg-x11-drv-ur98,xorg-x11-drv-void,xorg-x11-drv-voodoo xris: orpie -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From jkeating at fedoraproject.org Tue Feb 24 06:55:42 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Tue, 24 Feb 2009 06:55:42 +0000 (UTC) Subject: rpms/cduce/devel cduce.spec,1.10,1.11 Message-ID: <20090224065542.7F0F670129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/cduce/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16302 Modified Files: cduce.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: cduce.spec =================================================================== RCS file: /cvs/pkgs/rpms/cduce/devel/cduce.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- cduce.spec 17 Jan 2009 14:26:40 -0000 1.10 +++ cduce.spec 24 Feb 2009 06:55:12 -0000 1.11 @@ -8,7 +8,7 @@ Name: cduce Version: 0.5.2.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Modern XML-oriented functional language Group: Development/Libraries @@ -165,6 +165,9 @@ %changelog +* Mon Feb 23 2009 Fedora Release Engineering - 0.5.2.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sat Jan 17 2009 Richard W.M. Jones - 0.5.2.1-13 - Add ocamlduce subpackage. - Capitalize the summary line as per packaging guidelines. From jkeating at fedoraproject.org Tue Feb 24 14:42:33 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Tue, 24 Feb 2009 14:42:33 +0000 (UTC) Subject: rpms/emacs-common-tuareg/devel emacs-common-tuareg.spec,1.5,1.6 Message-ID: <20090224144233.2266570129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/emacs-common-tuareg/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6680 Modified Files: emacs-common-tuareg.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: emacs-common-tuareg.spec =================================================================== RCS file: /cvs/pkgs/rpms/emacs-common-tuareg/devel/emacs-common-tuareg.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- emacs-common-tuareg.spec 30 Apr 2008 15:24:35 -0000 1.5 +++ emacs-common-tuareg.spec 24 Feb 2009 14:42:02 -0000 1.6 @@ -30,7 +30,7 @@ Name: emacs-common-%{pkg} Version: 1.45.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Emacs and XEmacs mode for editing ocaml Group: Development/Libraries @@ -173,6 +173,9 @@ %changelog +* Tue Feb 24 2009 Fedora Release Engineering - 1.45.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Apr 30 2008 Richard W.M. Jones - 1.45.6-6 - Add runtime requires ocaml-emacs, because tuareg mode uses the file caml-types.el in order to do type annotation (C-c C-t). From bugzilla at redhat.com Thu Feb 26 16:07:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Feb 2009 11:07:19 -0500 Subject: [Bug 487533] New: [RHEL5]: virt-top doesn't show disk transfer statistics Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [RHEL5]: virt-top doesn't show disk transfer statistics https://bugzilla.redhat.com/show_bug.cgi?id=487533 Summary: [RHEL5]: virt-top doesn't show disk transfer statistics Product: Fedora EPEL Version: el5 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: virt-top AssignedTo: rjones at redhat.com ReportedBy: clalance at redhat.com QAContact: extras-qa at fedoraproject.org CC: rjones at redhat.com, fedora-virt-maint at redhat.com, fedora-ocaml-list at redhat.com Classification: Fedora Target Release: --- Description of problem: Despite the work that went into RHEL-5.3 to show disk transfer statistics of blktap devices, virt-top is still not showing them. That is, if I start up virt-top on my dom0, I see output similar to: virt-top 11:07:03 - x86_64 8/8CPU 2000MHz 15102MB 17 domains, 16 active, 4 running, 12 sleeping, 0 paused, 1 inactive D:0 O:0 X:0 CPU: 0.0% Mem: 12838 MB (11813 MB by guests) ID S RDRQ WRRQ RXBY TXBY %CPU %MEM TIME NAME 0 R 0.0 6.0 52:14.09 Domain-0 27 S 0.0 6.0 1:50.03 f10pv_i386 26 R 0.0 5.0 2:21.34 f10pv_x86_64 13 S 0.0 5.0 10:15.87 f8pv_i386 14 S 0.0 5.0 11:21.37 f8pv_x86_64 11 S 0.0 5.0 22:22.51 f9pv_i386 12 S 0.0 5.0 20:35.55 f9pv_x86_64 29 S 0.0 5.0 2:30.98 rhel3fv_i386 37 R 0.0 5.0 2:42.97 rhel4fv_i386 38 S 0.0 5.0 0:48.74 rhel4fv_x86_64 7 S 0.0 5.0 6:41.64 rhel4pv_i386 8 S 0.0 5.0 13:03.53 rhel4pv_x86_64 21 S 0.0 5.0 27:49.61 rhel5fv_i386 36 R 0.0 5.0 2:46.24 rhel5fv_x86_64 39 S 0.0 5.0 0:38.62 rhel5pv_i386 40 S 0.0 5.0 0:37.07 rhel5pv_x86_64 But the RDRQ and WRRQ columns are always blank, for both FV and PV guests. I'm not quite sure if this is a libvirt problem or a problem with virt-top itself, but I thought I'd start with virt-top and we can go from there. -- 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 Fri Feb 27 13:48:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Feb 2009 08:48:42 -0500 Subject: [Bug 487533] [RHEL5]: virt-top doesn't show disk transfer statistics In-Reply-To: References: Message-ID: <200902271348.n1RDmgPq026692@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=487533 Richard W.M. Jones changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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 Fri Feb 27 10:38:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Feb 2009 05:38:51 -0500 Subject: [Bug 487533] [RHEL5]: virt-top doesn't show disk transfer statistics In-Reply-To: References: Message-ID: <200902271038.n1RAcptj020141@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=487533 --- Comment #1 from Richard W.M. Jones 2009-02-27 05:38:50 EDT --- I don't have my RHEL 5.3 box at the moment, but the easiest way to find out if it's virt-top or libvirt is to try listing the disk stats using virsh, ie: virsh domblkstat where is the domain name and is the target block device name from the XML, eg. hda or xvda -- 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 Fri Feb 27 06:51:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Feb 2009 01:51:41 -0500 Subject: [Bug 487632] New: typo in summary Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: typo in summary https://bugzilla.redhat.com/show_bug.cgi?id=487632 Summary: typo in summary Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: ocaml-postgresql AssignedTo: rjones at redhat.com ReportedBy: mmaslano at redhat.com QAContact: extras-qa at fedoraproject.org CC: rjones at redhat.com, fedora-ocaml-list at redhat.com Classification: Fedora Target Release: --- I was told that I have mistake in word postgreql and my package wasn't the only one ;-) yum search postresql ocaml-postgresql.x86_64 : OCaml library for accessing PostreSQL databases You should 's/PostreSQL databases/PostgreSQL databases/' -- 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 Fri Feb 27 13:47:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Feb 2009 08:47:57 -0500 Subject: [Bug 487533] [RHEL5]: virt-top doesn't show disk transfer statistics In-Reply-To: References: Message-ID: <200902271347.n1RDlv5q031136@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=487533 --- Comment #2 from Richard W.M. Jones 2009-02-27 08:47:55 EDT --- OK I had a look at this on my RHEL 5.3 machine and there is a problem. 'virsh domblkstat' works, at least for PV block devices (not for FV ones). # virsh domblkstat F10PV64 xvda xvda rd_req 3550 xvda rd_bytes 61593088 xvda wr_req 405 xvda wr_bytes 5040128 xvda errs 0 # virsh domblkstat RHEL39FV32 xvdb xvdb rd_req 1 xvdb rd_bytes 4096 xvdb wr_req 0 xvdb wr_bytes 0 xvdb errs 0 # virsh domblkstat RHEL39FV32 hda libvir: Xen error : this function is not supported by the hypervisor: read_bd_stats: Frontend block device not connected error: Failed to get block stats RHEL39FV32 hda But virt-top still doesn't see them. I'll have to take a closer look at the version of virt-top in EPEL to see what's wrong. -- 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 jkeating at fedoraproject.org Thu Feb 26 00:28:38 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 00:28:38 +0000 (UTC) Subject: rpms/virt-ctrl/devel virt-ctrl.spec,1.2,1.3 Message-ID: <20090226002838.13F517010C@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/virt-ctrl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12617 Modified Files: virt-ctrl.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: virt-ctrl.spec =================================================================== RCS file: /cvs/pkgs/rpms/virt-ctrl/devel/virt-ctrl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- virt-ctrl.spec 5 Dec 2008 13:26:58 -0000 1.2 +++ virt-ctrl.spec 26 Feb 2009 00:28:07 -0000 1.3 @@ -3,7 +3,7 @@ Name: virt-ctrl Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Graphical management app for virtual machines Group: Development/Libraries @@ -93,6 +93,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 1.0.1-2 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 00:31:10 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 00:31:10 +0000 (UTC) Subject: rpms/virt-df/devel virt-df.spec,1.8,1.9 Message-ID: <20090226003110.531FF7010C@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/virt-df/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13581 Modified Files: virt-df.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: virt-df.spec =================================================================== RCS file: /cvs/pkgs/rpms/virt-df/devel/virt-df.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- virt-df.spec 5 Dec 2008 16:33:54 -0000 1.8 +++ virt-df.spec 26 Feb 2009 00:30:40 -0000 1.9 @@ -4,7 +4,7 @@ Name: virt-df Version: 2.1.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Utility like 'df' for virtual guests Group: Development/Libraries @@ -100,6 +100,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 2.1.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Nov 5 2008 Richard W.M. Jones - 2.1.4-3 - Patch to fix camlp4 parsing problem in 3.11.0. From jkeating at fedoraproject.org Thu Feb 26 00:35:33 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 00:35:33 +0000 (UTC) Subject: rpms/virt-top/devel virt-top.spec,1.4,1.5 Message-ID: <20090226003533.072A67010C@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/virt-top/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15159 Modified Files: virt-top.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: virt-top.spec =================================================================== RCS file: /cvs/pkgs/rpms/virt-top/devel/virt-top.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- virt-top.spec 5 Dec 2008 14:47:05 -0000 1.4 +++ virt-top.spec 26 Feb 2009 00:35:02 -0000 1.5 @@ -3,7 +3,7 @@ Name: virt-top Version: 1.0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Utility like top(1) for displaying virtualization stats Group: Development/Libraries @@ -98,6 +98,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 1.0.3-3 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 01:43:06 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 01:43:06 +0000 (UTC) Subject: rpms/mldonkey/devel mldonkey.spec,1.3,1.4 Message-ID: <20090226014306.AF4E37010C@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/mldonkey/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6041 Modified Files: mldonkey.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/devel/mldonkey.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mldonkey.spec 10 Feb 2009 15:49:03 -0000 1.3 +++ mldonkey.spec 26 Feb 2009 01:42:36 -0000 1.4 @@ -1,6 +1,6 @@ Name: mldonkey Version: 2.9.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -319,6 +319,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 2.9.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Feb 10 2009 Peter Lemenkov 2.9.7-2 - Fixed bz# 484884 From jkeating at fedoraproject.org Thu Feb 26 06:44:12 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:44:12 +0000 (UTC) Subject: rpms/ocaml/devel ocaml.spec,1.50,1.51 Message-ID: <20090226064412.556CD70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6375 Modified Files: ocaml.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml/devel/ocaml.spec,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- ocaml.spec 4 Dec 2008 15:34:51 -0000 1.50 +++ ocaml.spec 26 Feb 2009 06:43:42 -0000 1.51 @@ -2,7 +2,7 @@ Name: ocaml Version: 3.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Objective Caml compiler and programming environment @@ -446,6 +446,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 3.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Dec 4 2008 Richard W.M. Jones - 3.11.0-1 - Official release of 3.11.0. From jkeating at fedoraproject.org Thu Feb 26 06:45:10 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:45:10 +0000 (UTC) Subject: rpms/ocaml-SDL/devel ocaml-SDL.spec,1.14,1.15 Message-ID: <20090226064510.BBF8B70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-SDL/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6587 Modified Files: ocaml-SDL.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-SDL.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-SDL/devel/ocaml-SDL.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ocaml-SDL.spec 5 Dec 2008 16:00:04 -0000 1.14 +++ ocaml-SDL.spec 26 Feb 2009 06:44:40 -0000 1.15 @@ -3,7 +3,7 @@ Name: ocaml-SDL Version: 0.7.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: OCaml bindings for SDL Group: Development/Libraries @@ -79,6 +79,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.7.2-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Dec 5 2008 Richard W.M. Jones - 0.7.2-17 - Force rebuild. From jkeating at fedoraproject.org Thu Feb 26 06:46:08 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:46:08 +0000 (UTC) Subject: rpms/ocaml-augeas/devel ocaml-augeas.spec,1.3,1.4 Message-ID: <20090226064608.A376D70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-augeas/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6784 Modified Files: ocaml-augeas.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-augeas.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-augeas/devel/ocaml-augeas.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ocaml-augeas.spec 4 Dec 2008 18:53:19 -0000 1.3 +++ ocaml-augeas.spec 26 Feb 2009 06:45:38 -0000 1.4 @@ -3,7 +3,7 @@ Name: ocaml-augeas Version: 0.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml bindings for Augeas configuration API Group: Development/Libraries @@ -94,6 +94,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 0.4-3 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 06:47:02 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:47:02 +0000 (UTC) Subject: rpms/ocaml-bisect/devel ocaml-bisect.spec,1.3,1.4 Message-ID: <20090226064702.7094670129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-bisect/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6969 Modified Files: ocaml-bisect.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-bisect.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-bisect/devel/ocaml-bisect.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ocaml-bisect.spec 4 Dec 2008 18:55:53 -0000 1.3 +++ ocaml-bisect.spec 26 Feb 2009 06:46:32 -0000 1.4 @@ -6,7 +6,7 @@ Name: ocaml-bisect Version: %{mainversion} -Release: 0.3.%{subversion}%{?dist} +Release: 0.4.%{subversion}%{?dist} Summary: OCaml code coverage tool Group: Development/Libraries @@ -96,6 +96,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.0-0.4.alpha +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 1.0-0.3.alpha - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 06:47:57 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:47:57 +0000 (UTC) Subject: rpms/ocaml-bitstring/devel ocaml-bitstring.spec,1.9,1.10 Message-ID: <20090226064757.62FA670129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-bitstring/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7176 Modified Files: ocaml-bitstring.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-bitstring.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-bitstring/devel/ocaml-bitstring.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ocaml-bitstring.spec 5 Dec 2008 16:27:50 -0000 1.9 +++ ocaml-bitstring.spec 26 Feb 2009 06:47:27 -0000 1.10 @@ -6,7 +6,7 @@ Name: ocaml-bitstring Version: 2.0.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml library for matching and constructing bitstrings Group: Development/Libraries @@ -184,6 +184,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 2.0.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Dec 5 2008 Richard W.M. Jones - 2.0.0-7 - Patch for OCaml 3.11.0 official. From jkeating at fedoraproject.org Thu Feb 26 06:48:52 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:48:52 +0000 (UTC) Subject: rpms/ocaml-cairo/devel ocaml-cairo.spec,1.8,1.9 Message-ID: <20090226064852.5A44470129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-cairo/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7361 Modified Files: ocaml-cairo.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-cairo.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cairo/devel/ocaml-cairo.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ocaml-cairo.spec 7 Feb 2009 09:25:18 -0000 1.8 +++ ocaml-cairo.spec 26 Feb 2009 06:48:22 -0000 1.9 @@ -13,7 +13,7 @@ Name: ocaml-cairo Version: 1.2.0.cvs20080301 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml library for accessing cairo graphics Group: Development/Libraries @@ -118,6 +118,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.2.0.cvs20080301-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sat Feb 7 2009 Richard W.M. Jones - 1.2.0.cvs20080301-7 - Rebuild against updated lablgtk. From jkeating at fedoraproject.org Thu Feb 26 06:49:51 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:49:51 +0000 (UTC) Subject: rpms/ocaml-calendar/devel ocaml-calendar.spec,1.10,1.11 Message-ID: <20090226064951.31A0470129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-calendar/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7564 Modified Files: ocaml-calendar.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-calendar.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-calendar/devel/ocaml-calendar.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ocaml-calendar.spec 4 Dec 2008 18:57:20 -0000 1.10 +++ ocaml-calendar.spec 26 Feb 2009 06:49:20 -0000 1.11 @@ -3,7 +3,7 @@ Name: ocaml-calendar Version: 2.0.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Objective Caml library for managing dates and times Group: Development/Libraries @@ -82,6 +82,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 2.0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 2.0.4-3 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 06:50:50 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:50:50 +0000 (UTC) Subject: rpms/ocaml-camlidl/devel ocaml-camlidl.spec,1.5,1.6 Message-ID: <20090226065050.C045B70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-camlidl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7807 Modified Files: ocaml-camlidl.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-camlidl.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlidl/devel/ocaml-camlidl.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ocaml-camlidl.spec 4 Dec 2008 15:45:08 -0000 1.5 +++ ocaml-camlidl.spec 26 Feb 2009 06:50:20 -0000 1.6 @@ -3,7 +3,7 @@ Name: ocaml-camlidl Version: 1.05 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Stub code generator and COM binding for Objective Caml Group: Development/Libraries @@ -99,6 +99,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.05-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Dec 4 2008 Richard W.M. Jones - 1.05-7 - Rebuild for OCaml 3.11.0 release. From jkeating at fedoraproject.org Thu Feb 26 06:51:58 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:51:58 +0000 (UTC) Subject: rpms/ocaml-camlimages/devel ocaml-camlimages.spec,1.13,1.14 Message-ID: <20090226065158.7073770129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-camlimages/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8104 Modified Files: ocaml-camlimages.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-camlimages.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlimages/devel/ocaml-camlimages.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ocaml-camlimages.spec 7 Feb 2009 09:26:09 -0000 1.13 +++ ocaml-camlimages.spec 26 Feb 2009 06:51:27 -0000 1.14 @@ -4,7 +4,7 @@ Name: ocaml-camlimages Version: 3.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OCaml image processing library Group: Development/Libraries @@ -107,6 +107,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 3.0.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sat Feb 7 2009 Richard W.M. Jones - 3.0.1-6 - Rebuild against updated lablgtk. From jkeating at fedoraproject.org Thu Feb 26 06:52:57 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:52:57 +0000 (UTC) Subject: rpms/ocaml-camlp5/devel ocaml-camlp5.spec,1.6,1.7 Message-ID: <20090226065257.464D570129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-camlp5/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8340 Modified Files: ocaml-camlp5.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-camlp5.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlp5/devel/ocaml-camlp5.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ocaml-camlp5.spec 4 Dec 2008 16:47:49 -0000 1.6 +++ ocaml-camlp5.spec 26 Feb 2009 06:52:26 -0000 1.7 @@ -3,7 +3,7 @@ Name: ocaml-camlp5 Version: 5.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Classical version of camlp4 OCaml preprocessor Group: Development/Libraries @@ -99,6 +99,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 5.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 5.10-2 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 06:53:51 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:53:51 +0000 (UTC) Subject: rpms/ocaml-camomile/devel ocaml-camomile.spec,1.5,1.6 Message-ID: <20090226065351.9EEFA70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-camomile/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8510 Modified Files: ocaml-camomile.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-camomile.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camomile/devel/ocaml-camomile.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ocaml-camomile.spec 4 Dec 2008 18:58:50 -0000 1.5 +++ ocaml-camomile.spec 26 Feb 2009 06:53:21 -0000 1.6 @@ -3,7 +3,7 @@ Name: ocaml-camomile Version: 0.7.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Unicode library for OCaml Group: Development/Libraries @@ -114,6 +114,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.7.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 0.7.1-9 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 06:54:47 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:54:47 +0000 (UTC) Subject: rpms/ocaml-cil/devel ocaml-cil.spec,1.7,1.8 Message-ID: <20090226065447.5318970129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-cil/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8722 Modified Files: ocaml-cil.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-cil.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cil/devel/ocaml-cil.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ocaml-cil.spec 21 Jan 2009 20:56:56 -0000 1.7 +++ ocaml-cil.spec 26 Feb 2009 06:54:17 -0000 1.8 @@ -6,7 +6,7 @@ Name: ocaml-cil Version: 1.3.6 -Release: 10%{?dist} +Release: 11%{?dist} Summary: CIL - Infrastructure for C Program Analysis and Transformation Group: Development/Libraries @@ -193,6 +193,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.3.6-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Jan 21 2009 Richard W.M. Jones - 1.3.6-10 - Fix prelink configuration file. From jkeating at fedoraproject.org Thu Feb 26 06:55:45 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:55:45 +0000 (UTC) Subject: rpms/ocaml-cmigrep/devel ocaml-cmigrep.spec,1.8,1.9 Message-ID: <20090226065545.5595270129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-cmigrep/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8949 Modified Files: ocaml-cmigrep.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-cmigrep.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-cmigrep/devel/ocaml-cmigrep.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ocaml-cmigrep.spec 4 Dec 2008 19:10:34 -0000 1.8 +++ ocaml-cmigrep.spec 26 Feb 2009 06:55:15 -0000 1.9 @@ -8,7 +8,7 @@ Name: ocaml-cmigrep Version: 1.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Search OCaml compiled interface (cmi) files Group: Development/Libraries @@ -102,6 +102,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.5-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Dec 4 2008 Richard W.M. Jones - 1.5-9 - Rebuild for OCaml 3.11.0. From jkeating at fedoraproject.org Thu Feb 26 06:57:32 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:57:32 +0000 (UTC) Subject: rpms/ocaml-csv/devel ocaml-csv.spec,1.9,1.10 Message-ID: <20090226065732.4C22870129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-csv/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9286 Modified Files: ocaml-csv.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-csv.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-csv/devel/ocaml-csv.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ocaml-csv.spec 4 Dec 2008 12:43:28 -0000 1.9 +++ ocaml-csv.spec 26 Feb 2009 06:57:02 -0000 1.10 @@ -3,7 +3,7 @@ Name: ocaml-csv Version: 1.1.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml library for reading and writing CSV files Group: Development/Libraries @@ -107,6 +107,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.1.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Dec 4 2008 Richard W.M. Jones - 1.1.7-3 - Rebuild. From jkeating at fedoraproject.org Thu Feb 26 06:58:26 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:58:26 +0000 (UTC) Subject: rpms/ocaml-curl/devel ocaml-curl.spec,1.10,1.11 Message-ID: <20090226065826.654CE70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-curl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9510 Modified Files: ocaml-curl.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-curl.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-curl/devel/ocaml-curl.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ocaml-curl.spec 4 Dec 2008 19:12:42 -0000 1.10 +++ ocaml-curl.spec 26 Feb 2009 06:57:56 -0000 1.11 @@ -3,7 +3,7 @@ Name: ocaml-curl Version: 0.5.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml Curl library (ocurl) Group: Development/Libraries @@ -89,6 +89,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.5.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 0.5.0-3 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 06:59:26 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 06:59:26 +0000 (UTC) Subject: rpms/ocaml-curses/devel ocaml-curses.spec,1.9,1.10 Message-ID: <20090226065926.5566F70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-curses/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9798 Modified Files: ocaml-curses.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-curses.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-curses/devel/ocaml-curses.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ocaml-curses.spec 4 Dec 2008 19:14:11 -0000 1.9 +++ ocaml-curses.spec 26 Feb 2009 06:58:56 -0000 1.10 @@ -3,7 +3,7 @@ Name: ocaml-curses Version: 1.0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml bindings for ncurses Group: Development/Libraries @@ -91,6 +91,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 1.0.3-3 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:00:22 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:00:22 +0000 (UTC) Subject: rpms/ocaml-dbus/devel ocaml-dbus.spec,1.9,1.10 Message-ID: <20090226070022.B13E370129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-dbus/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10556 Modified Files: ocaml-dbus.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-dbus.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-dbus/devel/ocaml-dbus.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ocaml-dbus.spec 4 Dec 2008 19:15:14 -0000 1.9 +++ ocaml-dbus.spec 26 Feb 2009 06:59:52 -0000 1.10 @@ -3,7 +3,7 @@ Name: ocaml-dbus Version: 0.07 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml library for using D-Bus Group: Development/Libraries @@ -95,6 +95,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.07-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 0.07-3 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:01:24 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:01:24 +0000 (UTC) Subject: rpms/ocaml-deriving/devel ocaml-deriving.spec,1.4,1.5 Message-ID: <20090226070124.1C06170129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-deriving/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10794 Modified Files: ocaml-deriving.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-deriving.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-deriving/devel/ocaml-deriving.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ocaml-deriving.spec 5 Dec 2008 13:00:00 -0000 1.4 +++ ocaml-deriving.spec 26 Feb 2009 07:00:53 -0000 1.5 @@ -3,7 +3,7 @@ Name: ocaml-deriving Version: 0.1.1a -Release: 6%{?dist} +Release: 7%{?dist} Summary: Extension to OCaml for deriving functions from types Group: Development/Libraries @@ -107,6 +107,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.1.1a-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Dec 5 2008 Richard W.M. Jones - 0.1.1a-6 - Patch to add dynlink.cma for camlp4lib.cma. - Rebuild for OCaml 3.11.0. From jkeating at fedoraproject.org Thu Feb 26 07:02:17 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:02:17 +0000 (UTC) Subject: rpms/ocaml-expat/devel ocaml-expat.spec,1.11,1.12 Message-ID: <20090226070217.8546570129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-expat/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10985 Modified Files: ocaml-expat.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-expat.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-expat/devel/ocaml-expat.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ocaml-expat.spec 4 Dec 2008 19:17:36 -0000 1.11 +++ ocaml-expat.spec 26 Feb 2009 07:01:47 -0000 1.12 @@ -3,7 +3,7 @@ Name: ocaml-expat Version: 0.9.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: OCaml wrapper for the Expat XML parsing library Group: Development/Libraries @@ -89,6 +89,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.9.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 0.9.1-14 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:03:11 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:03:11 +0000 (UTC) Subject: rpms/ocaml-extlib/devel ocaml-extlib.spec,1.8,1.9 Message-ID: <20090226070311.A18BA70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-extlib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11168 Modified Files: ocaml-extlib.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-extlib.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-extlib/devel/ocaml-extlib.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ocaml-extlib.spec 4 Dec 2008 19:18:38 -0000 1.8 +++ ocaml-extlib.spec 26 Feb 2009 07:02:41 -0000 1.9 @@ -3,7 +3,7 @@ Name: ocaml-extlib Version: 1.5.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OCaml ExtLib additions to the standard library Group: Development/Libraries @@ -112,6 +112,9 @@ %{_libdir}/ocaml/extlib/*.ml %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.5.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 1.5.1-5 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:04:10 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:04:10 +0000 (UTC) Subject: rpms/ocaml-facile/devel ocaml-facile.spec,1.7,1.8 Message-ID: <20090226070410.81B9570129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-facile/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11360 Modified Files: ocaml-facile.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-facile.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-facile/devel/ocaml-facile.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ocaml-facile.spec 4 Dec 2008 19:19:53 -0000 1.7 +++ ocaml-facile.spec 26 Feb 2009 07:03:40 -0000 1.8 @@ -9,7 +9,7 @@ Name: ocaml-facile Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml library for constraint programming Summary(fr): Librairie OCaml de programmation par contraintes @@ -112,6 +112,9 @@ %{_libdir}/ocaml/facile/*.mli %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 1.1-7 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:05:09 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:05:09 +0000 (UTC) Subject: rpms/ocaml-fileutils/devel ocaml-fileutils.spec,1.5,1.6 Message-ID: <20090226070509.7F7EB70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-fileutils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11553 Modified Files: ocaml-fileutils.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-fileutils.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-fileutils/devel/ocaml-fileutils.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ocaml-fileutils.spec 4 Dec 2008 19:21:00 -0000 1.5 +++ ocaml-fileutils.spec 26 Feb 2009 07:04:39 -0000 1.6 @@ -3,7 +3,7 @@ Name: ocaml-fileutils Version: 0.3.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: OCaml library for common file and filename operations Group: Development/Libraries @@ -94,6 +94,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.3.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 0.3.0-8 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:06:15 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:06:15 +0000 (UTC) Subject: rpms/ocaml-findlib/devel ocaml-findlib.spec,1.17,1.18 Message-ID: <20090226070615.8DF2D70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-findlib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11842 Modified Files: ocaml-findlib.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-findlib.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-findlib/devel/ocaml-findlib.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ocaml-findlib.spec 4 Dec 2008 14:07:26 -0000 1.17 +++ ocaml-findlib.spec 26 Feb 2009 07:05:45 -0000 1.18 @@ -3,7 +3,7 @@ Name: ocaml-findlib Version: 1.2.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Objective CAML package manager and build helper Group: Development/Libraries @@ -112,6 +112,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.2.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Dec 4 2008 Richard W.M. Jones - 1.2.3-5 - Change to camlp4/META means that this package really depends on the latest OCaml compiler. From jkeating at fedoraproject.org Thu Feb 26 07:07:19 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:07:19 +0000 (UTC) Subject: rpms/ocaml-gettext/devel ocaml-gettext.spec,1.8,1.9 Message-ID: <20090226070719.0490B70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-gettext/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12076 Modified Files: ocaml-gettext.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-gettext.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-gettext/devel/ocaml-gettext.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ocaml-gettext.spec 5 Dec 2008 12:30:09 -0000 1.8 +++ ocaml-gettext.spec 26 Feb 2009 07:06:48 -0000 1.9 @@ -3,7 +3,7 @@ Name: ocaml-gettext Version: 0.3.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OCaml library for i18n Group: Development/Libraries @@ -220,6 +220,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.3.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Dec 5 2008 Richard W.M. Jones - 0.3.2-6 - Patch to temporarily fix missing dynlink.cma. - Rebuild for OCaml 3.11.0. From jkeating at fedoraproject.org Thu Feb 26 07:08:18 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:08:18 +0000 (UTC) Subject: rpms/ocaml-gsl/devel ocaml-gsl.spec,1.4,1.5 Message-ID: <20090226070818.8338870129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-gsl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12297 Modified Files: ocaml-gsl.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-gsl.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-gsl/devel/ocaml-gsl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ocaml-gsl.spec 5 Dec 2008 15:55:47 -0000 1.4 +++ ocaml-gsl.spec 26 Feb 2009 07:07:48 -0000 1.5 @@ -3,7 +3,7 @@ Name: ocaml-gsl Version: 0.6.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Interface to GSL (GNU scientific library) for OCaml Group: Development/Libraries @@ -102,6 +102,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.6.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Dec 5 2008 Richard W.M. Jones - 0.6.0-6 - Force rebuild. From jkeating at fedoraproject.org Thu Feb 26 07:09:14 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:09:14 +0000 (UTC) Subject: rpms/ocaml-json-static/devel ocaml-json-static.spec,1.4,1.5 Message-ID: <20090226070914.01DDE70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-json-static/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12504 Modified Files: ocaml-json-static.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-json-static.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-json-static/devel/ocaml-json-static.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ocaml-json-static.spec 4 Dec 2008 19:23:31 -0000 1.4 +++ ocaml-json-static.spec 26 Feb 2009 07:08:43 -0000 1.5 @@ -3,7 +3,7 @@ Name: ocaml-json-static Version: 0.9.6 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml JSON validator and converter (syntax extension) Group: Development/Libraries @@ -61,6 +61,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.9.6-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 0.9.6-7 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:10:11 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:10:11 +0000 (UTC) Subject: rpms/ocaml-json-wheel/devel ocaml-json-wheel.spec,1.4,1.5 Message-ID: <20090226071011.CCDE870129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-json-wheel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12688 Modified Files: ocaml-json-wheel.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-json-wheel.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-json-wheel/devel/ocaml-json-wheel.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ocaml-json-wheel.spec 4 Dec 2008 12:46:13 -0000 1.4 +++ ocaml-json-wheel.spec 26 Feb 2009 07:09:41 -0000 1.5 @@ -3,7 +3,7 @@ Name: ocaml-json-wheel Version: 1.0.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml library for parsing JSON Group: Development/Libraries @@ -98,6 +98,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.0.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Dec 4 2008 Richard W.M. Jones - 1.0.4-7 - Rebuild. From jkeating at fedoraproject.org Thu Feb 26 07:12:43 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:12:43 +0000 (UTC) Subject: rpms/ocaml-lablgtk/devel ocaml-lablgtk.spec,1.14,1.15 Message-ID: <20090226071243.09EEF70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-lablgtk/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13399 Modified Files: ocaml-lablgtk.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-lablgtk.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lablgtk/devel/ocaml-lablgtk.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ocaml-lablgtk.spec 6 Feb 2009 12:03:40 -0000 1.14 +++ ocaml-lablgtk.spec 26 Feb 2009 07:12:12 -0000 1.15 @@ -2,7 +2,7 @@ Name: ocaml-lablgtk Version: 2.12.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Objective Caml interface to gtk+ @@ -155,6 +155,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 2.12.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Feb 6 2009 Richard W.M. Jones - 2.12.0-1 - New upstream version 2.12.0. - Patch to include gnome-ui-init.h. From jkeating at fedoraproject.org Thu Feb 26 07:13:41 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:13:41 +0000 (UTC) Subject: rpms/ocaml-lacaml/devel ocaml-lacaml.spec,1.7,1.8 Message-ID: <20090226071341.736A170129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-lacaml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13671 Modified Files: ocaml-lacaml.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-lacaml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lacaml/devel/ocaml-lacaml.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ocaml-lacaml.spec 4 Dec 2008 12:47:07 -0000 1.7 +++ ocaml-lacaml.spec 26 Feb 2009 07:13:11 -0000 1.8 @@ -3,7 +3,7 @@ Name: ocaml-lacaml Version: 4.6.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: BLAS/LAPACK-interface for OCaml Group: Development/Libraries @@ -97,6 +97,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 4.6.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Dec 4 2008 Richard W.M. Jones - 4.6.8-2 - Rebuild. From jkeating at fedoraproject.org Thu Feb 26 07:14:12 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:14:12 +0000 (UTC) Subject: rpms/ocaml-libvirt/devel ocaml-libvirt.spec,1.26,1.27 Message-ID: <20090226071412.4C84970129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-libvirt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13931 Modified Files: ocaml-libvirt.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-libvirt.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-libvirt/devel/ocaml-libvirt.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ocaml-libvirt.spec 4 Dec 2008 19:25:17 -0000 1.26 +++ ocaml-libvirt.spec 26 Feb 2009 07:14:11 -0000 1.27 @@ -6,7 +6,7 @@ Name: ocaml-libvirt Version: 0.4.4.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml binding for libvirt Group: Development/Libraries @@ -123,6 +123,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.4.4.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 0.4.4.2-3 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:15:10 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:15:10 +0000 (UTC) Subject: rpms/ocaml-lwt/devel ocaml-lwt.spec,1.3,1.4 Message-ID: <20090226071510.4CB6470129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-lwt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14096 Modified Files: ocaml-lwt.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-lwt.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-lwt/devel/ocaml-lwt.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ocaml-lwt.spec 4 Dec 2008 12:48:03 -0000 1.3 +++ ocaml-lwt.spec 26 Feb 2009 07:14:39 -0000 1.4 @@ -3,7 +3,7 @@ Name: ocaml-lwt Version: 1.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml lightweight thread library Group: Development/Libraries @@ -85,6 +85,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Dec 4 2008 Richard W.M. Jones - 1.1.0-3 - Rebuild. From jkeating at fedoraproject.org Thu Feb 26 07:16:34 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:16:34 +0000 (UTC) Subject: rpms/ocaml-mikmatch/devel ocaml-mikmatch.spec,1.4,1.5 Message-ID: <20090226071634.5F70B70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-mikmatch/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14473 Modified Files: ocaml-mikmatch.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-mikmatch.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-mikmatch/devel/ocaml-mikmatch.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ocaml-mikmatch.spec 5 Dec 2008 12:41:24 -0000 1.4 +++ ocaml-mikmatch.spec 26 Feb 2009 07:16:03 -0000 1.5 @@ -3,7 +3,7 @@ Name: ocaml-mikmatch Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OCaml extension for pattern matching with regexps Group: Development/Libraries @@ -108,6 +108,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Dec 5 2008 Richard W.M. Jones - 1.0.0-4 - Patch for dynlink.cma dependency for camlp4. - Rebuild for OCaml 3.11.0. From jkeating at fedoraproject.org Thu Feb 26 07:17:39 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:17:39 +0000 (UTC) Subject: rpms/ocaml-mysql/devel ocaml-mysql.spec,1.6,1.7 Message-ID: <20090226071739.4AD1370129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-mysql/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14811 Modified Files: ocaml-mysql.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-mysql.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-mysql/devel/ocaml-mysql.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ocaml-mysql.spec 23 Jan 2009 09:53:24 -0000 1.6 +++ ocaml-mysql.spec 26 Feb 2009 07:17:08 -0000 1.7 @@ -3,7 +3,7 @@ Name: ocaml-mysql Version: 1.0.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml library for accessing MySQL databases Group: Development/Libraries @@ -96,6 +96,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.0.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Jan 23 2009 Richard W.M. Jones - 1.0.4-7 - Force another rebuild to try to get updated MySQL client deps. From jkeating at fedoraproject.org Thu Feb 26 07:18:40 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:18:40 +0000 (UTC) Subject: rpms/ocaml-newt/devel ocaml-newt.spec,1.4,1.5 Message-ID: <20090226071840.5E34070129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-newt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15109 Modified Files: ocaml-newt.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-newt.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-newt/devel/ocaml-newt.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ocaml-newt.spec 4 Dec 2008 19:28:55 -0000 1.4 +++ ocaml-newt.spec 26 Feb 2009 07:18:09 -0000 1.5 @@ -3,7 +3,7 @@ Name: ocaml-newt Version: 0.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OCaml library for using newt text mode window system Group: Development/Libraries @@ -107,6 +107,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.9-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 0.9-4 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:20:51 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:20:51 +0000 (UTC) Subject: rpms/ocaml-ocamlnet/devel ocaml-ocamlnet.spec,1.11,1.12 Message-ID: <20090226072051.8182970129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-ocamlnet/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15660 Modified Files: ocaml-ocamlnet.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-ocamlnet.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-ocamlnet/devel/ocaml-ocamlnet.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ocaml-ocamlnet.spec 7 Feb 2009 09:24:16 -0000 1.11 +++ ocaml-ocamlnet.spec 26 Feb 2009 07:20:21 -0000 1.12 @@ -6,7 +6,7 @@ Name: ocaml-ocamlnet Version: 2.2.9 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Network protocols for OCaml Group: Development/Libraries @@ -242,6 +242,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 2.2.9-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sat Feb 7 2009 Richard W.M. Jones - 2.2.9-11 - Rebuild against updated lablgtk. From jkeating at fedoraproject.org Thu Feb 26 07:21:55 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:21:55 +0000 (UTC) Subject: rpms/ocaml-omake/devel ocaml-omake.spec,1.4,1.5 Message-ID: <20090226072155.C1D7A70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-omake/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15948 Modified Files: ocaml-omake.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-omake.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-omake/devel/ocaml-omake.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ocaml-omake.spec 6 Feb 2009 11:28:45 -0000 1.4 +++ ocaml-omake.spec 26 Feb 2009 07:21:25 -0000 1.5 @@ -2,7 +2,7 @@ Name: ocaml-omake Version: 0.9.8.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OCaml build system with automated dependency analysis Group: Development/Tools @@ -88,6 +88,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.9.8.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Feb 6 2009 Richard W.M. Jones - 0.9.8.5-5 - Patch for "attempt to free a non-heap object" (Jakub Jelinek). From jkeating at fedoraproject.org Thu Feb 26 07:22:56 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:22:56 +0000 (UTC) Subject: rpms/ocaml-openin/devel ocaml-openin.spec,1.5,1.6 Message-ID: <20090226072256.7C58170129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-openin/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16226 Modified Files: ocaml-openin.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-openin.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-openin/devel/ocaml-openin.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ocaml-openin.spec 4 Dec 2008 19:33:07 -0000 1.5 +++ ocaml-openin.spec 26 Feb 2009 07:22:26 -0000 1.6 @@ -3,7 +3,7 @@ Name: ocaml-openin Version: 20070524 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OCaml syntax to locally open modules Group: Development/Libraries @@ -69,6 +69,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 20070524-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 20070524-6 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:24:00 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:24:00 +0000 (UTC) Subject: rpms/ocaml-ounit/devel ocaml-ounit.spec,1.4,1.5 Message-ID: <20090226072400.9809D70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-ounit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16548 Modified Files: ocaml-ounit.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-ounit.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-ounit/devel/ocaml-ounit.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ocaml-ounit.spec 4 Dec 2008 19:34:31 -0000 1.4 +++ ocaml-ounit.spec 26 Feb 2009 07:23:30 -0000 1.5 @@ -3,7 +3,7 @@ Name: ocaml-ounit Version: 1.0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Unit test framework for OCaml Group: Development/Libraries @@ -89,6 +89,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 1.0.3-3 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:25:07 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:25:07 +0000 (UTC) Subject: rpms/ocaml-pa-monad/devel ocaml-pa-monad.spec,1.4,1.5 Message-ID: <20090226072507.57F7670129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-pa-monad/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16929 Modified Files: ocaml-pa-monad.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-pa-monad.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pa-monad/devel/ocaml-pa-monad.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ocaml-pa-monad.spec 5 Dec 2008 13:43:18 -0000 1.4 +++ ocaml-pa-monad.spec 26 Feb 2009 07:24:37 -0000 1.5 @@ -3,7 +3,7 @@ Name: ocaml-pa-monad Version: 1.2.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml syntax extension for monads Group: Development/Libraries @@ -63,6 +63,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.2.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Dec 5 2008 Richard W.M. Jones - 1.2.0-7 - Remove -warn-error which caused tests to fail. From jkeating at fedoraproject.org Thu Feb 26 07:26:05 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:26:05 +0000 (UTC) Subject: rpms/ocaml-pcre/devel ocaml-pcre.spec,1.12,1.13 Message-ID: <20090226072605.B883370133@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-pcre/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17267 Modified Files: ocaml-pcre.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-pcre.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pcre/devel/ocaml-pcre.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ocaml-pcre.spec 4 Dec 2008 19:35:50 -0000 1.12 +++ ocaml-pcre.spec 26 Feb 2009 07:25:35 -0000 1.13 @@ -3,7 +3,7 @@ Name: ocaml-pcre Version: 5.15.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl compatibility regular expressions (PCRE) for OCaml Group: Development/Libraries @@ -91,6 +91,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 5.15.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 5.15.0-3 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:27:01 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:27:01 +0000 (UTC) Subject: rpms/ocaml-perl4caml/devel ocaml-perl4caml.spec,1.7,1.8 Message-ID: <20090226072701.6B66F70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-perl4caml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17542 Modified Files: ocaml-perl4caml.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-perl4caml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-perl4caml/devel/ocaml-perl4caml.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ocaml-perl4caml.spec 4 Dec 2008 16:23:09 -0000 1.7 +++ ocaml-perl4caml.spec 26 Feb 2009 07:26:31 -0000 1.8 @@ -3,7 +3,7 @@ Name: ocaml-perl4caml Version: 0.9.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml library for calling Perl libraries and code Group: Development/Libraries @@ -123,6 +123,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.9.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 0.9.5-7 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:27:56 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:27:56 +0000 (UTC) Subject: rpms/ocaml-pgocaml/devel ocaml-pgocaml.spec,1.6,1.7 Message-ID: <20090226072756.A2F2170129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-pgocaml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17812 Modified Files: ocaml-pgocaml.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-pgocaml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pgocaml/devel/ocaml-pgocaml.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ocaml-pgocaml.spec 5 Dec 2008 13:54:59 -0000 1.6 +++ ocaml-pgocaml.spec 26 Feb 2009 07:27:26 -0000 1.7 @@ -3,7 +3,7 @@ Name: ocaml-pgocaml Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml library for type-safe access to PostgreSQL databases Group: Development/Libraries @@ -95,6 +95,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Dec 5 2008 Richard W.M. Jones - 1.1-7 - Rebuild for OCaml 3.11.0. From jkeating at fedoraproject.org Thu Feb 26 07:28:55 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:28:55 +0000 (UTC) Subject: rpms/ocaml-postgresql/devel ocaml-postgresql.spec,1.9,1.10 Message-ID: <20090226072855.46DBF70133@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-postgresql/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18160 Modified Files: ocaml-postgresql.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-postgresql.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-postgresql/devel/ocaml-postgresql.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ocaml-postgresql.spec 4 Dec 2008 18:38:44 -0000 1.9 +++ ocaml-postgresql.spec 26 Feb 2009 07:28:25 -0000 1.10 @@ -3,7 +3,7 @@ Name: ocaml-postgresql Version: 1.9.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml library for accessing PostreSQL databases Group: Development/Libraries @@ -91,6 +91,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.9.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 1.9.2-3 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:29:51 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:29:51 +0000 (UTC) Subject: rpms/ocaml-preludeml/devel ocaml-preludeml.spec,1.1,1.2 Message-ID: <20090226072951.2917A70133@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-preludeml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18425 Modified Files: ocaml-preludeml.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-preludeml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-preludeml/devel/ocaml-preludeml.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ocaml-preludeml.spec 15 Jan 2009 14:12:28 -0000 1.1 +++ ocaml-preludeml.spec 26 Feb 2009 07:29:20 -0000 1.2 @@ -8,7 +8,7 @@ Name: ocaml-preludeml Version: 0.1 -Release: 0.10.%{gitdate}%{?dist} +Release: 0.11.%{gitdate}%{?dist} Summary: OCaml utility functions Group: Development/Libraries @@ -121,6 +121,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.1-0.11.20090113 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Jan 13 2009 Richard W.M. Jones - 0.1-0.10.20090113 - Tests require ounit & ruby. From jkeating at fedoraproject.org Thu Feb 26 07:30:45 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:30:45 +0000 (UTC) Subject: rpms/ocaml-pxp/devel ocaml-pxp.spec,1.7,1.8 Message-ID: <20090226073045.BA3B670129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-pxp/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19163 Modified Files: ocaml-pxp.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-pxp.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pxp/devel/ocaml-pxp.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ocaml-pxp.spec 4 Dec 2008 19:38:28 -0000 1.7 +++ ocaml-pxp.spec 26 Feb 2009 07:30:15 -0000 1.8 @@ -2,7 +2,7 @@ Name: ocaml-pxp Version: 1.2.0test2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Validating XML parser Group: Development/Libraries @@ -105,6 +105,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.2.0test2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 1.2.0test2-5 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:31:46 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:31:46 +0000 (UTC) Subject: rpms/ocaml-reins/devel ocaml-reins.spec,1.2,1.3 Message-ID: <20090226073146.1DAE470129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-reins/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19623 Modified Files: ocaml-reins.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-reins.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-reins/devel/ocaml-reins.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ocaml-reins.spec 4 Dec 2008 19:42:17 -0000 1.2 +++ ocaml-reins.spec 26 Feb 2009 07:31:15 -0000 1.3 @@ -3,7 +3,7 @@ Name: ocaml-reins Version: 0.1a -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library of OCaml persistent data structures Group: Development/Libraries @@ -127,6 +127,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.1a-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 0.1a-3 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:32:45 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:32:45 +0000 (UTC) Subject: rpms/ocaml-res/devel ocaml-res.spec,1.4,1.5 Message-ID: <20090226073245.B910070129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-res/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19969 Modified Files: ocaml-res.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-res.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-res/devel/ocaml-res.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ocaml-res.spec 4 Dec 2008 18:24:25 -0000 1.4 +++ ocaml-res.spec 26 Feb 2009 07:32:15 -0000 1.5 @@ -3,7 +3,7 @@ Name: ocaml-res Version: 3.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OCaml library for resizing arrays and strings Group: Development/Libraries @@ -91,6 +91,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 3.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 3.0.0-2 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:33:44 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:33:44 +0000 (UTC) Subject: rpms/ocaml-sexplib/devel ocaml-sexplib.spec,1.4,1.5 Message-ID: <20090226073344.5373A70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-sexplib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20223 Modified Files: ocaml-sexplib.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-sexplib.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-sexplib/devel/ocaml-sexplib.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ocaml-sexplib.spec 4 Dec 2008 19:44:13 -0000 1.4 +++ ocaml-sexplib.spec 26 Feb 2009 07:33:14 -0000 1.5 @@ -3,7 +3,7 @@ Name: ocaml-sexplib Version: 4.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OCaml library for converting OCaml values to S-expressions Group: Development/Libraries @@ -102,6 +102,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 4.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 4.2.1-2 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:34:43 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:34:43 +0000 (UTC) Subject: rpms/ocaml-sqlite/devel ocaml-sqlite.spec,1.9,1.10 Message-ID: <20090226073443.EFAFD70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-sqlite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20457 Modified Files: ocaml-sqlite.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-sqlite.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-sqlite/devel/ocaml-sqlite.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ocaml-sqlite.spec 4 Dec 2008 18:11:46 -0000 1.9 +++ ocaml-sqlite.spec 26 Feb 2009 07:34:13 -0000 1.10 @@ -3,7 +3,7 @@ Name: ocaml-sqlite Version: 1.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OCaml library for accessing SQLite3 databases Group: Development/Libraries @@ -102,6 +102,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.2.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Dec 4 2008 Richard W.M. Jones - 1.2.0-4 - Rebuild for OCaml 3.11.0. From jkeating at fedoraproject.org Thu Feb 26 07:35:44 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:35:44 +0000 (UTC) Subject: rpms/ocaml-ssl/devel ocaml-ssl.spec,1.12,1.13 Message-ID: <20090226073544.C710B70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-ssl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20749 Modified Files: ocaml-ssl.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-ssl.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-ssl/devel/ocaml-ssl.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ocaml-ssl.spec 15 Jan 2009 10:31:11 -0000 1.12 +++ ocaml-ssl.spec 26 Feb 2009 07:35:14 -0000 1.13 @@ -3,7 +3,7 @@ Name: ocaml-ssl Version: 0.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: SSL bindings for OCaml Group: Development/Libraries @@ -87,6 +87,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Jan 15 2009 Richard W.M. Jones - 0.4.3-1 - New upstream version 0.4.3. - Force rebuild against new OpenSSL 0.9.8j. From jkeating at fedoraproject.org Thu Feb 26 07:36:41 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:36:41 +0000 (UTC) Subject: rpms/ocaml-type-conv/devel ocaml-type-conv.spec,1.9,1.10 Message-ID: <20090226073641.929BC70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-type-conv/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21051 Modified Files: ocaml-type-conv.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-type-conv.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-type-conv/devel/ocaml-type-conv.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ocaml-type-conv.spec 4 Dec 2008 17:53:36 -0000 1.9 +++ ocaml-type-conv.spec 26 Feb 2009 07:36:11 -0000 1.10 @@ -3,7 +3,7 @@ Name: ocaml-type-conv Version: 1.6.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml base library for type conversion Group: Development/Libraries @@ -58,6 +58,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.6.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 1.6.4-3 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:37:37 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:37:37 +0000 (UTC) Subject: rpms/ocaml-ulex/devel ocaml-ulex.spec,1.13,1.14 Message-ID: <20090226073737.98F0C70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-ulex/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21355 Modified Files: ocaml-ulex.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-ulex.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-ulex/devel/ocaml-ulex.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ocaml-ulex.spec 4 Dec 2008 17:44:31 -0000 1.13 +++ ocaml-ulex.spec 26 Feb 2009 07:37:07 -0000 1.14 @@ -3,7 +3,7 @@ Name: ocaml-ulex Version: 1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OCaml lexer generator for Unicode Group: Development/Libraries @@ -87,6 +87,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 1.1-5 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:38:34 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:38:34 +0000 (UTC) Subject: rpms/ocaml-xml-light/devel ocaml-xml-light.spec,1.9,1.10 Message-ID: <20090226073834.6916A70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-xml-light/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21583 Modified Files: ocaml-xml-light.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-xml-light.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-xml-light/devel/ocaml-xml-light.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ocaml-xml-light.spec 4 Dec 2008 17:36:50 -0000 1.9 +++ ocaml-xml-light.spec 26 Feb 2009 07:38:04 -0000 1.10 @@ -3,7 +3,7 @@ Name: ocaml-xml-light Version: 2.2.cvs20070817 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Minimal XML parser and printer for OCaml Group: Development/Libraries @@ -88,6 +88,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 2.2.cvs20070817-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 2.2.cvs20070817-10 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:39:34 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:39:34 +0000 (UTC) Subject: rpms/ocaml-xmlrpc-light/devel ocaml-xmlrpc-light.spec,1.4,1.5 Message-ID: <20090226073934.124DF70133@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-xmlrpc-light/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21819 Modified Files: ocaml-xmlrpc-light.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-xmlrpc-light.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-xmlrpc-light/devel/ocaml-xmlrpc-light.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ocaml-xmlrpc-light.spec 4 Dec 2008 19:46:21 -0000 1.4 +++ ocaml-xmlrpc-light.spec 26 Feb 2009 07:39:03 -0000 1.5 @@ -3,7 +3,7 @@ Name: ocaml-xmlrpc-light Version: 0.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OCaml library for writing XML-RPC clients and servers Group: Development/Libraries @@ -83,6 +83,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.6-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 0.6-5 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:40:32 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:40:32 +0000 (UTC) Subject: rpms/ocaml-zip/devel ocaml-zip.spec,1.6,1.7 Message-ID: <20090226074032.0E7D170129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocaml-zip/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22068 Modified Files: ocaml-zip.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocaml-zip.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-zip/devel/ocaml-zip.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ocaml-zip.spec 4 Dec 2008 17:30:04 -0000 1.6 +++ ocaml-zip.spec 26 Feb 2009 07:40:01 -0000 1.7 @@ -3,7 +3,7 @@ Name: ocaml-zip Version: 1.03 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OCaml library for reading and writing zip, jar and gzip files Group: Development/Libraries @@ -102,6 +102,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.03-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 1.03-6 - Rebuild for OCaml 3.11.0+rc1. From jkeating at fedoraproject.org Thu Feb 26 07:41:36 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Thu, 26 Feb 2009 07:41:36 +0000 (UTC) Subject: rpms/ocamldsort/devel ocamldsort.spec,1.3,1.4 Message-ID: <20090226074136.C778B70129@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/ocamldsort/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22327 Modified Files: ocamldsort.spec Log Message: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: ocamldsort.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocamldsort/devel/ocamldsort.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ocamldsort.spec 4 Dec 2008 17:23:07 -0000 1.3 +++ ocamldsort.spec 26 Feb 2009 07:41:06 -0000 1.4 @@ -3,7 +3,7 @@ Name: ocamldsort Version: 0.14.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Dependency sorter for OCaml source files Group: Development/Libraries @@ -72,6 +72,9 @@ %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.14.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Nov 26 2008 Richard W.M. Jones - 0.14.4-4 - Rebuild for OCaml 3.11.0+rc1. From rjones at fedoraproject.org Thu Feb 26 09:00:23 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Thu, 26 Feb 2009 09:00:23 +0000 (UTC) Subject: rpms/mldonkey/devel url_slashes.patch, NONE, 1.1 mldonkey.spec, 1.4, 1.5 Message-ID: <20090226090023.8DB1170129@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/mldonkey/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15483 Modified Files: mldonkey.spec Added Files: url_slashes.patch Log Message: - Fix remote arbitrary file disclosure via a GET request with more than one leading / (slash) character in the filename (rhbz#487132). url_slashes.patch: --- NEW FILE url_slashes.patch --- diff -a -x Root -x Repository -x Tag -x Entries -x Entries.Log -x .svn -x '*.rej' -x '*.orig' -x '*.cmi' -x '*.cma' -x '*.cmo' -x '*.cmx' -x '*.cmxa' -x '*.a' -x '*.o' -x .depend -x Makefile -x mlnet -x ocamlpp.byte -N -r -u ./src/utils/lib/url.ml ./src/utils/lib/url.ml --- ./src/utils/lib/url.ml 2007-03-17 19:49:32.000000000 +0100 +++ ./src/utils/lib/url.ml 2009-02-23 19:29:04.000000000 +0100 @@ -175,6 +175,19 @@ Buffer.contents res let of_string ?(args=[]) s = + let remove_leading_slashes s = + let len = String.length s in + let left = + let rec aux i = + if i < len && s.[i] = '/' then aux (i+1) else i in + aux 0 in + if left = 0 then s + else + String.sub s left (len - left) in + + (* redefine s to remove all leading slashes *) + let s = remove_leading_slashes s in + let s = put_args s args in let url = let get_two init_pos = Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/devel/mldonkey.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mldonkey.spec 26 Feb 2009 01:42:36 -0000 1.4 +++ mldonkey.spec 26 Feb 2009 08:59:53 -0000 1.5 @@ -1,6 +1,6 @@ Name: mldonkey Version: 2.9.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -9,6 +9,7 @@ Source9: mldonkey_df_monitor.sh Source11: mldonkey.logrotate Patch0: mldonkey-initscript.patch +Patch1: url_slashes.patch URL: http://mldonkey.sourceforge.net Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -125,6 +126,7 @@ %prep %setup -q %patch0 -p1 -b .fedora +%patch1 -p0 # Let's make rpmlint happy sed -i 's|\r||g' distrib/ed2k_submit/README.MLdonkeySubmit sed -i 's|\r||g' docs/slavanap.txt @@ -319,6 +321,10 @@ %changelog +* Thu Feb 26 2009 Richard W.M. Jones - 2.9.7-4 +- Fix remote arbitrary file disclosure via a GET request with more + than one leading / (slash) character in the filename (rhbz#487132). + * Wed Feb 25 2009 Fedora Release Engineering - 2.9.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From rjones at fedoraproject.org Thu Feb 26 09:00:43 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Thu, 26 Feb 2009 09:00:43 +0000 (UTC) Subject: rpms/mldonkey/F-10 url_slashes.patch, NONE, 1.1 mldonkey.spec, 1.3, 1.4 Message-ID: <20090226090043.D851070129@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/mldonkey/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15557 Modified Files: mldonkey.spec Added Files: url_slashes.patch Log Message: - Fix remote arbitrary file disclosure via a GET request with more than one leading / (slash) character in the filename (rhbz#487132). url_slashes.patch: --- NEW FILE url_slashes.patch --- diff -a -x Root -x Repository -x Tag -x Entries -x Entries.Log -x .svn -x '*.rej' -x '*.orig' -x '*.cmi' -x '*.cma' -x '*.cmo' -x '*.cmx' -x '*.cmxa' -x '*.a' -x '*.o' -x .depend -x Makefile -x mlnet -x ocamlpp.byte -N -r -u ./src/utils/lib/url.ml ./src/utils/lib/url.ml --- ./src/utils/lib/url.ml 2007-03-17 19:49:32.000000000 +0100 +++ ./src/utils/lib/url.ml 2009-02-23 19:29:04.000000000 +0100 @@ -175,6 +175,19 @@ Buffer.contents res let of_string ?(args=[]) s = + let remove_leading_slashes s = + let len = String.length s in + let left = + let rec aux i = + if i < len && s.[i] = '/' then aux (i+1) else i in + aux 0 in + if left = 0 then s + else + String.sub s left (len - left) in + + (* redefine s to remove all leading slashes *) + let s = remove_leading_slashes s in + let s = put_args s args in let url = let get_two init_pos = Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-10/mldonkey.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mldonkey.spec 10 Feb 2009 16:07:59 -0000 1.3 +++ mldonkey.spec 26 Feb 2009 09:00:13 -0000 1.4 @@ -1,6 +1,6 @@ Name: mldonkey Version: 2.9.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -9,6 +9,7 @@ Source9: mldonkey_df_monitor.sh Source11: mldonkey.logrotate Patch0: mldonkey-initscript.patch +Patch1: url_slashes.patch URL: http://mldonkey.sourceforge.net Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -125,6 +126,7 @@ %prep %setup -q %patch0 -p1 -b .fedora +%patch1 -p0 # Let's make rpmlint happy sed -i 's|\r||g' distrib/ed2k_submit/README.MLdonkeySubmit sed -i 's|\r||g' docs/slavanap.txt @@ -319,6 +321,10 @@ %changelog +* Thu Feb 26 2009 Richard W.M. Jones - 2.9.7-3 +- Fix remote arbitrary file disclosure via a GET request with more + than one leading / (slash) character in the filename (rhbz#487132). + * Tue Feb 10 2009 Peter Lemenkov 2.9.7-2 - Fixed bz# 484884 From rjones at fedoraproject.org Thu Feb 26 09:00:54 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Thu, 26 Feb 2009 09:00:54 +0000 (UTC) Subject: rpms/mldonkey/EL-4 url_slashes.patch, NONE, 1.1 mldonkey.spec, 1.3, 1.4 Message-ID: <20090226090054.E19E770129@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/mldonkey/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15637 Modified Files: mldonkey.spec Added Files: url_slashes.patch Log Message: - Fix remote arbitrary file disclosure via a GET request with more than one leading / (slash) character in the filename (rhbz#487132). url_slashes.patch: --- NEW FILE url_slashes.patch --- diff -a -x Root -x Repository -x Tag -x Entries -x Entries.Log -x .svn -x '*.rej' -x '*.orig' -x '*.cmi' -x '*.cma' -x '*.cmo' -x '*.cmx' -x '*.cmxa' -x '*.a' -x '*.o' -x .depend -x Makefile -x mlnet -x ocamlpp.byte -N -r -u ./src/utils/lib/url.ml ./src/utils/lib/url.ml --- ./src/utils/lib/url.ml 2007-03-17 19:49:32.000000000 +0100 +++ ./src/utils/lib/url.ml 2009-02-23 19:29:04.000000000 +0100 @@ -175,6 +175,19 @@ Buffer.contents res let of_string ?(args=[]) s = + let remove_leading_slashes s = + let len = String.length s in + let left = + let rec aux i = + if i < len && s.[i] = '/' then aux (i+1) else i in + aux 0 in + if left = 0 then s + else + String.sub s left (len - left) in + + (* redefine s to remove all leading slashes *) + let s = remove_leading_slashes s in + let s = put_args s args in let url = let get_two init_pos = Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-4/mldonkey.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mldonkey.spec 10 Feb 2009 16:10:51 -0000 1.3 +++ mldonkey.spec 26 Feb 2009 09:00:24 -0000 1.4 @@ -1,6 +1,6 @@ Name: mldonkey Version: 2.9.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -9,6 +9,7 @@ Source9: mldonkey_df_monitor.sh Source11: mldonkey.logrotate Patch0: mldonkey-initscript.patch +Patch1: url_slashes.patch URL: http://mldonkey.sourceforge.net Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -125,6 +126,7 @@ %prep %setup -q %patch0 -p1 -b .fedora +%patch1 -p0 # Let's make rpmlint happy sed -i 's|\r||g' distrib/ed2k_submit/README.MLdonkeySubmit sed -i 's|\r||g' docs/slavanap.txt @@ -319,6 +321,10 @@ %changelog +* Thu Feb 26 2009 Richard W.M. Jones - 2.9.7-3 +- Fix remote arbitrary file disclosure via a GET request with more + than one leading / (slash) character in the filename (rhbz#487132). + * Tue Feb 10 2009 Peter Lemenkov 2.9.7-2 - Fixed bz# 484884 From rjones at fedoraproject.org Thu Feb 26 09:01:15 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Thu, 26 Feb 2009 09:01:15 +0000 (UTC) Subject: rpms/mldonkey/F-9 url_slashes.patch,NONE,1.1 mldonkey.spec,1.3,1.4 Message-ID: <20090226090115.1D09F70129@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/mldonkey/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15684 Modified Files: mldonkey.spec Added Files: url_slashes.patch Log Message: - Fix remote arbitrary file disclosure via a GET request with more than one leading / (slash) character in the filename (rhbz#487132). url_slashes.patch: --- NEW FILE url_slashes.patch --- diff -a -x Root -x Repository -x Tag -x Entries -x Entries.Log -x .svn -x '*.rej' -x '*.orig' -x '*.cmi' -x '*.cma' -x '*.cmo' -x '*.cmx' -x '*.cmxa' -x '*.a' -x '*.o' -x .depend -x Makefile -x mlnet -x ocamlpp.byte -N -r -u ./src/utils/lib/url.ml ./src/utils/lib/url.ml --- ./src/utils/lib/url.ml 2007-03-17 19:49:32.000000000 +0100 +++ ./src/utils/lib/url.ml 2009-02-23 19:29:04.000000000 +0100 @@ -175,6 +175,19 @@ Buffer.contents res let of_string ?(args=[]) s = + let remove_leading_slashes s = + let len = String.length s in + let left = + let rec aux i = + if i < len && s.[i] = '/' then aux (i+1) else i in + aux 0 in + if left = 0 then s + else + String.sub s left (len - left) in + + (* redefine s to remove all leading slashes *) + let s = remove_leading_slashes s in + let s = put_args s args in let url = let get_two init_pos = Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/F-9/mldonkey.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mldonkey.spec 10 Feb 2009 16:03:57 -0000 1.3 +++ mldonkey.spec 26 Feb 2009 09:00:44 -0000 1.4 @@ -1,6 +1,6 @@ Name: mldonkey Version: 2.9.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -9,6 +9,7 @@ Source9: mldonkey_df_monitor.sh Source11: mldonkey.logrotate Patch0: mldonkey-initscript.patch +Patch1: url_slashes.patch URL: http://mldonkey.sourceforge.net Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -125,6 +126,7 @@ %prep %setup -q %patch0 -p1 -b .fedora +%patch1 -p0 # Let's make rpmlint happy sed -i 's|\r||g' distrib/ed2k_submit/README.MLdonkeySubmit sed -i 's|\r||g' docs/slavanap.txt @@ -319,6 +321,10 @@ %changelog +* Thu Feb 26 2009 Richard W.M. Jones - 2.9.7-3 +- Fix remote arbitrary file disclosure via a GET request with more + than one leading / (slash) character in the filename (rhbz#487132). + * Tue Feb 10 2009 Peter Lemenkov 2.9.7-2 - Fixed bz# 484884 From rjones at fedoraproject.org Thu Feb 26 09:01:17 2009 From: rjones at fedoraproject.org (Richard W.M. Jones) Date: Thu, 26 Feb 2009 09:01:17 +0000 (UTC) Subject: rpms/mldonkey/EL-5 url_slashes.patch, NONE, 1.1 mldonkey.spec, 1.3, 1.4 Message-ID: <20090226090117.6DB6E70129@cvs1.fedora.phx.redhat.com> Author: rjones Update of /cvs/pkgs/rpms/mldonkey/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15661 Modified Files: mldonkey.spec Added Files: url_slashes.patch Log Message: - Fix remote arbitrary file disclosure via a GET request with more than one leading / (slash) character in the filename (rhbz#487132). url_slashes.patch: --- NEW FILE url_slashes.patch --- diff -a -x Root -x Repository -x Tag -x Entries -x Entries.Log -x .svn -x '*.rej' -x '*.orig' -x '*.cmi' -x '*.cma' -x '*.cmo' -x '*.cmx' -x '*.cmxa' -x '*.a' -x '*.o' -x .depend -x Makefile -x mlnet -x ocamlpp.byte -N -r -u ./src/utils/lib/url.ml ./src/utils/lib/url.ml --- ./src/utils/lib/url.ml 2007-03-17 19:49:32.000000000 +0100 +++ ./src/utils/lib/url.ml 2009-02-23 19:29:04.000000000 +0100 @@ -175,6 +175,19 @@ Buffer.contents res let of_string ?(args=[]) s = + let remove_leading_slashes s = + let len = String.length s in + let left = + let rec aux i = + if i < len && s.[i] = '/' then aux (i+1) else i in + aux 0 in + if left = 0 then s + else + String.sub s left (len - left) in + + (* redefine s to remove all leading slashes *) + let s = remove_leading_slashes s in + let s = put_args s args in let url = let get_two init_pos = Index: mldonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/mldonkey/EL-5/mldonkey.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mldonkey.spec 10 Feb 2009 16:06:35 -0000 1.3 +++ mldonkey.spec 26 Feb 2009 09:00:47 -0000 1.4 @@ -1,6 +1,6 @@ Name: mldonkey Version: 2.9.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Client for several P2P networks License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -9,6 +9,7 @@ Source9: mldonkey_df_monitor.sh Source11: mldonkey.logrotate Patch0: mldonkey-initscript.patch +Patch1: url_slashes.patch URL: http://mldonkey.sourceforge.net Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -125,6 +126,7 @@ %prep %setup -q %patch0 -p1 -b .fedora +%patch1 -p0 # Let's make rpmlint happy sed -i 's|\r||g' distrib/ed2k_submit/README.MLdonkeySubmit sed -i 's|\r||g' docs/slavanap.txt @@ -319,6 +321,10 @@ %changelog +* Thu Feb 26 2009 Richard W.M. Jones - 2.9.7-3 +- Fix remote arbitrary file disclosure via a GET request with more + than one leading / (slash) character in the filename (rhbz#487132). + * Tue Feb 10 2009 Peter Lemenkov 2.9.7-2 - Fixed bz# 484884