Hello community,

here is the log from the commit of package ocaml-lablgl for openSUSE:Factory 
checked in at 2017-08-18 15:01:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-lablgl (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-lablgl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-lablgl"

Fri Aug 18 15:01:48 2017 rev:3 rq:512528 version:1.05

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-lablgl/ocaml-lablgl.changes        
2016-07-15 12:46:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-lablgl.new/ocaml-lablgl.changes   
2017-08-18 15:01:57.190856962 +0200
@@ -1,0 +2,15 @@
+Tue Jul 25 13:04:54 UTC 2017 - oher...@suse.de
+
+- Use Group: Development/Languages/OCaml
+
+-------------------------------------------------------------------
+Mon Jul 17 12:48:58 UTC 2017 - oher...@suse.de
+
+- Wrap specfile conditionals to fix quilt setup
+
+-------------------------------------------------------------------
+Mon Jul 17 10:48:58 UTC 2017 - oher...@suse.de
+
+- Remove autodeps for pre openSUSE 12.1 releases
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ocaml-lablgl.spec ++++++
--- /var/tmp/diff_new_pack.JoTBuc/_old  2017-08-18 15:01:57.806770259 +0200
+++ /var/tmp/diff_new_pack.JoTBuc/_new  2017-08-18 15:01:57.810769697 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-lablgl
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Andrew Psaltis <ampsaltis at gmail.com>
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,22 +20,15 @@
 Name:           ocaml-lablgl
 Version:        1.05
 Release:        0
-%{ocaml_preserve_bytecode}
+%{?ocaml_preserve_bytecode}
 
 Summary:        LablGL is an OpenGL interface for Objective Caml
 License:        BSD-3-Clause
-Group:          System/Libraries
+Group:          Development/Languages/OCaml
 
 Url:            https://forge.ocamlcore.org/projects/lablgl/
 Source0:        lablgl-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# ocaml autodep start for pkg: ocaml-lablgl
-# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() 
provides/requires
-%if 0%{?suse_version} < 1210
-Requires:       ocaml-labltk
-Requires:       ocaml-runtime
-%endif
-# ocaml autodep end for pkg: ocaml-lablgl
 
 BuildRequires:  Mesa-devel
 BuildRequires:  freeglut-devel
@@ -60,7 +53,7 @@
 
 %package        devel
 Summary:        Development files for %{name}
-Group:          Development/Libraries/Other
+Group:          Development/Languages/OCaml
 Requires:       %{name} = %{version}
 Requires:       ocaml-labltk-devel
 
@@ -73,7 +66,7 @@
 %setup -q -n lablgl-%{version}
 
 cat > Makefile.config <<EOF
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 CAMLC = ocamlc.opt
 CAMLOPT = ocamlopt.opt
 %else
@@ -97,7 +90,7 @@
 
 %build
 make all
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 make opt
 %endif
 
@@ -166,7 +159,7 @@
 %doc CHANGES COPYRIGHT README LablGlut/examples Togl/examples
 %{_libdir}/ocaml/lablGL/META
 %{_libdir}/ocaml/lablGL/*.a
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/lablGL/*.cmxa
 %{_libdir}/ocaml/lablGL/*.cmx
 %endif


Reply via email to