Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libdex for openSUSE:Factory checked in at 2024-10-22 14:52:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdex (Old) and /work/SRC/openSUSE:Factory/.libdex.new.26871 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdex" Tue Oct 22 14:52:18 2024 rev:8 rq:1216792 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libdex/libdex.changes 2024-10-08 17:24:23.056967434 +0200 +++ /work/SRC/openSUSE:Factory/.libdex.new.26871/libdex.changes 2024-10-22 14:53:15.228740344 +0200 @@ -1,0 +2,6 @@ +Sat Oct 19 10:17:15 UTC 2024 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 0.8.1: + + Fix disabling of assertions in production builds + +------------------------------------------------------------------- Old: ---- libdex-0.8.0.obscpio New: ---- libdex-0.8.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdex.spec ++++++ --- /var/tmp/diff_new_pack.ALITbX/_old 2024-10-22 14:53:16.996814092 +0200 +++ /var/tmp/diff_new_pack.ALITbX/_new 2024-10-22 14:53:17.000814259 +0200 @@ -20,7 +20,7 @@ %bcond_with profiling Name: libdex -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: Library supporting "Deferred Execution" for GNOME and GTK License: LGPL-2.1-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ALITbX/_old 2024-10-22 14:53:17.028815427 +0200 +++ /var/tmp/diff_new_pack.ALITbX/_new 2024-10-22 14:53:17.028815427 +0200 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/libdex.git</param> - <param name="revision">0.8.0</param> + <param name="revision">0.8.1</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> ++++++ libdex-0.8.0.obscpio -> libdex-0.8.1.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libdex-0.8.0/NEWS new/libdex-0.8.1/NEWS --- old/libdex-0.8.0/NEWS 2024-09-16 23:59:30.000000000 +0200 +++ new/libdex-0.8.1/NEWS 2024-10-18 23:29:32.000000000 +0200 @@ -1,3 +1,10 @@ +libdex 0.8.1 +============ + +This is a stable release for GNOME 47.0 + + * Fix disabling of assertions in production builds + libdex 0.8.0 ============ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libdex-0.8.0/meson.build new/libdex-0.8.1/meson.build --- old/libdex-0.8.0/meson.build 2024-09-16 23:59:30.000000000 +0200 +++ new/libdex-0.8.1/meson.build 2024-10-18 23:29:32.000000000 +0200 @@ -1,5 +1,5 @@ project('libdex', 'c', - version: '0.8.0', + version: '0.8.1', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', 'c_std=gnu11', ], ) @@ -160,7 +160,7 @@ '-Wl,-z,now', '-Wl,-z,noexecstack', ] -if not get_option('debug') +if not get_option('buildtype').startswith('debug') add_global_arguments('-DG_DISABLE_CAST_CHECKS', language: 'c') release_args += [ '-DG_DISABLE_ASSERT' ] test_link_args += [ ++++++ libdex.obsinfo ++++++ --- /var/tmp/diff_new_pack.ALITbX/_old 2024-10-22 14:53:17.200822602 +0200 +++ /var/tmp/diff_new_pack.ALITbX/_new 2024-10-22 14:53:17.204822768 +0200 @@ -1,5 +1,5 @@ name: libdex -version: 0.8.0 -mtime: 1726523970 -commit: a23e48f8846e219a061ca20bf769e8cbcfd41c13 +version: 0.8.1 +mtime: 1729286972 +commit: 01652cc39452170bf3d79d96cde7fb884b366db6