Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package calls for openSUSE:Factory checked in at 2023-06-13 16:10:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/calls (Old) and /work/SRC/openSUSE:Factory/.calls.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calls" Tue Jun 13 16:10:55 2023 rev:6 rq:1092846 version:44.2 Changes: -------- --- /work/SRC/openSUSE:Factory/calls/calls.changes 2023-04-24 22:31:38.387662767 +0200 +++ /work/SRC/openSUSE:Factory/.calls.new.15902/calls.changes 2023-06-13 16:10:55.475386104 +0200 @@ -1,0 +2,7 @@ +Sun Jun 11 20:42:49 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 44.2: + + Fix origin being unrefed making calling impossible after a few + of calls. + +------------------------------------------------------------------- Old: ---- calls-44.1.tar.xz New: ---- calls-44.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ calls.spec ++++++ --- /var/tmp/diff_new_pack.aPyOvX/_old 2023-06-13 16:10:56.127389951 +0200 +++ /var/tmp/diff_new_pack.aPyOvX/_new 2023-06-13 16:10:56.131389974 +0200 @@ -17,7 +17,7 @@ Name: calls -Version: 44.1 +Version: 44.2 Release: 0 Summary: A phone dialer and call handler License: GPL-3.0-only AND MIT ++++++ calls-44.1.tar.xz -> calls-44.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calls-44.1/.gitlab-ci.yml new/calls-44.2/.gitlab-ci.yml --- old/calls-44.1/.gitlab-ci.yml 2023-04-21 10:44:07.000000000 +0200 +++ new/calls-44.2/.gitlab-ci.yml 2023-06-11 00:40:19.000000000 +0200 @@ -124,11 +124,13 @@ # Publish Flatpak for x86_64 nightly@x86_64: extends: '.publish_nightly' + allow_failure: true needs: ['flatpak@x86_64'] # Publish Flatpak for aarch64 nightly@aarch64: extends: '.publish_nightly' + allow_failure: true needs: ['flatpak@aarch64'] pages: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calls-44.1/NEWS new/calls-44.2/NEWS --- old/calls-44.1/NEWS 2023-04-21 10:44:07.000000000 +0200 +++ new/calls-44.2/NEWS 2023-06-11 00:40:19.000000000 +0200 @@ -1,3 +1,13 @@ +Calls 44.2 +---------- +Released: June 2023 + +Bugfix release + +Fixes: +====== +* Fix origin being unrefed making calling impossible after a few of calls + Calls 44.1 ---------- Released: April 2023 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calls-44.1/data/org.gnome.Calls.metainfo.xml new/calls-44.2/data/org.gnome.Calls.metainfo.xml --- old/calls-44.1/data/org.gnome.Calls.metainfo.xml 2023-04-21 10:44:07.000000000 +0200 +++ new/calls-44.2/data/org.gnome.Calls.metainfo.xml 2023-06-11 00:40:19.000000000 +0200 @@ -62,6 +62,17 @@ <content_rating type="oars-1.1"/> <releases> + <release version="44.2" date="2023-06-10"> + <description> + <p> + Calls 44.2 is a bugfix release. + </p> + <ul> + <li>Fix placing a call becoming impossible after a few placed calls</li> + </ul> + </description> + </release> + <release version="44.1" date="2023-04-21"> <description> <p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calls-44.1/debian/changelog new/calls-44.2/debian/changelog --- old/calls-44.1/debian/changelog 2023-04-21 10:44:07.000000000 +0200 +++ new/calls-44.2/debian/changelog 2023-06-11 00:40:19.000000000 +0200 @@ -1,3 +1,11 @@ +gnome-calls (44.2) byzantium; urgency=medium + + * mm-origin: Don't unref o88a9970b gnome-44 test-application: Use dummy plugin + * sip-provider: Add debugging to password lookup + * ci: Allow nightly jobs to failrigin in call_deleted_cb (Closes: #573) + + -- Evangelos Ribeiro Tzaras <devrtz-deb...@fortysixandtwo.eu> Sat, 10 Jun 2023 20:55:03 +0200 + gnome-calls (44.1) byzantium; urgency=medium [ Guido Günther ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calls-44.1/meson.build new/calls-44.2/meson.build --- old/calls-44.1/meson.build 2023-04-21 10:44:07.000000000 +0200 +++ new/calls-44.2/meson.build 2023-06-11 00:40:19.000000000 +0200 @@ -22,7 +22,7 @@ project( 'calls', 'c', 'vala', - version: '44.1', + version: '44.2', license: 'GPLv3+', meson_version: '>= 0.56.0', default_options: [ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calls-44.1/plugins/provider/mm/calls-mm-origin.c new/calls-44.2/plugins/provider/mm/calls-mm-origin.c --- old/calls-44.1/plugins/provider/mm/calls-mm-origin.c 2023-04-21 10:44:07.000000000 +0200 +++ new/calls-44.2/plugins/provider/mm/calls-mm-origin.c 2023-06-11 00:40:19.000000000 +0200 @@ -552,7 +552,7 @@ const char *path, gpointer user_data) { - g_autoptr (CallsMMOrigin) self = NULL; + CallsMMOrigin *self; gpointer call; gpointer key; const char *mm_reason; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calls-44.1/plugins/provider/sip/calls-sip-provider.c new/calls-44.2/plugins/provider/sip/calls-sip-provider.c --- old/calls-44.1/plugins/provider/sip/calls-sip-provider.c 2023-04-21 10:44:07.000000000 +0200 +++ new/calls-44.2/plugins/provider/sip/calls-sip-provider.c 2023-06-11 00:40:19.000000000 +0200 @@ -140,6 +140,8 @@ else id = g_strdup (data->name); + g_debug ("Password looked up for %s", id); + host = g_key_file_get_string (data->key_file, data->name, "Host", NULL); user = g_key_file_get_string (data->key_file, data->name, "User", NULL); display_name = g_key_file_get_string (data->key_file, data->name, "DisplayName", NULL); @@ -197,6 +199,8 @@ can_tel, FALSE); } + + static void new_origin_from_keyfile_secret (CallsSipProvider *self, GKeyFile *key_file, @@ -223,6 +227,7 @@ data->key_file = g_key_file_ref (key_file); data->name = g_strdup (name); + g_debug ("Looking up password for account '%s'", name); secret_password_lookup (calls_secret_get_schema (), NULL, on_origin_pw_looked_up, data, CALLS_SERVER_ATTRIBUTE, host, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/calls-44.1/tests/test-application.c new/calls-44.2/tests/test-application.c --- old/calls-44.1/tests/test-application.c 2023-04-21 10:44:07.000000000 +0200 +++ new/calls-44.2/tests/test-application.c 2023-06-11 00:40:19.000000000 +0200 @@ -26,12 +26,12 @@ test_application_shutdown_daemon (void) { CallsApplication *app = calls_application_new (); - char *argv[] = { "test", "--daemon", NULL }; + char *argv[] = { "test", "--daemon", "-p", "dummy", NULL }; int status; g_idle_add (on_idle_quit, app); - status = g_application_run (G_APPLICATION (app), 3, argv); + status = g_application_run (G_APPLICATION (app), G_N_ELEMENTS (argv), argv); g_assert_cmpint (status, ==, 0); g_assert_finalize_object (app); @@ -42,11 +42,12 @@ test_application_shutdown_no_daemon (void) { CallsApplication *app = calls_application_new (); + char *argv[] = { "test", "-p", "dummy", NULL }; int status; g_idle_add (on_idle_quit, app); - status = g_application_run (G_APPLICATION (app), 0, NULL); + status = g_application_run (G_APPLICATION (app), G_N_ELEMENTS (argv), argv); g_assert_cmpint (status, ==, 0); g_assert_finalize_object (app); @@ -57,11 +58,12 @@ test_application_shutdown_delayed (void) { CallsApplication *app = calls_application_new (); + char *argv[] = { "test", "-p", "dummy", NULL }; int status; g_timeout_add_seconds (5, on_idle_quit, app); - status = g_application_run (G_APPLICATION (app), 0, NULL); + status = g_application_run (G_APPLICATION (app), G_N_ELEMENTS (argv), argv); g_assert_cmpint (status, ==, 0); g_assert_finalize_object (app);