Accepting request 1111866 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1111866 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=205
This commit is contained in:
commit
111a0eeae5
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-session.git</param>
|
||||
<param name="revision">refs/tags/45.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
BIN
gnome-session-44.0.tar.xz
(Stored with Git LFS)
BIN
gnome-session-44.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gnome-session-45.0.obscpio
(Stored with Git LFS)
Normal file
BIN
gnome-session-45.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 17 12:05:59 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 45.0:
|
||||
+ Two crashers fixes.
|
||||
+ Fix inverted boolean in the "null" system backend.
|
||||
+ Updated translations.
|
||||
- Drop gnome-session-Fix-inhibit-DBus.patch: Fixed upstream.
|
||||
- Bump basever define to 45 following upstream changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 07:27:33 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Add gnome-session-Fix-inhibit-DBus.patch: gsm-manager: Fix
|
||||
Inhibit DBus method handler (glgo#gnome-session!97).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 17:41:17 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 44.0+10:
|
||||
+ gnome-session: Bind more LC_* variables to REGION
|
||||
+ gsm-system: make return_false actually return FALSE
|
||||
+ data: Add gnome-portals.conf
|
||||
+ DOAP: Fix 'bug-database' value to point to GNOME GitLab Issues
|
||||
+ Updated translations.
|
||||
- Switch compression to zst, both in service and tarball produced.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 11:11:22 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
4
gnome-session.obsinfo
Normal file
4
gnome-session.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: gnome-session
|
||||
version: 45.0
|
||||
mtime: 1694951611
|
||||
commit: 998ed1d8ee2ff5396583c284230648625b4103e5
|
@ -16,16 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%define basever 44
|
||||
%define basever 45
|
||||
|
||||
Name: gnome-session
|
||||
Version: 44.0
|
||||
Version: 45.0
|
||||
Release: 0
|
||||
Summary: Session Tools for the GNOME Desktop
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://www.gnome.org
|
||||
Source0: https://download.gnome.org/sources/gnome-session/44/%{name}-%{version}.tar.xz
|
||||
#Source0: https://download.gnome.org/sources/gnome-session/44/%%{name}-%%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: gnome
|
||||
Source2: gnome.desktop
|
||||
# PATCH-FIX-UPSTREAM gnome-session-better-handle-empty-xdg_session_type.patch bsc#1084756 bgo#794256 yfjiang@suse.com -- solution provided by msrb@suse.com using a more reasonable way to handle gpu acceleration check
|
||||
@ -188,6 +189,8 @@ ln -s %{_sysconfdir}/alternatives/default-waylandsession.desktop %{buildroot}%{_
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
|
||||
%dir %{_datadir}/gnome-session
|
||||
%dir %{_datadir}/gnome-session/sessions
|
||||
%dir %{_datadir}/xdg-desktop-portal
|
||||
%{_datadir}/xdg-desktop-portal/gnome-portals.conf
|
||||
%{_mandir}/man1/gnome-session.1%{?ext_man}
|
||||
%{_mandir}/man1/gnome-session-inhibit.1%{?ext_man}
|
||||
%{_mandir}/man1/gnome-session-quit.1%{?ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user