Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gom for openSUSE:Factory checked in 
at 2024-07-11 20:29:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gom (Old)
 and      /work/SRC/openSUSE:Factory/.gom.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gom"

Thu Jul 11 20:29:33 2024 rev:11 rq:1186690 version:0.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gom/gom.changes  2024-04-12 17:33:57.889939809 
+0200
+++ /work/SRC/openSUSE:Factory/.gom.new.17339/gom.changes       2024-07-11 
20:29:55.761709176 +0200
@@ -1,0 +2,7 @@
+Tue Jul  9 19:55:32 UTC 2024 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 0.5.2:
+  + Fix a mismatched g_mutex_init()/g_mutex_clear() which caused an
+    issue with MUSL-based systems.
+
+-------------------------------------------------------------------

Old:
----
  gom-0.5.1.tar.xz

New:
----
  gom-0.5.2.tar.xz

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

Other differences:
------------------
++++++ gom.spec ++++++
--- /var/tmp/diff_new_pack.XAdzym/_old  2024-07-11 20:29:56.173724401 +0200
+++ /var/tmp/diff_new_pack.XAdzym/_new  2024-07-11 20:29:56.177724549 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gom
-Version:        0.5.1
+Version:        0.5.2
 Release:        0
 Summary:        GObject Data Mapper
 License:        LGPL-2.1-or-later

++++++ gom-0.5.1.tar.xz -> gom-0.5.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gom-0.5.1/NEWS new/gom-0.5.2/NEWS
--- old/gom-0.5.1/NEWS  2024-04-11 01:57:03.000000000 +0200
+++ new/gom-0.5.2/NEWS  2024-07-09 20:44:29.000000000 +0200
@@ -1,7 +1,12 @@
 Major changes in version
 
+0.5.2
+-----
+- Fix a mismatched g_mutex_init()/g_mutex_clear() which caused
+  an issue with MUSL-based systems.
+
 0.5.1
----
+-----
 - Reduce object inflation overhead in GType system usage
 - Avoid some allocations in hot paths
 - Avoid hashtables for resourcegroup items
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gom-0.5.1/gom/gom-repository.c 
new/gom-0.5.2/gom/gom-repository.c
--- old/gom-0.5.1/gom/gom-repository.c  2024-04-11 01:57:03.000000000 +0200
+++ new/gom-0.5.2/gom/gom-repository.c  2024-07-09 20:44:29.000000000 +0200
@@ -973,7 +973,7 @@
 {
    repository->priv = gom_repository_get_instance_private(repository);
 
-   g_mutex_clear (&repository->priv->mutex);
+   g_mutex_init (&repository->priv->mutex);
 }
 
 void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gom-0.5.1/meson.build new/gom-0.5.2/meson.build
--- old/gom-0.5.1/meson.build   2024-04-11 01:57:03.000000000 +0200
+++ new/gom-0.5.2/meson.build   2024-07-09 20:44:29.000000000 +0200
@@ -1,5 +1,5 @@
 project('gom', 'c',
-  version: '0.5.1',
+  version: '0.5.2',
   license: 'LGPL-2.1+',
   meson_version: '>= 0.48')
 

Reply via email to