Accepting request 1205418 from GNOME:Factory
SCripted push of GNOME 47 OBS-URL: https://build.opensuse.org/request/show/1205418 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calls?expand=0&rev=12
This commit is contained in:
commit
99c7c7ac15
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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">v46.3</param>
|
||||
<param name="revision">v47.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf1049b1bd8999ca851bc818cbc7080e706e9db64a7866420094625dc042ff6b
|
||||
size 3141644
|
3
calls-47.0.obscpio
Normal file
3
calls-47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:301b868c985eb253844d91633915701437501ee0327213fbef770e283874a50e
|
||||
size 3045388
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 13:05:51 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Clear number and address entries when closing the application
|
||||
window
|
||||
+ Fix crash on mobile when placing outgoing call
|
||||
+ Fix keypad layout in RTL locales
|
||||
+ Updated translations.
|
||||
- Changes from version 47.rc:
|
||||
+ Now uses AdwAboutDialog, requiring Adwaita 1.5
|
||||
+ Improved style sheets
|
||||
+ Actually shipping translated metainfo
|
||||
- Changes from version 47.beta:
|
||||
+ Add systemd unit file
|
||||
+ Emit phone-hangup event
|
||||
+ libpeas-2 port
|
||||
- Changes from version 47.alpha:
|
||||
+ GTK4 Port
|
||||
+ Fix crash when Modem has no location services
|
||||
+ Fix crash when SIP handles have never gotten set up
|
||||
- Changes in BuildRequires following upstreams porting:
|
||||
+ Add pkgconfig(libadwaita-1), pkgconfig(libpeas-2) and
|
||||
pkgconfig(gtk4)
|
||||
+ Drop pkgconfig(gtk+-3.0), pkgconfig(libhandy-1) and
|
||||
pkgconfig(libpeas-1.0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 12:28:42 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: calls
|
||||
version: 46.3
|
||||
mtime: 1719648562
|
||||
commit: f8c247148717bbad9414a9b246d88d1e685e68ed
|
||||
version: 47.0
|
||||
mtime: 1726345768
|
||||
commit: 11ce0eae72f6f6eeb1c1de2cfe71046087368121
|
||||
|
10
calls.spec
10
calls.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: calls
|
||||
Version: 46.3
|
||||
Version: 47.0
|
||||
Release: 0
|
||||
Summary: A phone dialer and call handler
|
||||
License: GPL-3.0-only AND MIT
|
||||
@ -42,12 +42,12 @@ BuildRequires: pkgconfig(gsound)
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-audio-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libcallaudio-0.1)
|
||||
BuildRequires: pkgconfig(libebook-contacts-1.2)
|
||||
BuildRequires: pkgconfig(libfeedback-0.0)
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildRequires: pkgconfig(libpeas-1.0)
|
||||
BuildRequires: pkgconfig(libpeas-2)
|
||||
BuildRequires: pkgconfig(mm-glib)
|
||||
BuildRequires: pkgconfig(sofia-sip-ua-glib)
|
||||
|
||||
@ -74,6 +74,7 @@ want ofono support.
|
||||
%build
|
||||
%meson \
|
||||
--sysconfdir=%{_distconfdir} \
|
||||
-Dsystemd_user_unit_dir=%{_userunitdir} \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
@ -119,6 +120,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Calls.deskt
|
||||
%{_datadir}/metainfo/org.gnome.Calls.metainfo.xml
|
||||
%{_mandir}/man1/gnome-calls.1%{?ext_man}
|
||||
%{_distconfdir}/xdg/autostart/org.gnome.Calls-daemon.desktop
|
||||
%{_userunitdir}/calls-daemon.service
|
||||
|
||||
%files ofono
|
||||
%dir %{_libdir}/%{name}/plugins/provider/ofono
|
||||
|
Loading…
Reference in New Issue
Block a user