Accepting request 519430 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519430 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=346
This commit is contained in:
parent
4d58752744
commit
e8212b8e02
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4378b9fad5536e03c56ad138d0e249fbcaa09977b867895426cb41c978fe5de8
|
||||
size 1113644
|
3
gdm-3.25.90.1.tar.xz
Normal file
3
gdm-3.25.90.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9625539494d158b478dd816ab21eafc7c927a35f8fda1cec06172dc590869d86
|
||||
size 1115632
|
37
gdm.changes
37
gdm.changes
@ -1,9 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 14 14:09:06 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.91:
|
||||
+ Fix breakage in greeter and initial setup.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 14 12:52:51 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.90:
|
||||
+ Fix for going to normal mode after classic.
|
||||
+ Updated translations.
|
||||
- Conditionally apply translations-update-upstream BuildRequires
|
||||
and macro for non-openSUSE only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 24 15:25:00 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Do not BuildRequire pkgconfig(xorg-server) on s390(x). There are
|
||||
no graphic devices on s390x and Xorg is not in use.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 19 18:47:59 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.4.1:
|
||||
+ Brown bag release to fix conflict with latest g-s-d release.
|
||||
- Changes from version 3.25.4:
|
||||
+ Wayland w/ --disable-user-display-server fix.
|
||||
+ Make login screen session separate from user session again.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 03:25:03 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.3:
|
||||
+ Crasher fix.
|
||||
+ X11/wayland selection fix.
|
||||
+ Greeter lifecycle fix.
|
||||
+ Systemd unit installation fix.
|
||||
+ Drop lock down of non-existent setting.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 16 06:55:16 UTC 2017 - tyang@suse.com
|
||||
|
||||
|
9
gdm.spec
9
gdm.spec
@ -25,13 +25,13 @@
|
||||
%define enable_split_authentication 0
|
||||
|
||||
Name: gdm
|
||||
Version: 3.24.2
|
||||
Version: 3.25.90.1
|
||||
Release: 0
|
||||
Summary: The GNOME Display Manager
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://projects.gnome.org/gdm/
|
||||
Source: http://download.gnome.org/sources/gdm/3.24/%{name}-%{version}.tar.xz
|
||||
Source: https://download.gnome.org/sources/gdm/3.25/%{name}-%{version}.tar.xz
|
||||
Source1: gdm.pamd
|
||||
Source2: gdm-autologin.pamd
|
||||
Source3: gdm-launch-environment.pamd
|
||||
@ -77,7 +77,9 @@ BuildRequires: libXinerama-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pwdutils
|
||||
BuildRequires: tcpd-devel
|
||||
%if !0%{?is_opensuse}
|
||||
BuildRequires: translation-update-upstream
|
||||
%endif
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xorg-x11-server
|
||||
BuildRequires: xorg-x11-server-extra
|
||||
@ -183,7 +185,9 @@ running display manager.
|
||||
%prep
|
||||
%setup -q
|
||||
cp %{S:8} .
|
||||
%if !0%{?is_opensuse}
|
||||
translation-update-upstream
|
||||
%endif
|
||||
%if 0%{?is_opensuse}
|
||||
# Disabled for now, see boo#981372 and boo#971852
|
||||
#patch0 -p1
|
||||
@ -332,6 +336,7 @@ dconf update
|
||||
%dir %{_datadir}/dconf/profile
|
||||
%{_datadir}/dconf/profile/gdm
|
||||
%{_datadir}/gdm/
|
||||
%{_datadir}/gnome-session/sessions/gnome-login.session
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
|
||||
%{_datadir}/icons/*/*/*/*.*
|
||||
%{_datadir}/pixmaps/*.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user