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 2025-03-04 18:31:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-lablgtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-lablgtk3.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-lablgtk3"

Tue Mar  4 18:31:51 2025 rev:8 rq:1249875 version:3.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-lablgtk3/ocaml-lablgtk3.changes    
2024-01-16 21:39:59.972881239 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-lablgtk3.new.19136/ocaml-lablgtk3.changes 
2025-03-04 18:32:13.301035252 +0100
@@ -1,0 +2,5 @@
+Mon Mar  3 03:03:03 UTC 2025 - oher...@suse.de
+
+- Handle newer camlp5 versions
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ocaml-lablgtk3.spec ++++++
--- /var/tmp/diff_new_pack.X3hjc0/_old  2025-03-04 18:32:14.081067473 +0100
+++ /var/tmp/diff_new_pack.X3hjc0/_new  2025-03-04 18:32:14.081067473 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-lablgtk3
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 %bcond_without ocaml_lablgtk3_gtksourceview3
 %bcond_without ocaml_lablgtk3_gtkspell
+%global  _buildshell /bin/bash
 
 Name:           ocaml-lablgtk3
 Version:        3.1.3
@@ -26,16 +27,17 @@
 Group:          Development/Languages/OCaml
 URL:            https://opam.ocaml.org/packages/lablgtk3
 Source:         %name-%version.tar.xz
-BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20231101
-BuildRequires:  pkg-config
+BuildRequires:  bash
 BuildRequires:  ocaml(ocaml_base_version) >= 4.09
+BuildRequires:  ocaml-dune
+BuildRequires:  ocaml-rpm-macros >= 20240909
 BuildRequires:  ocamlfind(cairo2)
 BuildRequires:  ocamlfind(camlp-streams)
 BuildRequires:  ocamlfind(camlp5)
 BuildRequires:  ocamlfind(dune-configurator)
 BuildRequires:  ocamlfind(findlib)
 BuildRequires:  ocamlfind(threads)
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.18
 %if %{with ocaml_lablgtk3_gtksourceview3}
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.18
@@ -69,6 +71,16 @@
 %build
 sed -i~ '/mode promote/d' tools/dune
 diff -u "$_"~ "$_" && exit 1
+read < <(camlp5 -version)
+case "${REPLY}" in
+7*) ;;
+8.00.*) ;;
+8.02.*) ;;
+*)
+sed -i~ 's@camlp5o pr_o.cmo -impl@camlp5o o_keywords.cmo pr_o.cmo -impl@' 
tools/dune
+diff -u "$_"~ "$_" && exit 1
+;;
+esac
 dune_release_pkgs='lablgtk3'
 %if %{with ocaml_lablgtk3_gtksourceview3}
 dune_release_pkgs="${dune_release_pkgs},lablgtk3-sourceview3"

++++++ _service ++++++
--- /var/tmp/diff_new_pack.X3hjc0/_old  2025-03-04 18:32:14.113068795 +0100
+++ /var/tmp/diff_new_pack.X3hjc0/_new  2025-03-04 18:32:14.113068795 +0100
@@ -1,5 +1,5 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="tar_scm" mode="manual">
     <param name="exclude">.cvsignore</param>
     <param name="exclude">.travis.yml</param>
     <param name="exclude">Makefile</param>
@@ -23,10 +23,10 @@
     <param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
   </service>
-  <service name="recompress" mode="disabled">
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="disabled"/>
+  <service name="set_version" mode="manual"/>
 </services>
 

++++++ ocaml-lablgtk3-3.1.3.tar.xz ++++++

Reply via email to