Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ocaml-lablgtk3 for openSUSE:Factory 
checked in at 2021-04-29 01:36:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-lablgtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-lablgtk3.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-lablgtk3"

Thu Apr 29 01:36:45 2021 rev:3 rq:867937 version:3.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-lablgtk3/ocaml-lablgtk3.changes    
2020-06-17 14:56:28.862243337 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-lablgtk3.new.12324/ocaml-lablgtk3.changes 
2021-04-29 01:37:14.118479354 +0200
@@ -1,0 +2,6 @@
+Thu Jan 21 21:21:21 UTC 2021 - [email protected]
+
+- Update to version 3.1.1
+  Remove obsolete ocaml-lablgtk3.ml_table_extension_events.patch
+
+-------------------------------------------------------------------

Old:
----
  ocaml-lablgtk3-3.1.0.tar.xz
  ocaml-lablgtk3.ml_table_extension_events.patch

New:
----
  ocaml-lablgtk3-3.1.1.tar.xz

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

Other differences:
------------------
++++++ ocaml-lablgtk3.spec ++++++
--- /var/tmp/diff_new_pack.VzMkDQ/_old  2021-04-29 01:37:14.802480323 +0200
+++ /var/tmp/diff_new_pack.VzMkDQ/_new  2021-04-29 01:37:14.806480329 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-lablgtk3
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,21 @@
 
 
 Name:           ocaml-lablgtk3
-Version:        3.1.0
+Version:        3.1.1
 Release:        0
 Summary:        Binding to Cairo, a 2D Vector Graphics Library.  
-License:        LGPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          Development/Languages/OCaml
-Url:            https://github.com/garrigue/lablgtk
+URL:            https://opam.ocaml.org/packages/lablgtk3
 Source:         %{name}-%{version}.tar.xz
-Patch0:         ocaml-lablgtk3.ml_table_extension_events.patch
-BuildRequires:  ocaml(ocaml_base_version) >= 4.05
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocaml-rpm-macros >= 20210121
+BuildRequires:  pkg-config
+BuildRequires:  ocaml(ocaml_base_version) >= 4.05
 BuildRequires:  ocamlfind(cairo2)
-BuildRequires:  ocamlfind(dune.configurator)
 BuildRequires:  ocamlfind(camlp5)
+BuildRequires:  ocamlfind(dune.configurator)
 BuildRequires:  ocamlfind(threads)
-BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.18
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.18
 BuildRequires:  pkgconfig(gtkspell3-3.0) >= 3.0.4

++++++ _service ++++++
--- /var/tmp/diff_new_pack.VzMkDQ/_old  2021-04-29 01:37:14.846480386 +0200
+++ /var/tmp/diff_new_pack.VzMkDQ/_new  2021-04-29 01:37:14.846480386 +0200
@@ -1,26 +1,27 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">https://github.com/garrigue/lablgtk.git</param>
-    <param name="scm">git</param>
-    <param name="versionformat">@PARENT_TAG@</param>
-    <!-- lablgtk3 3.1.0 -->
-    <param name="revision">56ec4e86585e0fe0b4fe83bdbfa20aa1e244a9e0</param>
+    <param name="exclude">.cvsignore</param>
+    <param name="exclude">.travis.yml</param>
+    <param name="exclude">Makefile</param>
+    <param name="exclude">README.dune.md</param>
+    <param name="exclude">applications</param>
+    <param name="exclude">azure-pipelines.yml</param>
+    <param name="exclude">doc</param>
+    <param name="exclude">examples</param>
+    <param name="exclude">src-unsupported</param>
+    <param name="exclude">tools/check_externals.ml4</param>
+    <param name="exclude">tools/check_externals.ml</param>
+    <param name="exclude">tools/introspection</param>
+    <param name="exclude">tools/propcc.ml</param>
+    <param name="exclude">tools/varcc.ml</param>
     <param name="filename">ocaml-lablgtk3</param>
