Accepting request 1003123 from GNOME:Next
- Update to version 43.rc.0: + New features: Call display redesigned. + Maybe noteworthy: - Changed the default branch to "main". - Fix auto-connect VoIP setting not being honored. - Fixed issue with outgoin waiting calls considered as incoming call. + Updated translations. - Update to version 43.beta.0: + Improved startup times and scrolling performance with large call histories. + Add "Send SMS" action in history popover - Changes from version 43.alpha.2: + Calls is now DBus activatable. + Made debug logs more meaningful. + Added manpage using rst2man. + Bumped delay until UI is shown to 100ms. + Indicate we're using feedbackd in desktop file which is useful for phosh-mobile-settings. - Changes from version 43.alpha.1: + SIP plugin can now be used for SRTP (SDES key exchange). By default it can only be used when using TLS transport. If you want to use SRTP without TLS, you must set the newly added "always-allow-sdes" gsetting. - Changes from version 43.alpha.0: + Preparations for allowing use of SRTP (not user-visible). + Added switch to display password in VoIP account management. + Updated translations. - Switch from _service to upstream released tarballs. OBS-URL: https://build.opensuse.org/request/show/1003123 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/calls?expand=0&rev=5
This commit is contained in:
parent
6d5cdb47c4
commit
d20819bb35
15
_service
15
_service
@ -1,15 +0,0 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/calls.git</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>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8dd85833ffc634bc3f19fc11b08bfdcd6b1ee70652b966f1458804ea2e37154
|
||||
size 1936908
|
3
calls-43.rc.0.tar.xz
Normal file
3
calls-43.rc.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55b67934fa0d80a4f713e14e14b21691b7143bd74cb1af160090e3727e7eee6f
|
||||
size 531800
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 06:32:18 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 43.rc.0:
|
||||
+ New features: Call display redesigned.
|
||||
+ Maybe noteworthy:
|
||||
- Changed the default branch to "main".
|
||||
- Fix auto-connect VoIP setting not being honored.
|
||||
- Fixed issue with outgoin waiting calls considered as incoming
|
||||
call.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 12 11:31:06 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 43.beta.0:
|
||||
+ Improved startup times and scrolling performance with large
|
||||
call histories.
|
||||
+ Add "Send SMS" action in history popover
|
||||
- Changes from version 43.alpha.2:
|
||||
+ Calls is now DBus activatable.
|
||||
+ Made debug logs more meaningful.
|
||||
+ Added manpage using rst2man.
|
||||
+ Bumped delay until UI is shown to 100ms.
|
||||
+ Indicate we're using feedbackd in desktop file which is useful
|
||||
for phosh-mobile-settings.
|
||||
- Changes from version 43.alpha.1:
|
||||
+ SIP plugin can now be used for SRTP (SDES key exchange).
|
||||
By default it can only be used when using TLS transport.
|
||||
If you want to use SRTP without TLS, you must set the newly
|
||||
added "always-allow-sdes" gsetting.
|
||||
- Changes from version 43.alpha.0:
|
||||
+ Preparations for allowing use of SRTP (not user-visible).
|
||||
+ Added switch to display password in VoIP account management.
|
||||
+ Updated translations.
|
||||
- Switch from _service to upstream released tarballs.
|
||||
- Add python3-docutils BuildRequires: allow to build man pages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 08:06:08 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
name: calls
|
||||
version: 42.0
|
||||
mtime: 1647723134
|
||||
commit: 818757d918b37a50727ac10976d9891070e70f22
|
45
calls.spec
45
calls.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package calls
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,19 +17,20 @@
|
||||
|
||||
|
||||
Name: calls
|
||||
Version: 42.0
|
||||
Version: 43.rc.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
|
||||
|
||||
Source0: https://download.gnome.org/sources/calls/43/%{name}-%{version}.tar.xz
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: sofia-sip
|
||||
BuildRequires: vala
|
||||
BuildRequires: xvfb-run
|
||||
@ -43,7 +44,6 @@ BuildRequires: pkgconfig(gstreamer-audio-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libcallaudio-0.1)
|
||||
BuildRequires: pkgconfig(libcallaudio-0.1)
|
||||
BuildRequires: pkgconfig(libebook-contacts-1.2)
|
||||
BuildRequires: pkgconfig(libfeedback-0.0)
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
@ -98,29 +98,32 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Calls.deskt
|
||||
%{_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
|
||||
%dir %{_libdir}/%{name}/plugins/provider
|
||||
%dir %{_libdir}/%{name}/plugins/provider/mm
|
||||
%dir %{_libdir}/%{name}/plugins/provider/dummy
|
||||
%dir %{_libdir}/%{name}/plugins/provider/sip
|
||||
%{_libdir}/%{name}/plugins/provider/mm/libmm.so
|
||||
%{_libdir}/%{name}/plugins/provider/mm/mm.plugin
|
||||
%{_libdir}/%{name}/plugins/provider/dummy/dummy.plugin
|
||||
%{_libdir}/%{name}/plugins/provider/dummy/libdummy.so
|
||||
%{_libdir}/%{name}/plugins/provider/sip/libsip.so
|
||||
%{_libdir}/%{name}/plugins/provider/sip/sip.plugin
|
||||
# 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
|
||||
%exclude %{_libdir}/%{name}/plugins/provider/ofono/libofono.so
|
||||
%exclude %{_libdir}/%{name}/plugins/provider/ofono/ofono.plugin
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Calls.gschema.xml
|
||||
%{_datadir}/applications/org.gnome.Calls.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Calls.service
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Calls.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Calls-symbolic.svg
|
||||
%{_datadir}/metainfo/org.gnome.Calls.metainfo.xml
|
||||
%{_mandir}/man1/gnome-calls.1%{?ext_man}
|
||||
%{_distconfdir}/xdg/autostart/org.gnome.Calls-daemon.desktop
|
||||
|
||||
%files ofono
|
||||
%dir %{_libdir}/%{name}/plugins/ofono
|
||||
%{_libdir}/%{name}/plugins/ofono/libofono.so
|
||||
%{_libdir}/%{name}/plugins/ofono/ofono.plugin
|
||||
%dir %{_libdir}/%{name}/plugins/provider/ofono
|
||||
%{_libdir}/%{name}/plugins/provider/ofono/libofono.so
|
||||
%{_libdir}/%{name}/plugins/provider/ofono/ofono.plugin
|
||||
|
||||
%files lang -f %{name}.lang -f call-ui.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user