[ocaml-lablgl] Update to version 20120306. Update URL. Build for OCaml 4.00.0.

Orion Poplawski orion at fedoraproject.org
Fri Jun 8 15:34:28 UTC 2012


commit 26dbe3d35e74dd4fbde0288084ea9a8f6f7418de
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Jun 8 09:34:26 2012 -0600

    Update to version 20120306.
    Update URL.
    Build for OCaml 4.00.0.

 .gitignore        |    1 +
 ocaml-lablgl.spec |   15 ++++++++++-----
 sources           |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99cde3c..805a4b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 lablgl-1.04.tar.gz
+/lablgl-20120306.tar.gz
diff --git a/ocaml-lablgl.spec b/ocaml-lablgl.spec
index a11672c..a5291f3 100644
--- a/ocaml-lablgl.spec
+++ b/ocaml-lablgl.spec
@@ -1,15 +1,15 @@
 %define debug_package %{nil}
 
 Name:           ocaml-lablgl
-Version:        1.04
-Release:        7%{?dist}
+Version:        20120306
+Release:        1%{?dist}
 
 Summary:        LablGL is an OpenGL interface for Objective Caml
 
 Group:          System Environment/Libraries
 License:        BSD
-URL:            http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html
-Source0:        http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-%{version}.tar.gz
+URL:            http://forge.ocamlcore.org/projects/lablgl/
+Source0:        http://forge.ocamlcore.org/frs/download.php/816/lablgl-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    sparc64 s390 s390x
 
@@ -50,7 +50,7 @@ developing applications that use %{name}.
 
 
 %prep
-%setup -q -n lablGL-%{version}
+%setup -q -n lablGL
 
 cat > Makefile.config <<EOF
 CAMLC = ocamlc.opt
@@ -144,6 +144,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jun 8 2012 Orion Poplawski <orion at cora.nwra.com> - 20120306-1
+- Update to version 20120306.
+- Update URL.
+- Build for OCaml 4.00.0.
+
 * Sat Apr 28 2012 Richard W.M. Jones <rjones at redhat.com> - 1.04-7
 - Bump and rebuild against new OCaml compiler in ARM.
 
diff --git a/sources b/sources
index 65b7169..0deeb4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dcf05a0cffffdf06cbe0fe55f9eff974  lablgl-1.04.tar.gz
+c850c8500837165adfa98535ad33f770  lablgl-20120306.tar.gz


More information about the scm-commits mailing list