Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package calls for openSUSE:Factory checked 
in at 2026-05-23 23:26:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calls (Old)
 and      /work/SRC/openSUSE:Factory/.calls.new.2084 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calls"

Sat May 23 23:26:43 2026 rev:18 rq:1354858 version:50.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/calls/calls.changes      2026-03-27 
16:51:14.411788472 +0100
+++ /work/SRC/openSUSE:Factory/.calls.new.2084/calls.changes    2026-05-23 
23:28:35.059668440 +0200
@@ -1,0 +2,20 @@
+Thu May 21 07:48:13 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 50.0:
+  + Lookup emergency numbers from mobile-broadband-provider-info
+  + Local ringback while alerting peer for SIP calls (needs new
+    dependency: gsound).
+  + Add proxy support for SIP
+  + Fix systemd unit not starting in daemon mode and restart on
+    failure
+  + Logging respects G_MESSAGES_DEBUG again
+  + Avoid crash with fortified sources in the network watch module
+  + Updated translations.
+- Replace appstream-glib with AppStream BuildRequires.
+- Enable some tests again.
+- Add pkgconfig(mobile-broadband-provider-info) and
+  pkgconfig(gmobile) BuildRequires: New dependencies.
+- Add new libcall-ui submodule to _service file and inject
+  subproject into the source directory.
+
+-------------------------------------------------------------------

Old:
----
  calls-49.1.1.tar.xz

New:
----
  calls-50.0.tar.xz
  libcall-ui-0.gitmodule.tar.xz
  libcall-ui.obsinfo

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

Other differences:
------------------
++++++ calls.spec ++++++
--- /var/tmp/diff_new_pack.cp4z5Z/_old  2026-05-23 23:28:36.087710408 +0200
+++ /var/tmp/diff_new_pack.cp4z5Z/_new  2026-05-23 23:28:36.087710408 +0200
@@ -17,13 +17,14 @@
 
 
 Name:           calls
-Version:        49.1.1
+Version:        50.0
 Release:        0
 Summary:        A phone dialer and call handler
 License:        GPL-3.0-only AND MIT
 URL:            https://gitlab.gnome.org/GNOME/calls
 Source0:        %{name}-%{version}.tar.xz
-BuildRequires:  appstream-glib
+Source1:        libcall-ui-0.gitmodule.tar.xz
+BuildRequires:  AppStream
 BuildRequires:  c++_compiler
 BuildRequires:  c_compiler
 BuildRequires:  desktop-file-utils
@@ -36,6 +37,7 @@
 BuildRequires:  xvfb-run
 BuildRequires:  pkgconfig(folks)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.50.0
+BuildRequires:  pkgconfig(gmobile)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gom-1.0)
 BuildRequires:  pkgconfig(gsound)
@@ -49,6 +51,7 @@
 BuildRequires:  pkgconfig(libfeedback-0.0)
 BuildRequires:  pkgconfig(libpeas-2)
 BuildRequires:  pkgconfig(mm-glib)
+BuildRequires:  pkgconfig(mobile-broadband-provider-info)
 BuildRequires:  pkgconfig(sofia-sip-ua-glib)
 
 %description
@@ -70,6 +73,10 @@
 
 %prep
 %autosetup -p1
+pushd subprojects
+tar xf %{SOURCE1}
+mv libcall-ui-0.gitmodule libcall-ui
+popd
 
 %build
 %meson \
@@ -85,13 +92,13 @@
 %find_lang call-ui %{?no_lang_C}
 
 %check
-appstream-util validate-relax --nonet 
%{buildroot}%{_datadir}/metainfo/org.gnome.Calls.metainfo.xml
+appstreamcli validate --no-net 
%{buildroot}%{_datadir}/metainfo/org.gnome.Calls.metainfo.xml
 desktop-file-validate 
%{buildroot}%{_datadir}/applications/org.gnome.Calls.desktop
 
 ## Some tests are failing in the build environment, so we manually just run a 
handful for now.
-#LC_ALL=C.UTF-8 xvfb-run sh <<'SH'
-#%%meson_test manager plugins
-#SH
+LC_ALL=C.UTF-8 xvfb-run sh <<'SH'
+%meson_test manager plugins
+SH
 
 %files
 %license COPYING

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.cp4z5Z/_old  2026-05-23 23:28:36.127712042 +0200
+++ /var/tmp/diff_new_pack.cp4z5Z/_new  2026-05-23 23:28:36.131712204 +0200
@@ -1,6 +1,6 @@
-mtime: 1774254203
-commit: 052f1faa12edbfd79e3f4b106bad7035456e68a780435ce0d25984f4a7b539e3
+mtime: 1779355402
+commit: c06cf8eb8ee0c0c70b73fd7a8f3c1a5d4fac0a97db17c05c34ac9d3db3eb28b5
 url: https://src.opensuse.org/GNOME/calls
-revision: 052f1faa12edbfd79e3f4b106bad7035456e68a780435ce0d25984f4a7b539e3
+revision: c06cf8eb8ee0c0c70b73fd7a8f3c1a5d4fac0a97db17c05c34ac9d3db3eb28b5
 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.cp4z5Z/_old  2026-05-23 23:28:36.151713022 +0200
+++ /var/tmp/diff_new_pack.cp4z5Z/_new  2026-05-23 23:28:36.155713184 +0200
@@ -3,17 +3,25 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/GNOME/calls.git</param>
-    <param name="revision">v49.1.1</param>
+    <param name="revision">v50.0</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
     <!--    <param name="changesgenerate">enable</param> -->
   </service>
+   <service name="obs_scm" mode="manual">
+    <param name="scm">git</param>
+    <param 
name="url">https://gitlab.gnome.org/World/Phosh/libcall-ui.git</param>
+    <param name="revision">3a2044f8e7c45387954ed35d22c6b6309e6751d6</param>
+    <param name="versionformat">0.gitmodule</param>
+  </service>
   <service name="tar" mode="manual"/>
   <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="manual"/>
+  <service name="set_version" mode="manual">
+    <param name="basename">calls</param>
+  </service>
 </services>
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-05-21 11:23:22.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ calls-49.1.1.tar.xz -> calls-50.0.tar.xz ++++++
++++ 29576 lines of diff (skipped)

++++++ calls.obsinfo ++++++
--- /var/tmp/diff_new_pack.cp4z5Z/_old  2026-05-23 23:28:36.747737353 +0200
+++ /var/tmp/diff_new_pack.cp4z5Z/_new  2026-05-23 23:28:36.755737680 +0200
@@ -1,5 +1,5 @@
 name: calls
-version: 49.1.1
-mtime: 1760450874
-commit: 798c698463aa5781d56f2f77bd7abd97129a2c23
+version: 50.0
+mtime: 1773549133
+commit: 271ab5a5acccbc6de44995414ab2093c1f6688ec
 

++++++ libcall-ui.obsinfo ++++++
name: libcall-ui
version: 0.gitmodule
mtime: 1762676592
commit: 3a2044f8e7c45387954ed35d22c6b6309e6751d6

Reply via email to