Accepting request 963179 from GNOME:Next
New stable rel OBS-URL: https://build.opensuse.org/request/show/963179 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/calls?expand=0&rev=4
This commit is contained in:
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/calls.git</param>
|
||||
<param name="revision">41.1</param>
|
||||
<param name="revision">refs/tags/42.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="scm">git</param>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9588e85ae3dc1480361733974d2857ec890efaef3d79941001853d0c2f7ae3c8
|
||||
size 1366540
|
3
calls-42.0.obscpio
Normal file
3
calls-42.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8dd85833ffc634bc3f19fc11b08bfdcd6b1ee70652b966f1458804ea2e37154
|
||||
size 1936908
|
@@ -1,3 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 08:06:08 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 42.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 6 10:17:47 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 42.rc.1:
|
||||
+ G722 is now the preferred codec for SIP calls.
|
||||
+ Hole punching scheme now also used for RTCP.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 25 23:39:54 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 42.rc0:
|
||||
+ Bugfix release
|
||||
+ Updated libcall-ui to v0.0.2
|
||||
+ Call time now in sync with phosh (phosh 0.16.0 required)
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 12 23:08:29 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 42.beta.1:
|
||||
+ Bugfix release
|
||||
+ Updated libcall-ui to v0.0.1
|
||||
- Changes from version 42.beta.0:
|
||||
+ New features:
|
||||
- SIP providers can now handle tel URIs
|
||||
- Allow adding contacts from call history
|
||||
+ Maybe noteworthy:
|
||||
- In app feedback when SIP accounts go online/offline
|
||||
- Can set preferred audio codecs via gsetting
|
||||
- Changes from version 42.alpha.0:
|
||||
+ New features:
|
||||
- Avatars in the call history and call display
|
||||
- Avatars exposed over DBus so phosh show them on the lockscreen
|
||||
- Can silence ringing over DBus (used in phosh-antispam
|
||||
+ Maybe noteworthy:
|
||||
- Note to distribution packagers: Both Calls and current phosh
|
||||
(0.14.1) are embedding libcall-ui which will install
|
||||
translation files (typically installed to
|
||||
/usr/share/locale/*/LC_MESSAGES/call-ui.mo). The next phosh
|
||||
version will default to not installing i18n files of
|
||||
libcall-ui (World/Phosh/phosh!963). For this version you
|
||||
should either cherry pick World/Phosh/phosh@b51e2001 or
|
||||
exclude call-ui.mo when installing phosh's translations in
|
||||
your packaging.
|
||||
- Improved scrolling performance in the call history
|
||||
- Can use DTMF over DBus (used in phosh on the lockscreen)
|
||||
- Various UI fixes
|
||||
+ Updated translations.
|
||||
- Pass sysconfdir=%%{_distconfdir} to meson, install autostart
|
||||
desktop file to /usr/etc/
|
||||
- Split out a new sub package calls-ofono, and package the
|
||||
deprecated ofono support should some endusers still want to use
|
||||
it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 18:11:37 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5705f0c6cbf09df439be3c19e4516cf797c9d858e302a0d138410dcc272d2823
|
||||
size 1077772
|
@@ -1,4 +1,4 @@
|
||||
name: calls
|
||||
version: 41.1
|
||||
mtime: 1635616661
|
||||
commit: 7b45de69df5a5312f702d79a23ae5e87979857ef
|
||||
version: 42.0
|
||||
mtime: 1647723134
|
||||
commit: 818757d918b37a50727ac10976d9891070e70f22
|
||||
|
39
calls.spec
39
calls.spec
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: calls
|
||||
Version: 41.1
|
||||
Version: 42.0
|
||||
Release: 0
|
||||
Summary: A phone dialer and call handler
|
||||
License: GPL-3.0-only AND MIT
|
||||
@@ -54,47 +54,61 @@ BuildRequires: pkgconfig(sofia-sip-ua-glib)
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
Calls is also a capable sip-client.
|
||||
|
||||
%package ofono
|
||||
Summary: Ofono support for %{name}
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description ofono
|
||||
%{summary}.
|
||||
|
||||
This package is not recommended, only install if you are sure you
|
||||
want ofono support.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson \
|
||||
--sysconfdir=%{_distconfdir} \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%find_lang call-ui %{?no_lang_C}
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet %{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
|
||||
## 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
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS README.md
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.Calls-daemon.desktop
|
||||
%{_bindir}/gnome-%{name}
|
||||
%dir %{_libdir}/%{name}
|
||||
%dir %{_libdir}/%{name}/plugins
|
||||
%dir %{_libdir}/%{name}/plugins/mm
|
||||
%dir %{_libdir}/%{name}/plugins/dummy
|
||||
%dir %{_libdir}/%{name}/plugins/sip
|
||||
%{_distconfdir}/xdg/autostart/org.gnome.Calls-daemon.desktop
|
||||
%{_libdir}/%{name}/plugins/mm/libmm.so
|
||||
%{_libdir}/%{name}/plugins/mm/mm.plugin
|
||||
%{_libdir}/%{name}/plugins/dummy/dummy.plugin
|
||||
%{_libdir}/%{name}/plugins/dummy/libdummy.so
|
||||
%{_libdir}/%{name}/plugins/sip/libsip.so
|
||||
%{_libdir}/%{name}/plugins/sip/sip.plugin
|
||||
# ofono is dead upstream so we exclude the plugins
|
||||
# ofono is dead upstream so we explicitly exclude the plugins from main package
|
||||
%exclude %{_libdir}/%{name}/plugins/ofono/libofono.so
|
||||
%exclude %{_libdir}/%{name}/plugins/ofono/ofono.plugin
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Calls.gschema.xml
|
||||
@@ -103,6 +117,11 @@ SH
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Calls-symbolic.svg
|
||||
%{_datadir}/metainfo/org.gnome.Calls.metainfo.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%files ofono
|
||||
%dir %{_libdir}/%{name}/plugins/ofono
|
||||
%{_libdir}/%{name}/plugins/ofono/libofono.so
|
||||
%{_libdir}/%{name}/plugins/ofono/ofono.plugin
|
||||
|
||||
%files lang -f %{name}.lang -f call-ui.lang
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user