Script 'mail_helper' called by obssrc
Hello community,

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

Package is "ocaml-mccs"

Thu Apr 29 01:37:38 2021 rev:6 rq:888079 version:1.1+13

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-mccs/ocaml-mccs.changes    2019-11-11 
21:26:18.215933707 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-mccs.new.12324/ocaml-mccs.changes 
2021-04-29 01:38:28.290584485 +0200
@@ -1,0 +2,8 @@
+Fri Apr  9 09:09:09 UTC 2021 - [email protected]
+
+- Require current ocaml-rpm-macros
+- Update to version 1.1+13:
+  * No changelog provided.
+- Fix build with ocaml-mccs.patch
+
+-------------------------------------------------------------------

Old:
----
  ocaml-mccs-1.1+10.tar.xz

New:
----
  ocaml-mccs-1.1+13.tar.xz
  ocaml-mccs.patch

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

Other differences:
------------------
++++++ ocaml-mccs.spec ++++++
--- /var/tmp/diff_new_pack.PlITWv/_old  2021-04-29 01:38:28.662585013 +0200
+++ /var/tmp/diff_new_pack.PlITWv/_new  2021-04-29 01:38:28.666585018 +0200
@@ -18,18 +18,19 @@
 
 
 Name:           ocaml-mccs
-Version:        1.1+10
+Version:        1.1+13
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        Stripped-down version of mccs with OCaml bindings
 License:        LGPL-2.1-only WITH OCaml-LGPL-linking-exception AND 
BSD-3-Clause AND GPL-3.0-only
 Group:          Development/Languages/Other
 Url:            https://github.com/AltGr/ocaml-mccs
-Source:         %{name}-%{version}.tar.xz
+Source0:        %{name}-%{version}.tar.xz
+Patch0:         %{name}.patch
 BuildRequires:  gcc-c++
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocaml-rpm-macros >= 20210409
 BuildRequires:  ocamlfind(cudf)
 
 %description

++++++ _service ++++++
--- /var/tmp/diff_new_pack.PlITWv/_old  2021-04-29 01:38:28.690585052 +0200
+++ /var/tmp/diff_new_pack.PlITWv/_new  2021-04-29 01:38:28.690585052 +0200
@@ -1,8 +1,9 @@
 <services>
   <service mode="disabled" name="tar_scm">
-    <!-- 1.1+10 -->
-    <param name="revision">d8d36a6903aedc29e7c7d2dbbc93081e46ce782f</param>
+    <param name="filename">ocaml-mccs</param>
+    <param name="revision">b46f1df8d9ef9dfe7c153cc10198a0b1ff2fca36</param>
     <param name="scm">git</param>
+    <param name="submodules">disable</param>
     <param name="url">https://github.com/AltGr/ocaml-mccs.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
   </service>

++++++ ocaml-mccs-1.1+10.tar.xz -> ocaml-mccs-1.1+13.tar.xz ++++++
++++ 55043 lines of diff (skipped)

++++++ ocaml-mccs.patch ++++++
--- a/src/glpk/draft/glpios01.c
+++ b/src/glpk/draft/glpios01.c
@@ -1490,7 +1490,7 @@ int ios_add_row(glp_tree *tree, IOSPOOL
 #ifdef NEW_LOCAL /* 02/II-2018 */
 IOSCUT *ios_find_row(IOSPOOL *pool, int i)
 {     /* find row (constraint) in the cut pool */
-      xassert(0);
+      xassert(0); return NULL;
 }
 #else
 IOSCUT *ios_find_row(IOSPOOL *pool, int i)

Reply via email to