Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ocaml-cmdliner for openSUSE:Factory 
checked in at 2026-07-17 01:37:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-cmdliner (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-cmdliner.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-cmdliner"

Fri Jul 17 01:37:41 2026 rev:5 rq:1365535 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-cmdliner/ocaml-cmdliner.changes    
2023-07-17 19:23:36.041846660 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-cmdliner.new.24530/ocaml-cmdliner.changes 
2026-07-17 01:39:16.052710671 +0200
@@ -1,0 +2,7 @@
+Tue Jul  7 07:07:07 UTC 2026 - [email protected]
+
+- Update to version 2.1.1
+  see included CHANGES.md file for details
+- Add ocaml-cmdliner.patch
+
+-------------------------------------------------------------------

Old:
----
  ocaml-cmdliner-1.2.0.tar.xz

New:
----
  ocaml-cmdliner-2.1.1.tar.xz
  ocaml-cmdliner.patch

----------(New B)----------
  New:  see included CHANGES.md file for details
- Add ocaml-cmdliner.patch
----------(New E)----------

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

Other differences:
------------------
++++++ ocaml-cmdliner.spec ++++++
--- /var/tmp/diff_new_pack.NO4r1O/_old  2026-07-17 01:39:17.160748120 +0200
+++ /var/tmp/diff_new_pack.NO4r1O/_new  2026-07-17 01:39:17.164748256 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-parmap
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,18 @@
 #
 
 Name:           ocaml-cmdliner
-Version:        1.2.0
+Version:        2.1.1
 Release:        0
 %{?ocaml_preserve_bytecode}
 License:        ISC
+ExclusiveArch:  aarch64 ppc64le riscv64 s390x x86_64
 Summary:        Declarative definition of command line interfaces for OCaml
-Url:            https://github.com/dbuenzli/cmdliner
-Group:          Development/Languages/OCaml
-Source:         %name-%version.tar.xz
+URL:            https://opam.ocaml.org/packages/cmdliner/
+Source0:        %name-%version.tar.xz
+Patch0:         %name.patch
 BuildRequires:  ocaml(ocaml_base_version) >= 4.08
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20230101
+BuildRequires:  ocaml-rpm-macros >= 20260707
 
 %description
 Cmdliner is a module for the declarative definition of command line interfaces.
@@ -39,7 +40,6 @@
 
 %package        devel
 Summary:        Development files for %name
-Group:          Development/Languages/OCaml
 Requires:       %name = %version-%release
 
 %description    devel

++++++ _service ++++++
--- /var/tmp/diff_new_pack.NO4r1O/_old  2026-07-17 01:39:17.208749743 +0200
+++ /var/tmp/diff_new_pack.NO4r1O/_new  2026-07-17 01:39:17.212749878 +0200
@@ -1,7 +1,7 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="tar_scm" mode="manual">
     <param name="filename">ocaml-cmdliner</param>
-    <param name="revision">f82e27a18f32d140b3e18d0632e88797652ad95f</param>
+    <param name="revision">b210c94b4438d459f751d09bc8e3db15e91778cc</param>
     <param name="scm">git</param>
     <param name="submodules">disable</param>
     <param name="url">https://github.com/dbuenzli/cmdliner.git</param>
@@ -9,10 +9,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-cmdliner-1.2.0.tar.xz -> ocaml-cmdliner-2.1.1.tar.xz ++++++
++++ 15892 lines of diff (skipped)

++++++ ocaml-cmdliner.patch ++++++
--- /dev/null
+++ a/dune
@@ -0,0 +1 @@
+(env (_ (flags -g -bin-annot -safe-string))) ; Use the same flags as with 
ocamlbuild
--- /dev/null
+++ a/dune-project
@@ -0,0 +1,2 @@
+(lang dune 1.4)
+(name cmdliner)
--- /dev/null
+++ a/src/dune
@@ -0,0 +1,3 @@
+(library
+ (public_name cmdliner)
+ (wrapped false))

Reply via email to