+    <param name="revision">65b109ce2ada0458d1716a37d6d60fbc645fc614</param>
+    <param name="scm">git</param>
     <param name="submodules">disable</param>
-<param name="exclude">.cvsignore</param>
-<param name="exclude">.travis.yml</param>
-<param name="exclude">Makefile</param>
-<param name="exclude">README.dune.md</param>
-<param name="exclude">applications</param>
-<param name="exclude">azure-pipelines.yml</param>
-<param name="exclude">doc</param>
-<param name="exclude">examples</param>
-<param name="exclude">src-unsupported</param>
-<param name="exclude">tools/check_externals.ml4</param>
-<param name="exclude">tools/check_externals.ml</param>
-<param name="exclude">tools/introspection</param>
-<param name="exclude">tools/propcc.ml</param>
-<param name="exclude">tools/varcc.ml</param>
+    <param name="url">https://github.com/garrigue/lablgtk.git</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
+    <param name="versionrewrite-replacement">\1</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ ocaml-lablgtk3-3.1.0.tar.xz -> ocaml-lablgtk3-3.1.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-lablgtk3-3.1.0/CHANGES.md 
new/ocaml-lablgtk3-3.1.1/CHANGES.md
--- old/ocaml-lablgtk3-3.1.0/CHANGES.md 2020-01-23 15:32:02.000000000 +0100
+++ new/ocaml-lablgtk3-3.1.1/CHANGES.md 2020-06-19 17:17:10.000000000 +0200
@@ -1,5 +1,10 @@
 LablGTK changes log
 
+## In Lablgtk-3.1.1
+
+2020.03.17 [Jerry James]
+  * Fix the build with -fno-common, the default for GCC 10
+
 ## In Lablgtk-3.1.0
 
 2020.01.23 [Jacques]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-lablgtk3-3.1.0/README.md 
new/ocaml-lablgtk3-3.1.1/README.md
--- old/ocaml-lablgtk3-3.1.0/README.md  2020-01-23 15:32:02.000000000 +0100
+++ new/ocaml-lablgtk3-3.1.1/README.md  2020-06-19 17:17:10.000000000 +0200
@@ -1,4 +1,4 @@
-# LablGTK3 3.1.0 : an interface to the GIMP Tool Kit
+# LablGTK3 3.1.1 : an interface to the GIMP Tool Kit
 
 ## Dependencies
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-lablgtk3-3.1.0/src/ml_gdk.c 
new/ocaml-lablgtk3-3.1.1/src/ml_gdk.c
--- old/ocaml-lablgtk3-3.1.0/src/ml_gdk.c       2020-01-23 15:32:02.000000000 
+0100
+++ new/ocaml-lablgtk3-3.1.1/src/ml_gdk.c       2020-06-19 17:17:10.000000000 
+0200
@@ -48,6 +48,8 @@
 #include "gdk_tags.h"
 
 
+lookup_info *ml_table_extension_events;
+
 CAMLprim void ml_raise_gdk (const char *errmsg)
 {
   static const value * exn = NULL;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-lablgtk3-3.1.0/src/ml_gdk.h 
new/ocaml-lablgtk3-3.1.1/src/ml_gdk.h
--- old/ocaml-lablgtk3-3.1.0/src/ml_gdk.h       2020-01-23 15:32:02.000000000 
+0100
+++ new/ocaml-lablgtk3-3.1.1/src/ml_gdk.h       2020-06-19 17:17:10.000000000 
+0200
@@ -86,7 +86,7 @@
 CAMLexport int OptFlags_GdkModifier_val (value);
 CAMLexport int Flags_GdkModifier_val (value);
 CAMLexport int Flags_Event_mask_val (value);
-CAMLexport lookup_info *ml_table_extension_events;
+CAMLextern lookup_info *ml_table_extension_events;
 #define Extension_events_val(key) ml_lookup_to_c(ml_table_extension_events,key)
 
 #define GdkDragContext_val(val) check_cast(GDK_DRAG_CONTEXT,val)

Reply via email to