Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ocaml-ctypes for openSUSE:Factory 
checked in at 2023-09-15 22:05:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-ctypes (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-ctypes.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-ctypes"

Fri Sep 15 22:05:27 2023 rev:6 rq:1111498 version:0.21.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-ctypes/ocaml-ctypes.changes        
2023-07-25 11:50:00.453067553 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-ctypes.new.1766/ocaml-ctypes.changes      
2023-09-15 22:10:50.408644594 +0200
@@ -1,0 +2,6 @@
+Sat Sep  9 09:09:09 UTC 2023 - oher...@suse.de
+
+- Update to version 0.21.1
+  See included CHANGES.md for details
+
+-------------------------------------------------------------------

Old:
----
  ocaml-ctypes-0.21.0.tar.xz

New:
----
  ocaml-ctypes-0.21.1.tar.xz

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

Other differences:
------------------
++++++ ocaml-ctypes.spec ++++++
--- /var/tmp/diff_new_pack.4e8zge/_old  2023-09-15 22:10:51.676689932 +0200
+++ /var/tmp/diff_new_pack.4e8zge/_new  2023-09-15 22:10:51.676689932 +0200
@@ -32,7 +32,7 @@
 
 %define     pkg ocaml-ctypes
 Name:           %pkg%nsuffix
-Version:        0.21.0
+Version:        0.21.1
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        Combinators for binding to C libraries without writing any C

++++++ _service ++++++
--- /var/tmp/diff_new_pack.4e8zge/_old  2023-09-15 22:10:51.712691220 +0200
+++ /var/tmp/diff_new_pack.4e8zge/_new  2023-09-15 22:10:51.716691363 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="filename">ocaml-ctypes</param>
-    <param name="revision">8a7fd3d08c9a3a5b43febd06c74a3c3dc6fb5bab</param>
+    <param name="revision">3f8211a81bcce2d3785bf7158ee72b7d6a107afe</param>
     <param name="scm">git</param>
     <param name="submodules">disable</param>
     <param name="url">https://github.com/yallop/ocaml-ctypes.git</param>

++++++ ocaml-ctypes-0.21.0.tar.xz -> ocaml-ctypes-0.21.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-ctypes-0.21.0/CHANGES.md 
new/ocaml-ctypes-0.21.1/CHANGES.md
--- old/ocaml-ctypes-0.21.0/CHANGES.md  2023-07-12 21:04:48.000000000 +0200
+++ new/ocaml-ctypes-0.21.1/CHANGES.md  2023-07-20 22:00:22.000000000 +0200
@@ -1,3 +1,7 @@
+## ctypes 0.21.1
+
+* Add missing version information to dune-project
+
 ## ctypes 0.21.0
 
 * Switch to dune  
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-ctypes-0.21.0/dune-project 
new/ocaml-ctypes-0.21.1/dune-project
--- old/ocaml-ctypes-0.21.0/dune-project        2023-07-12 21:04:48.000000000 
+0200
+++ new/ocaml-ctypes-0.21.1/dune-project        2023-07-20 22:00:22.000000000 
+0200
@@ -1,5 +1,6 @@
 (lang dune 2.9)
 (name ctypes)
+(version 0.21.1)
 (formatting (enabled_for dune))
 (use_standard_c_and_cxx_flags true)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-ctypes-0.21.0/tests/test-funptrs/dune 
new/ocaml-ctypes-0.21.1/tests/test-funptrs/dune
--- old/ocaml-ctypes-0.21.0/tests/test-funptrs/dune     2023-07-12 
21:04:48.000000000 +0200
+++ new/ocaml-ctypes-0.21.1/tests/test-funptrs/dune     2023-07-20 
22:00:22.000000000 +0200
@@ -1,5 +1,6 @@
 (test
  (name test_funptrs)
+ (package ctypes-foreign)
  (link_flags
   (:include ../flags/link-flags.sexp))
  (libraries

Reply via email to