Accepting request 1073315 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1073315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-kiosk?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2023-03-24 14:19:46 +00:00 committed by Git OBS Bridge
commit 4efb3012cb
7 changed files with 42 additions and 14 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual"> <service name="obs_scm" mode="manual">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-kiosk.git</param> <param name="url">https://gitlab.gnome.org/GNOME/gnome-kiosk.git</param>
<param name="revision">refs/tags/43.0</param> <param name="revision">refs/tags/44.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>

View File

@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/gnome-kiosk.git</param>
<param name="changesrevision">3c33b4e6e3ad753733687949c503d18aa4fb185a</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4456ef300a0f3e29e1cd497fa829ed5804d3320b690cefb438a486482efd17e5
size 298507

3
gnome-kiosk-44.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5cb08a87ff4e48dfd01064aa3cb33b54180a144625a31e9fb648fc0fbbaada12
size 313355

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Mar 20 16:09:31 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.0:
+ No changes, stable bump only.
-------------------------------------------------------------------
Mon Mar 6 16:02:51 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.rc:
+ Rename dconf profile to not have hyphen
+ Set dconf profile unconditionally
+ Use https instead of http in search-app
-------------------------------------------------------------------
Fri Feb 24 18:05:38 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.beta:
+ Deprecation fixes
+ Require mutter 44
+ Compat fix for Anaconda Installer project
+ Script session double-starting fix
+ Allow changing background in gsettings
- Bump mutter_api define to 12 following upstream changes.
- Build sample-app as noarch.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 20 17:52:44 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com> Tue Sep 20 17:52:44 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: gnome-kiosk name: gnome-kiosk
version: 43.0 version: 44.0
mtime: 1663688536 mtime: 1679327205
commit: 115bb9a291bc5d1b29f043b9a56e9cee91782552 commit: 3f4dcd82f06389a1764df71f1f91a5c4b1ddfacc

View File

@ -1,7 +1,7 @@
# #
# spec file for package gnome-kiosk # spec file for package gnome-kiosk
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,10 +16,10 @@
# #
%define mutter_api 11 %define mutter_api 12
Name: gnome-kiosk Name: gnome-kiosk
Version: 43.0 Version: 44.0
Release: 0 Release: 0
Summary: Mutter based compositor for kiosks Summary: Mutter based compositor for kiosks
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -49,6 +49,7 @@ application deployments like wall displays and point-of-sale systems.
Summary: Search appliance sample app Summary: Search appliance sample app
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: MozillaFirefox Requires: MozillaFirefox
BuildArch: noarch
%description sample-app %description sample-app
Search appliance sample app that demonstate how the kiosk Search appliance sample app that demonstate how the kiosk
@ -84,6 +85,11 @@ compositor is used.
%dir %{_datadir}/wayland-sessions %dir %{_datadir}/wayland-sessions
%{_datadir}/wayland-sessions/gnome-kiosk-script-wayland.desktop %{_datadir}/wayland-sessions/gnome-kiosk-script-wayland.desktop
%{_datadir}/xsessions/gnome-kiosk-script-xorg.desktop %{_datadir}/xsessions/gnome-kiosk-script-xorg.desktop
%dir %{_datadir}/dconf
%dir %{_datadir}/dconf/profile
%dir %{_datadir}/gnome-kiosk
%{_datadir}/dconf/profile/gnomekiosk
%{_datadir}/gnome-kiosk/gnomekiosk.dconf.compiled
%files sample-app %files sample-app
%{_datadir}/applications/org.gnome.Kiosk.SearchApp.desktop %{_datadir}/applications/org.gnome.Kiosk.SearchApp.desktop