Accepting request 200372 from home:dimstar:branches:GNOME:Factory

Update to 3.10.0

OBS-URL: https://build.opensuse.org/request/show/200372
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=253
This commit is contained in:
Dominique Leuenberger 2013-09-24 20:03:59 +00:00 committed by Git OBS Bridge
parent 4e453114ce
commit 812d85f84b
5 changed files with 47 additions and 6 deletions

28
autogen.sh Normal file
View File

@ -0,0 +1,28 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
olddir=`pwd`
cd $srcdir
AUTORECONF=`which autoreconf`
if test -z $AUTORECONF; then
echo "*** No autoreconf found, please intall it ***"
exit 1
fi
INTLTOOLIZE=`which intltoolize`
if test -z $INTLTOOLIZE; then
echo "*** No intltoolize found, please install the intltool package ***"
exit 1
fi
autopoint --force
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
cd $olddir
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"

3
gdm-3.10.0.tar.xz Normal file
View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 24 07:45:41 UTC 2013 - dimstar@opensuse.org
- Update to version 3.10.0:
+ Updated translations.
- Add autogen.sh as source (extracted from git). GDM actually does
not use gnome-autogen.sh to bootstrap; this just happened to work
so far. The correct way is to use upstreams autogen.sh script.
- Replace gnome-autogen.sh call with autogen.sh (based on added
source).
-------------------------------------------------------------------
Thu Sep 19 20:29:23 UTC 2013 - dimstar@opensuse.org

View File

@ -27,13 +27,13 @@
%define enable_split_authentication 0
Name: gdm
Version: 3.9.92
Version: 3.10.0
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.9/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gdm/3.10/%{name}-%{version}.tar.xz
Source1: gdm.pamd
Source2: gdm-autologin.pamd
Source3: gdm-launch-environment.pamd
@ -43,6 +43,8 @@ Source7: gdm-smartcard.pamd
Source4: gdmflexiserver-wrapper
# /etc/xinit.d/xdm integration script
Source5: X11-displaymanager-gdm
# GDM does not boostrap using gnome-autogen.sh, but has it's own bootstrap script
Source8: autogen.sh
# PATCH-FIX-OPENSUSE gdm-is-not-unstable-unless.patch vuntz@opensuse.org -- Make gdm think it's never running a development version unless SUSE_ENABLE_UNSTABLE_CHECK is set. This disables fatal warnings as well as abusive log
Patch3: gdm-is-not-unstable-unless.patch
# PATCH-NEEDS-REBASE PATCH-FIX-OPENSUSE gdm-desktop-session-env-pam.patch bnc427744 vuntz@novell.com -- Sets a PAM environment variable to let the pam gnome-keyring module know which session is started
@ -204,7 +206,7 @@ translation-update-upstream
%patch40 -p1
%build
NOCONFIGURE=1 gnome-autogen.sh
NOCONFIGURE=1 sh %{S:8}
%configure\
--disable-static \
--libexecdir=%{_prefix}/lib/gdm \