rpms/ocaml-csv/devel ocaml-csv.spec,1.11,1.12
by Richard W.M. Jones
Author: rjones
Update of /cvs/pkgs/rpms/ocaml-csv/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32282
Modified Files:
ocaml-csv.spec
Log Message:
Rebuild for OCaml 3.11.1
Index: ocaml-csv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-csv/devel/ocaml-csv.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- ocaml-csv.spec 16 Apr 2009 09:06:04 -0000 1.11
+++ ocaml-csv.spec 23 May 2009 11:21:19 -0000 1.12
@@ -3,7 +3,7 @@
Name: ocaml-csv
Version: 1.1.7
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: OCaml library for reading and writing CSV files
Group: Development/Libraries
@@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat May 23 2009 Richard W.M. Jones <rjones(a)redhat.com> - 1.1.7-5
+- Rebuild for OCaml 3.11.1
+
* Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x(a)lists.fedoraproject.org>
- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
(added sparc64 per request from the sparc maintainer)
14 years, 6 months
rpms/ocaml-reins/devel ocaml-reins.spec,1.4,1.5
by Richard W.M. Jones
Author: rjones
Update of /cvs/pkgs/rpms/ocaml-reins/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31267
Modified Files:
ocaml-reins.spec
Log Message:
Rebuild for OCaml 3.11.1
Index: ocaml-reins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-reins/devel/ocaml-reins.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ocaml-reins.spec 16 Apr 2009 09:06:15 -0000 1.4
+++ ocaml-reins.spec 23 May 2009 11:19:19 -0000 1.5
@@ -3,7 +3,7 @@
Name: ocaml-reins
Version: 0.1a
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Library of OCaml persistent data structures
Group: Development/Libraries
@@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat May 23 2009 Richard W.M. Jones <rjones(a)redhat.com> - 0.1a-5
+- Rebuild for OCaml 3.11.1
+
* Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x(a)lists.fedoraproject.org>
- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
(added sparc64 per request from the sparc maintainer)
14 years, 6 months
rpms/ocaml-cmigrep/devel .cvsignore, 1.4, 1.5 ocaml-cmigrep.spec, 1.10, 1.11 sources, 1.4, 1.5
by Richard W.M. Jones
Author: rjones
Update of /cvs/pkgs/rpms/ocaml-cmigrep/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30656
Modified Files:
.cvsignore ocaml-cmigrep.spec sources
Log Message:
Rebuild for OCaml 3.11.1+rc0
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-cmigrep/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore 4 Dec 2008 19:10:34 -0000 1.4
+++ .cvsignore 23 May 2009 11:16:11 -0000 1.5
@@ -1,3 +1,4 @@
cmigrep-1.5.tar.bz2
ocaml-3.11.0+beta1.tar.bz2
ocaml-3.11.0.tar.bz2
+ocaml-3.11.1+rc0.tar.gz
Index: ocaml-cmigrep.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-cmigrep/devel/ocaml-cmigrep.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- ocaml-cmigrep.spec 16 Apr 2009 09:06:03 -0000 1.10
+++ ocaml-cmigrep.spec 23 May 2009 11:16:11 -0000 1.11
@@ -2,20 +2,20 @@
%define debug_package %{nil}
%define ocaml_major 3.11
-%define ocaml_minor 0
+%define ocaml_minor 1
%define _default_patch_fuzz 2
Name: ocaml-cmigrep
Version: 1.5
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Search OCaml compiled interface (cmi) files
Group: Development/Libraries
License: GPLv2+
URL: http://homepage.mac.com/letaris/
Source0: http://homepage.mac.com/letaris/cmigrep-%{version}.tar.bz2
-Source1: http://caml.inria.fr/distrib/ocaml-%{ocaml_major}/ocaml-%{ocaml_major}.%{...
+Source1: http://caml.inria.fr/distrib/ocaml-%{ocaml_major}/ocaml-%{ocaml_major}.%{...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch: sparc64 s390 s390x
@@ -52,12 +52,12 @@ elisp that allows emacs to use cmigrep f
# however in Debian the only packages which actually use
# compiler-libs are camlp5 & cmigrep.
bzcat %{SOURCE1} | tar xf -
-pushd ocaml-%{ocaml_major}.%{ocaml_minor}
+pushd ocaml-%{ocaml_major}.%{ocaml_minor}rc0
%patch1 -p1
%patch2 -p1
%patch3 -p1
popd
-mv ocaml-%{ocaml_major}.%{ocaml_minor} compiler
+mv ocaml-%{ocaml_major}.%{ocaml_minor}rc0 compiler
%patch10 -p1
@@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat May 23 2009 Richard W.M. Jones <rjones(a)redhat.com> - 1.5-11
+- Rebuild for OCaml 3.11.1+rc0.
+
* Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x(a)lists.fedoraproject.org>
- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
(added sparc64 per request from the sparc maintainer)
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-cmigrep/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources 4 Dec 2008 19:10:34 -0000 1.4
+++ sources 23 May 2009 11:16:12 -0000 1.5
@@ -1,2 +1,2 @@
869ba6758a773c4218461f14f6ebcb4e cmigrep-1.5.tar.bz2
-6ed1c3ed660a15408362242fa8fa4668 ocaml-3.11.0.tar.bz2
+45f626b33bec543a40abbf6afa1a6d96 ocaml-3.11.1+rc0.tar.gz
14 years, 6 months
rpms/ocaml-sexplib/devel .cvsignore, 1.5, 1.6 ocaml-sexplib.spec, 1.8, 1.9 sources, 1.5, 1.6
by Richard W.M. Jones
Author: rjones
Update of /cvs/pkgs/rpms/ocaml-sexplib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29139
Modified Files:
.cvsignore ocaml-sexplib.spec sources
Log Message:
Rebuild for OCaml 3.11.1
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-sexplib/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore 10 Mar 2009 14:18:44 -0000 1.5
+++ .cvsignore 23 May 2009 11:07:54 -0000 1.6
@@ -1 +1 @@
-release-4.2.7.tar.bz2
+release-4.2.10.tar.bz2
Index: ocaml-sexplib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-sexplib/devel/ocaml-sexplib.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- ocaml-sexplib.spec 16 Apr 2009 09:06:16 -0000 1.8
+++ ocaml-sexplib.spec 23 May 2009 11:07:54 -0000 1.9
@@ -2,8 +2,8 @@
%define debug_package %{nil}
Name: ocaml-sexplib
-Version: 4.2.7
-Release: 2%{?dist}
+Version: 4.2.10
+Release: 1%{?dist}
Summary: OCaml library for converting OCaml values to S-expressions
Group: Development/Libraries
@@ -100,6 +100,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat May 22 2009 Richard W.M. Jones <rjones(a)redhat.com> - 4.2.10-1
+- Rebuild for OCaml 3.11.1.
+- New upstream version 4.2.10.
+
* Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x(a)lists.fedoraproject.org>
- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
(added sparc64 per request from the sparc maintainer)
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-sexplib/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources 10 Mar 2009 14:18:44 -0000 1.5
+++ sources 23 May 2009 11:07:54 -0000 1.6
@@ -1 +1 @@
-de6f0e46b5e85084f8f1da9c20c49085 release-4.2.7.tar.bz2
+b7d9564386a6a0eebe14d76322245291 release-4.2.10.tar.bz2
14 years, 6 months
rpms/ocaml-mikmatch/devel ocaml-mikmatch.spec,1.6,1.7
by Richard W.M. Jones
Author: rjones
Update of /cvs/pkgs/rpms/ocaml-mikmatch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29003
Modified Files:
ocaml-mikmatch.spec
Log Message:
Rebuild for OCaml 3.11.1
Index: ocaml-mikmatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-mikmatch/devel/ocaml-mikmatch.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- ocaml-mikmatch.spec 16 Apr 2009 09:06:10 -0000 1.6
+++ ocaml-mikmatch.spec 23 May 2009 11:07:25 -0000 1.7
@@ -3,7 +3,7 @@
Name: ocaml-mikmatch
Version: 1.0.0
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: OCaml extension for pattern matching with regexps
Group: Development/Libraries
@@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat May 23 2009 Richard W.M. Jones <rjones(a)redhat.com> - 1.0.0-6
+- Rebuild for OCaml 3.11.1
+
* Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x(a)lists.fedoraproject.org>
- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
(added sparc64 per request from the sparc maintainer)
14 years, 6 months
rpms/ocaml-lwt/devel ocaml-lwt.spec,1.5,1.6
by Richard W.M. Jones
Author: rjones
Update of /cvs/pkgs/rpms/ocaml-lwt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28950
Modified Files:
ocaml-lwt.spec
Log Message:
Rebuild for OCaml 3.11.1
Index: ocaml-lwt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-lwt/devel/ocaml-lwt.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- ocaml-lwt.spec 16 Apr 2009 09:06:09 -0000 1.5
+++ ocaml-lwt.spec 23 May 2009 11:07:22 -0000 1.6
@@ -3,7 +3,7 @@
Name: ocaml-lwt
Version: 1.1.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: OCaml lightweight thread library
Group: Development/Libraries
@@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat May 23 2009 Richard W.M. Jones <rjones(a)redhat.com> - 1.1.0-5
+- Rebuild for OCaml 3.11.1
+
* Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x(a)lists.fedoraproject.org>
- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
(added sparc64 per request from the sparc maintainer)
14 years, 6 months
rpms/ocaml-ocamlnet/devel ocaml-ocamlnet.spec,1.13,1.14
by Richard W.M. Jones
Author: rjones
Update of /cvs/pkgs/rpms/ocaml-ocamlnet/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28981
Modified Files:
ocaml-ocamlnet.spec
Log Message:
Rebuild for OCaml 3.11.1
Index: ocaml-ocamlnet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-ocamlnet/devel/ocaml-ocamlnet.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- ocaml-ocamlnet.spec 16 Apr 2009 09:06:11 -0000 1.13
+++ ocaml-ocamlnet.spec 23 May 2009 11:07:23 -0000 1.14
@@ -6,7 +6,7 @@
Name: ocaml-ocamlnet
Version: 2.2.9
-Release: 12%{?dist}
+Release: 13%{?dist}
Summary: Network protocols for OCaml
Group: Development/Libraries
@@ -243,6 +243,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat May 23 2009 Richard W.M. Jones <rjones(a)redhat.com> - 2.2.9-13
+- Rebuild for OCaml 3.11.1
+
* Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x(a)lists.fedoraproject.org>
- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
(added sparc64 per request from the sparc maintainer)
14 years, 6 months
rpms/ocaml-calendar/devel ocaml-calendar.spec,1.13,1.14
by Richard W.M. Jones
Author: rjones
Update of /cvs/pkgs/rpms/ocaml-calendar/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7474
Modified Files:
ocaml-calendar.spec
Log Message:
Calendar has a new upstream URL.
Index: ocaml-calendar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-calendar/devel/ocaml-calendar.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- ocaml-calendar.spec 23 May 2009 08:49:47 -0000 1.13
+++ ocaml-calendar.spec 23 May 2009 09:10:27 -0000 1.14
@@ -3,12 +3,12 @@
Name: ocaml-calendar
Version: 2.0.4
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Objective Caml library for managing dates and times
Group: Development/Libraries
License: LGPLv2
-URL: http://www.lri.fr/~signoles/prog.en.html#calendar
+URL: http://calendar.forge.ocamlcore.org/
Source0: http://www.lri.fr/~signoles/prog/calendar/calendar-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch: sparc64 s390 s390x
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat May 23 2009 Richard W.M. Jones <rjones(a)redhat.com> - 2.0.4-6
+- Calendar has a new upstream URL.
+
* Sat May 23 2009 Richard W.M. Jones <rjones(a)redhat.com> - 2.0.4-5
- Rebuild for OCaml 3.11.1
14 years, 6 months
rpms/ocaml-cairo/devel ocaml-cairo.spec,1.10,1.11
by Richard W.M. Jones
Author: rjones
Update of /cvs/pkgs/rpms/ocaml-cairo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6109
Modified Files:
ocaml-cairo.spec
Log Message:
Rebuild for OCaml 3.11.1
Index: ocaml-cairo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-cairo/devel/ocaml-cairo.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- ocaml-cairo.spec 16 Apr 2009 09:06:01 -0000 1.10
+++ ocaml-cairo.spec 23 May 2009 09:05:28 -0000 1.11
@@ -13,7 +13,7 @@
Name: ocaml-cairo
Version: 1.2.0.cvs20080301
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: OCaml library for accessing cairo graphics
Group: Development/Libraries
@@ -119,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat May 23 2009 Richard W.M. Jones <rjones(a)redhat.com> - 1.2.0.cvs20080301-9
+- Rebuild for OCaml 3.11.1
+
* Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x(a)lists.fedoraproject.org>
- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
(added sparc64 per request from the sparc maintainer)
14 years, 6 months
rpms/ocaml-camlimages/devel ocaml-camlimages.spec,1.15,1.16
by Richard W.M. Jones
Author: rjones
Update of /cvs/pkgs/rpms/ocaml-camlimages/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5556
Modified Files:
ocaml-camlimages.spec
Log Message:
Rebuild for OCaml 3.11.1
Index: ocaml-camlimages.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-camlimages/devel/ocaml-camlimages.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- ocaml-camlimages.spec 16 Apr 2009 09:06:02 -0000 1.15
+++ ocaml-camlimages.spec 23 May 2009 09:03:57 -0000 1.16
@@ -4,7 +4,7 @@
Name: ocaml-camlimages
Version: 3.0.1
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: OCaml image processing library
Group: Development/Libraries
@@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat May 23 2009 Richard W.M. Jones <rjones(a)redhat.com> - 3.0.1-8
+- Rebuild for OCaml 3.11.1
+
* Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x(a)lists.fedoraproject.org>
- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
(added sparc64 per request from the sparc maintainer)
14 years, 6 months