Update to 45.rc
This commit is contained in:
parent
f843e816db
commit
88c3ba5c85
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/gnome-kiosk-44.beta.tar.xz
|
/gnome-kiosk-44.beta.tar.xz
|
||||||
/gnome-kiosk-44.rc.tar.xz
|
/gnome-kiosk-44.rc.tar.xz
|
||||||
/gnome-kiosk-44.0.tar.xz
|
/gnome-kiosk-44.0.tar.xz
|
||||||
|
/gnome-kiosk-45.rc.tar.xz
|
||||||
|
26
28.patch
26
28.patch
@ -1,26 +0,0 @@
|
|||||||
From fbaa891b97136877fa1612c497c04ab774cdf948 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Kalev Lember <klember@redhat.com>
|
|
||||||
Date: Tue, 8 Aug 2023 14:53:26 +0200
|
|
||||||
Subject: [PATCH] Build against mutter API version 13
|
|
||||||
|
|
||||||
This is the mutter API version used in GNOME 45.
|
|
||||||
---
|
|
||||||
meson.build | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/meson.build b/meson.build
|
|
||||||
index 0c0ce30..ac10a82 100644
|
|
||||||
--- a/meson.build
|
|
||||||
+++ b/meson.build
|
|
||||||
@@ -34,7 +34,7 @@ config_h = configure_file(
|
|
||||||
|
|
||||||
meson.add_install_script ('meson/postinstall.py')
|
|
||||||
|
|
||||||
-mutter_api_version = 12
|
|
||||||
+mutter_api_version = 13
|
|
||||||
libmutter_name = 'libmutter-@0@'.format(mutter_api_version)
|
|
||||||
libmutter_cogl_name = 'mutter-cogl-@0@'.format(mutter_api_version)
|
|
||||||
libmutter_cogl_pango_name = 'mutter-cogl-pango-@0@'.format(mutter_api_version)
|
|
||||||
--
|
|
||||||
GitLab
|
|
||||||
|
|
@ -11,18 +11,14 @@
|
|||||||
%global gnome_settings_daemon_version 40~rc
|
%global gnome_settings_daemon_version 40~rc
|
||||||
|
|
||||||
Name: gnome-kiosk
|
Name: gnome-kiosk
|
||||||
Version: 44.0
|
Version: 45~rc
|
||||||
Release: 3%{?dist}
|
Release: %{autorelease}
|
||||||
Summary: Window management and application launching for GNOME
|
Summary: Window management and application launching for GNOME
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://gitlab.gnome.org/GNOME/gnome-kiosk
|
URL: https://gitlab.gnome.org/GNOME/gnome-kiosk
|
||||||
Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
|
||||||
|
|
||||||
# Build against mutter 45
|
|
||||||
# https://gitlab.gnome.org/GNOME/gnome-kiosk/-/merge_requests/28
|
|
||||||
Patch: 28.patch
|
|
||||||
|
|
||||||
Provides: firstboot(windowmanager) = %{name}
|
Provides: firstboot(windowmanager) = %{name}
|
||||||
|
|
||||||
BuildRequires: dconf
|
BuildRequires: dconf
|
||||||
@ -109,86 +105,4 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Kiosk.Searc
|
|||||||
%{_datadir}/xsessions/gnome-kiosk-script-xorg.desktop
|
%{_datadir}/xsessions/gnome-kiosk-script-xorg.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 08 2023 Kalev Lember <klember@redhat.com> - 44.0-3
|
%autochangelog
|
||||||
- Build against mutter 45
|
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 44.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Mar 21 2023 David King <amigadave@amigadave.com> - 44.0-1
|
|
||||||
- Update to 44.0
|
|
||||||
|
|
||||||
* Mon Mar 06 2023 David King <amigadave@amigadave.com> - 44~rc-1
|
|
||||||
- Update to 44.rc
|
|
||||||
|
|
||||||
* Wed Feb 15 2023 Adam Williamson <awilliam@redhat.com> - 44~beta-1
|
|
||||||
- Update to 44-beta, rebuild against new libmutter
|
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 43.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Sep 20 2022 Kalev Lember <klember@redhat.com> - 43.0-1
|
|
||||||
- Update to 43.0
|
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 20 2022 Adam Williamson <awilliam@redhat.com> - 42.0-2
|
|
||||||
- Bump mutter requirements and rebuild against mutter 43
|
|
||||||
|
|
||||||
* Tue Mar 22 2022 David King <amigadave@amigadave.com> - 42.0-1
|
|
||||||
- Update to 42.0
|
|
||||||
|
|
||||||
* Mon Jan 24 2022 David King <amigadave@amigadave.com> - 42~alpha-1
|
|
||||||
- Update to 42.alpha
|
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 41.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jan 17 2022 David King <amigadave@amigadave.com> - 41.0-2
|
|
||||||
- Build against mutter 42 (#2040955)
|
|
||||||
|
|
||||||
* Thu Sep 23 2021 Kalev Lember <klember@redhat.com> - 41.0-1
|
|
||||||
- Update to 41.0
|
|
||||||
|
|
||||||
* Wed Aug 18 2021 Ray Strode <rstrode@redhat.com> - 41~beta-1
|
|
||||||
- Update to 41.beta
|
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon May 17 2021 Ray Strode <rstrode@redhat.com> - 40.0-1
|
|
||||||
- Update to 40.0
|
|
||||||
Related: #1950042
|
|
||||||
|
|
||||||
* Wed May 12 2021 Ray Strode <rstrode@redhat.com> - 40~alpha-9
|
|
||||||
- Fix crash
|
|
||||||
Resolves: #1957754
|
|
||||||
|
|
||||||
* Thu May 06 2021 Ray Strode <rstrode@redhat.com> - 40~alpha-8
|
|
||||||
- Fix window ordering bug
|
|
||||||
Resolves: #1957863
|
|
||||||
|
|
||||||
* Tue Apr 27 2021 Ray Strode <rstrode@redhat.com> - 40~alpha-7
|
|
||||||
- Fix desktop file
|
|
||||||
Resolves: #1954285
|
|
||||||
|
|
||||||
* Fri Apr 23 2021 Ray Strode <rstrode@redhat.com> - 40~alpha-6
|
|
||||||
- Add vprovides so initial-setup can use this
|
|
||||||
|
|
||||||
* Wed Apr 21 2021 Ray Strode <rstrode@redhat.com> - 40~alpha-5
|
|
||||||
- Fix keyboard layouts getting out of sync in anaconda
|
|
||||||
|
|
||||||
* Tue Apr 20 2021 Ray Strode <rstrode@redhat.com> - 40~alpha-4
|
|
||||||
- Fix infinite loop
|
|
||||||
|
|
||||||
* Mon Apr 19 2021 Ray Strode <rstrode@redhat.com> - 40~alpha-3
|
|
||||||
- Fix crash
|
|
||||||
|
|
||||||
* Sun Apr 18 2021 Ray Strode <rstrode@redhat.com> - 40~alpha-2
|
|
||||||
- Work with 3rd party keyboard layout selectors
|
|
||||||
- Be less aggressive about fullscreening windows
|
|
||||||
|
|
||||||
* Mon Apr 12 2021 Ray Strode <rstrode@redhat.com> - 40~alpha-1
|
|
||||||
- Initial import
|
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gnome-kiosk-44.0.tar.xz) = 872b6a30a07ab1c5b9828aad3bbb96d54d2b1c1867abceb590713dd26b98fef2ebf796bb6905006d1ff0378d11368051c298a71f6d0e39d76f584926a2ece576
|
SHA512 (gnome-kiosk-45.rc.tar.xz) = 632e2a21c9b481a27391fc35f8a7ba72c18c11b1d8e8d3ca909134f9f6762c3f44e4a94823f239005f18f14757d9837891d89f54284ffd5d588ac7668574ec1f
|
||||||
|
Loading…
Reference in New Issue
Block a user