dchen pushed to ocaml-lablgl (epel7). "OCaml 4.02.3 rebuild."
by notificationsï¼ fedoraproject.org
From 9d3a9e46aa39a57bf53b473fcbe43f21b746c8b2 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones(a)redhat.com>
Date: Tue, 28 Jul 2015 13:55:06 +0100
Subject: OCaml 4.02.3 rebuild.
diff --git a/ocaml-lablgl.spec b/ocaml-lablgl.spec
index 6f648da..b66d8f0 100644
--- a/ocaml-lablgl.spec
+++ b/ocaml-lablgl.spec
@@ -3,7 +3,7 @@
Name: ocaml-lablgl
Epoch: 1
Version: 1.05
-Release: 16%{?dist}
+Release: 17%{?dist}
Summary: LablGL is an OpenGL interface for Objective Caml
License: BSD
@@ -143,6 +143,9 @@ popd
%changelog
+* Tue Jul 28 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-17
+- OCaml 4.02.3 rebuild.
+
* Wed Jul 22 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-16
- Fix bytecode builds (patch supplied by Rafael Fonseca).
--
cgit v0.10.2
http://pkgs.fedoraproject.org/cgit/ocaml-lablgl.git/commit/?h=epel7&id=9d...
8Â years, 2Â months
dchen pushed to ocaml-lablgl (epel7). "Fix bytecode builds (patch
supplied by Rafael Fonseca)."
by notificationsï¼ fedoraproject.org
From 53c93944e93a9b9cefd9dfd1863e24c6c2e5b959 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones(a)redhat.com>
Date: Wed, 22 Jul 2015 14:20:37 +0100
Subject: Fix bytecode builds (patch supplied by Rafael Fonseca).
diff --git a/ocaml-lablgl.spec b/ocaml-lablgl.spec
index dbfb0cb..6f648da 100644
--- a/ocaml-lablgl.spec
+++ b/ocaml-lablgl.spec
@@ -1,15 +1,15 @@
+%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
+
Name: ocaml-lablgl
Epoch: 1
Version: 1.05
-Release: 15%{?dist}
+Release: 16%{?dist}
Summary: LablGL is an OpenGL interface for Objective Caml
License: BSD
URL: http://forge.ocamlcore.org/projects/lablgl/
Source0: https://forge.ocamlcore.org/frs/download.php/1254/lablgl-%{version}.tar.gz
-# XXX This could be fixed with some changes to the build system:
-ExclusiveArch: %{ocaml_native_compiler}
BuildRequires: freeglut-devel
BuildRequires: ocaml >= 3.12.1-3
@@ -46,8 +46,13 @@ developing applications that use %{name}.
%setup -q -n lablgl-%{version}
cat > Makefile.config <<EOF
+%if %{opt}
CAMLC = ocamlc.opt
CAMLOPT = ocamlopt.opt -g
+%else
+CAMLC = ocamlc
+CAMLOPT = ocamlc -g
+%endif
BINDIR = %{_bindir}
XINCLUDES = -I%{_prefix}/X11R6/include
XLIBS = -lXext -lXmu -lX11
@@ -67,7 +72,10 @@ EOF
%build
# Parallel builds don't work.
unset MAKEFLAGS
-make all opt
+make all \
+%if %{opt}
+opt
+%endif
%install
@@ -126,13 +134,18 @@ popd
%doc CHANGES COPYRIGHT README LablGlut/examples Togl/examples
%{_libdir}/ocaml/lablGL/META
%{_libdir}/ocaml/lablGL/*.a
+%if %{opt}
%{_libdir}/ocaml/lablGL/*.cmxa
%{_libdir}/ocaml/lablGL/*.cmx
+%endif
%{_libdir}/ocaml/lablGL/*.mli
%{_libdir}/ocaml/lablGL/build.ml
%changelog
+* Wed Jul 22 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-16
+- Fix bytecode builds (patch supplied by Rafael Fonseca).
+
* Wed Jun 24 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-15
- ocaml-4.02.2 final rebuild.
--
cgit v0.10.2
http://pkgs.fedoraproject.org/cgit/ocaml-lablgl.git/commit/?h=epel7&id=53...
8Â years, 2Â months
dchen pushed to ocaml-lablgl (epel7). "ocaml-4.02.2 final rebuild."
by notificationsï¼ fedoraproject.org
From 86229d3cb8e80038cf10823be09976537b4e2391 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones(a)redhat.com>
Date: Wed, 24 Jun 2015 15:41:45 +0100
Subject: ocaml-4.02.2 final rebuild.
diff --git a/ocaml-lablgl.spec b/ocaml-lablgl.spec
index d497730..dbfb0cb 100644
--- a/ocaml-lablgl.spec
+++ b/ocaml-lablgl.spec
@@ -1,7 +1,7 @@
Name: ocaml-lablgl
Epoch: 1
Version: 1.05
-Release: 14%{?dist}
+Release: 15%{?dist}
Summary: LablGL is an OpenGL interface for Objective Caml
License: BSD
@@ -133,6 +133,9 @@ popd
%changelog
+* Wed Jun 24 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-15
+- ocaml-4.02.2 final rebuild.
+
* Wed Jun 17 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-14
- ocaml-4.02.2 rebuild.
--
cgit v0.10.2
http://pkgs.fedoraproject.org/cgit/ocaml-lablgl.git/commit/?h=epel7&id=86...
8Â years, 2Â months
dchen pushed to ocaml-lablgl (epel7). "ocaml-4.02.2 rebuild."
by notificationsï¼ fedoraproject.org
From e900041e93c4c755d993d2ce24cd8456a562ad11 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones(a)redhat.com>
Date: Wed, 17 Jun 2015 12:16:05 +0100
Subject: ocaml-4.02.2 rebuild.
diff --git a/ocaml-lablgl.spec b/ocaml-lablgl.spec
index 2ccdbdb..d497730 100644
--- a/ocaml-lablgl.spec
+++ b/ocaml-lablgl.spec
@@ -1,7 +1,7 @@
Name: ocaml-lablgl
Epoch: 1
Version: 1.05
-Release: 13%{?dist}
+Release: 14%{?dist}
Summary: LablGL is an OpenGL interface for Objective Caml
License: BSD
@@ -133,6 +133,9 @@ popd
%changelog
+* Wed Jun 17 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-14
+- ocaml-4.02.2 rebuild.
+
* Mon Feb 16 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-13
- Bump release and rebuild.
--
cgit v0.10.2
http://pkgs.fedoraproject.org/cgit/ocaml-lablgl.git/commit/?h=epel7&id=e9...
8Â years, 2Â months
dchen pushed to ocaml-lablgl (epel7). "ocaml-4.02.1 rebuild."
by notificationsï¼ fedoraproject.org
From 3396683df8a2c20e254946071a8e80a6564af02d Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones(a)redhat.com>
Date: Mon, 16 Feb 2015 15:31:40 +0000
Subject: ocaml-4.02.1 rebuild.
diff --git a/ocaml-lablgl.spec b/ocaml-lablgl.spec
index 61951f2..19ba4a7 100644
--- a/ocaml-lablgl.spec
+++ b/ocaml-lablgl.spec
@@ -1,7 +1,7 @@
Name: ocaml-lablgl
Epoch: 1
Version: 1.05
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: LablGL is an OpenGL interface for Objective Caml
License: BSD
@@ -133,6 +133,9 @@ popd
%changelog
+* Mon Feb 16 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-12
+- ocaml-4.02.1 rebuild.
+
* Sat Aug 30 2014 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-11
- Bump release and rebuild.
--
cgit v0.10.2
http://pkgs.fedoraproject.org/cgit/ocaml-lablgl.git/commit/?h=epel7&id=33...
8Â years, 2Â months
dchen pushed to ocaml-lablgl (epel7). "Bump release and rebuild."
by notificationsï¼ fedoraproject.org
From 52c9fdef3e9abb74ae33a138be730906ad022359 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones(a)redhat.com>
Date: Mon, 16 Feb 2015 15:42:25 +0000
Subject: Bump release and rebuild.
diff --git a/ocaml-lablgl.spec b/ocaml-lablgl.spec
index 19ba4a7..2ccdbdb 100644
--- a/ocaml-lablgl.spec
+++ b/ocaml-lablgl.spec
@@ -1,7 +1,7 @@
Name: ocaml-lablgl
Epoch: 1
Version: 1.05
-Release: 12%{?dist}
+Release: 13%{?dist}
Summary: LablGL is an OpenGL interface for Objective Caml
License: BSD
@@ -133,6 +133,9 @@ popd
%changelog
+* Mon Feb 16 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-13
+- Bump release and rebuild.
+
* Mon Feb 16 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-12
- ocaml-4.02.1 rebuild.
--
cgit v0.10.2
http://pkgs.fedoraproject.org/cgit/ocaml-lablgl.git/commit/?h=epel7&id=52...
8Â years, 2Â months
dchen pushed to ocaml-lablgl (epel7). "Bump release and rebuild."
by notificationsï¼ fedoraproject.org
From a81e16670c18f13338763df29d1cd2cf05b33e1c Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones(a)redhat.com>
Date: Sat, 30 Aug 2014 16:08:46 +0100
Subject: Bump release and rebuild.
diff --git a/ocaml-lablgl.spec b/ocaml-lablgl.spec
index c63e146..61951f2 100644
--- a/ocaml-lablgl.spec
+++ b/ocaml-lablgl.spec
@@ -1,7 +1,7 @@
Name: ocaml-lablgl
Epoch: 1
Version: 1.05
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: LablGL is an OpenGL interface for Objective Caml
License: BSD
@@ -133,6 +133,9 @@ popd
%changelog
+* Sat Aug 30 2014 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-11
+- Bump release and rebuild.
+
* Sat Aug 30 2014 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-10
- ocaml-4.02.0 final rebuild.
--
cgit v0.10.2
http://pkgs.fedoraproject.org/cgit/ocaml-lablgl.git/commit/?h=epel7&id=a8...
8Â years, 2Â months
dchen pushed to ocaml-lablgl (epel7). "ocaml-4.02.0 final rebuild."
by notificationsï¼ fedoraproject.org
From cb5dea373929fda8c9fd8fc67a69def8e4b55024 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones(a)redhat.com>
Date: Sat, 30 Aug 2014 16:02:19 +0100
Subject: ocaml-4.02.0 final rebuild.
diff --git a/ocaml-lablgl.spec b/ocaml-lablgl.spec
index 03bfde5..c63e146 100644
--- a/ocaml-lablgl.spec
+++ b/ocaml-lablgl.spec
@@ -1,7 +1,7 @@
Name: ocaml-lablgl
Epoch: 1
Version: 1.05
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: LablGL is an OpenGL interface for Objective Caml
License: BSD
@@ -133,6 +133,9 @@ popd
%changelog
+* Sat Aug 30 2014 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-10
+- ocaml-4.02.0 final rebuild.
+
* Fri Aug 22 2014 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-9
- Bump release and rebuild.
--
cgit v0.10.2
http://pkgs.fedoraproject.org/cgit/ocaml-lablgl.git/commit/?h=epel7&id=cb...
8Â years, 2Â months
dchen pushed to ocaml-lablgl (epel7). "ocaml-4.02.0+rc1 rebuild."
by notificationsï¼ fedoraproject.org
From afd09ba0f2f80225665a9fcea7e3bdeb82e3dc42 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones(a)redhat.com>
Date: Fri, 22 Aug 2014 22:24:53 +0100
Subject: ocaml-4.02.0+rc1 rebuild.
diff --git a/ocaml-lablgl.spec b/ocaml-lablgl.spec
index 3e75a0f..0961238 100644
--- a/ocaml-lablgl.spec
+++ b/ocaml-lablgl.spec
@@ -1,7 +1,7 @@
Name: ocaml-lablgl
Epoch: 1
Version: 1.05
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: LablGL is an OpenGL interface for Objective Caml
License: BSD
@@ -133,6 +133,9 @@ popd
%changelog
+* Fri Aug 22 2014 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-8
+- ocaml-4.02.0+rc1 rebuild.
+
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1:1.05-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
--
cgit v0.10.2
http://pkgs.fedoraproject.org/cgit/ocaml-lablgl.git/commit/?h=epel7&id=af...
8Â years, 2Â months
dchen pushed to ocaml-lablgl (epel7). "Bump release and rebuild."
by notificationsï¼ fedoraproject.org
From d77d001b9321b220197620bb7b0ba4c2fc6267c9 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones(a)redhat.com>
Date: Fri, 22 Aug 2014 22:36:00 +0100
Subject: Bump release and rebuild.
diff --git a/ocaml-lablgl.spec b/ocaml-lablgl.spec
index 0961238..03bfde5 100644
--- a/ocaml-lablgl.spec
+++ b/ocaml-lablgl.spec
@@ -1,7 +1,7 @@
Name: ocaml-lablgl
Epoch: 1
Version: 1.05
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: LablGL is an OpenGL interface for Objective Caml
License: BSD
@@ -133,6 +133,9 @@ popd
%changelog
+* Fri Aug 22 2014 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-9
+- Bump release and rebuild.
+
* Fri Aug 22 2014 Richard W.M. Jones <rjones(a)redhat.com> - 1:1.05-8
- ocaml-4.02.0+rc1 rebuild.
--
cgit v0.10.2
http://pkgs.fedoraproject.org/cgit/ocaml-lablgl.git/commit/?h=epel7&id=d7...
8Â years, 2Â months