commit ocaml-lablgl for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package ocaml-lablgl for openSUSE:Factory 
checked in at 2019-11-12 16:12:16

Comparing /work/SRC/openSUSE:Factory/ocaml-lablgl (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-lablgl.new.2990 (New)


Package is "ocaml-lablgl"

Tue Nov 12 16:12:16 2019 rev:5 rq:747693 version:1.06

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-lablgl/ocaml-lablgl.changes
2019-10-27 13:40:39.089240749 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-lablgl.new.2990/ocaml-lablgl.changes  
2019-11-12 16:12:17.919809053 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+
+---



Other differences:
--
++ ocaml-lablgl.spec ++
--- /var/tmp/diff_new_pack.TGVGN7/_old  2019-11-12 16:12:18.363809530 +0100
+++ /var/tmp/diff_new_pack.TGVGN7/_new  2019-11-12 16:12:18.367809534 +0100
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,23 +21,18 @@
 Version:1.06
 Release:0
 %{?ocaml_preserve_bytecode}
-
-Summary:LablGL is an OpenGL interface for Objective Caml
+Summary:An openGL interface for OCaml
 License:BSD-3-Clause
 Group:  Development/Languages/OCaml
-
 Url:https://github.com/garrigue/lablgl
 Source0:%{name}-%{version}.tar.xz
-
 BuildRequires:  ocaml
-BuildRequires:  ocaml-findlib
-BuildRequires:  ocaml-camlp5-devel
-BuildRequires:  ocaml-labltk-devel
-BuildRequires:  ocaml-rpm-macros >= 20191004
-BuildRequires:  pkg-config
+BuildRequires:  ocaml-dune
+BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocamlfind(camlp5)
+BuildRequires:  ocamlfind(dune.configurator)
+BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
-BuildRequires:  pkgconfig(freeglut)
-BuildRequires:  pkgconfig(xmu)
 
 %description
 LablGL is is an Objective Caml interface to OpenGL. Support is
@@ -46,107 +41,31 @@
 implementations (SGI, Digital Unix, Solaris...), with XFree86 GLX
 extension, or with open-source Mesa.
 
-
 %packagedevel
 Summary:Development files for %{name}
 Group:  Development/Languages/OCaml
 Requires:   %{name} = %{version}
-Requires:   ocaml-labltk-devel
 
 %descriptiondevel
 The %{name}-devel package contains libraries and signature files for
 developing applications that use %{name}.
 
-
 %prep
 %autosetup -p1
 
 %build
-tee Makefile.config 

commit ocaml-lablgl for openSUSE:Factory

2019-10-27 Thread root
Hello community,

here is the log from the commit of package ocaml-lablgl for openSUSE:Factory 
checked in at 2019-10-27 13:40:32

Comparing /work/SRC/openSUSE:Factory/ocaml-lablgl (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-lablgl.new.2990 (New)


Package is "ocaml-lablgl"

Sun Oct 27 13:40:32 2019 rev:4 rq:738921 version:1.06

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-lablgl/ocaml-lablgl.changes
2017-08-18 15:01:57.190856962 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-lablgl.new.2990/ocaml-lablgl.changes  
2019-10-27 13:40:39.089240749 +0100
@@ -1,0 +2,6 @@
+Wed Oct  9 15:28:30 UTC 2019 - oher...@suse.de
+
+- Update to 1.06
+  New release for caml 4.08.
+
+---

Old:

  lablgl-1.05.tar.xz

New:

  _service
  ocaml-lablgl-1.06.tar.xz



Other differences:
--
++ ocaml-lablgl.spec ++
--- /var/tmp/diff_new_pack.9vUCCZ/_old  2019-10-27 13:40:40.585242553 +0100
+++ /var/tmp/diff_new_pack.9vUCCZ/_new  2019-10-27 13:40:40.621242597 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   ocaml-lablgl
-Version:1.05
+Version:1.06
 Release:0
 %{?ocaml_preserve_bytecode}
 
@@ -26,22 +26,18 @@
 License:BSD-3-Clause
 Group:  Development/Languages/OCaml
 
-Url:https://forge.ocamlcore.org/projects/lablgl/
-Source0:lablgl-%{version}.tar.xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:https://github.com/garrigue/lablgl
+Source0:%{name}-%{version}.tar.xz
 
-BuildRequires:  Mesa-devel
-BuildRequires:  freeglut-devel
 BuildRequires:  ocaml
-BuildRequires:  ocaml-camlp4-devel
+BuildRequires:  ocaml-findlib
+BuildRequires:  ocaml-camlp5-devel
 BuildRequires:  ocaml-labltk-devel
-BuildRequires:  ocaml-rpm-macros >= 4.02.1
-BuildRequires:  tcl-devel
-BuildRequires:  tk-devel
-BuildRequires:  xorg-x11-libX11-devel
-BuildRequires:  xorg-x11-libXext-devel
-BuildRequires:  xorg-x11-libXmu-devel
-BuildRequires:  xorg-x11-proto-devel
+BuildRequires:  ocaml-rpm-macros >= 20191004
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(glu)
+BuildRequires:  pkgconfig(freeglut)
+BuildRequires:  pkgconfig(xmu)
 
 %description
 LablGL is is an Objective Caml interface to OpenGL. Support is
@@ -63,9 +59,10 @@
 
 
 %prep
-%setup -q -n lablgl-%{version}
+%autosetup -p1
 
-cat > Makefile.config <
  
https://github.com/garrigue/lablgl.git
git
1.06

d0fd3cb1d1ca345e47ea198aead3dce727650ae4
ocaml-lablgl
  
  
*.tar
xz
  
  




commit ocaml-lablgl for openSUSE:Factory

2017-08-18 Thread root
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.0 +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 
 #
 # 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 @@
 
 %packagedevel
 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 <

commit ocaml-lablgl for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package ocaml-lablgl for openSUSE:Factory 
checked in at 2016-07-15 12:46:21

Comparing /work/SRC/openSUSE:Factory/ocaml-lablgl (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-lablgl.new (New)


Package is "ocaml-lablgl"

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-lablgl/ocaml-lablgl.changes
2014-11-13 09:17:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-lablgl.new/ocaml-lablgl.changes   
2016-07-15 12:46:33.0 +0200
@@ -1,0 +2,5 @@
+Tue Nov 10 10:18:47 UTC 2015 - oher...@suse.de
+
+- Add hardcoded Provides for pre 12.1 repos
+
+---



Other differences:
--
++ ocaml-lablgl.spec ++
--- /var/tmp/diff_new_pack.CiSgcb/_old  2016-07-15 12:46:35.0 +0200
+++ /var/tmp/diff_new_pack.CiSgcb/_new  2016-07-15 12:46:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-lablgl
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Andrew Psaltis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -29,6 +29,13 @@
 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
@@ -134,16 +141,25 @@
   fi; \
 done
 popd
+#
+mkdir -vp %{buildroot}/etc/ld.so.conf.d/
+tee %{buildroot}/etc/ld.so.conf.d/%{name}.conf <<_EOF_
+%{_libdir}/ocaml/stublibs
+_EOF_
+#
+
+%post   -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
 %doc README
-%dir %{_libdir}/ocaml/lablGL
-%{_libdir}/ocaml/lablGL/*.cma
-%{_libdir}/ocaml/lablGL/*.cmi
-%{_libdir}/ocaml/stublibs/*.so
+/etc/ld.so.conf.d/*.conf
 %{_bindir}/lablgl
 %{_bindir}/lablglut
+%dir %{_libdir}/ocaml/lablGL
+%{_libdir}/ocaml/stublibs/*.so
 
 %files devel
 %defattr(-,root,root,-)
@@ -154,6 +170,8 @@
 %{_libdir}/ocaml/lablGL/*.cmxa
 %{_libdir}/ocaml/lablGL/*.cmx
 %endif
+%{_libdir}/ocaml/lablGL/*.cma
+%{_libdir}/ocaml/lablGL/*.cmi
 %{_libdir}/ocaml/lablGL/*.mli
 %{_libdir}/ocaml/lablGL/build.ml