SHA256
1
0
forked from pool/gdm

Accepting request 133693 from GNOME:Next

Pushing from G:N; package is fine with me now; just not sure the two patches I rebased work ;-)

OBS-URL: https://build.opensuse.org/request/show/133693
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=217
This commit is contained in:
Vincent Untz
2012-09-12 09:18:56 +00:00
committed by Git OBS Bridge
parent 59630e7535
commit 4083398e2e
17 changed files with 435 additions and 945 deletions

View File

@@ -1,3 +1,155 @@
-------------------------------------------------------------------
Tue Sep 11 19:39:25 UTC 2012 - vuntz@opensuse.org
- Rebase gdm-desktop-session-env-pam.patch and
gdm-passwordless-login.patch.
-------------------------------------------------------------------
Tue Sep 11 18:10:24 UTC 2012 - vuntz@opensuse.org
- Only have a ConsoleKit-x11 Requires if we don't build with
systemd support.
-------------------------------------------------------------------
Wed Sep 5 07:05:22 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.91:
+ Fix multi-seat
+ Memory leak fix
+ initial-setup feature fixes
+ Reauth fixes
+ Make PostLogin failures to fail login
+ More PAM distro support
+ Misc data file changes
+ More debug messages
+ Use yelp-tools for docs
+ Drop libxklavier dependency
+ Updated translations.
- Drop upstream fixed patches:
+ gdm-helper-directory.patch
+ gdm-vtswitch-nonsystemd.patch
- Rebase (and re-enable) gdm-default-wm.patch.
- Rebase (and re-enable) gdm-xauthlocalhostname.patch
- Drop libxklavier-devel BuildRequires: dependency dropped
upstream.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstream.
- Replace intltool and libtool BuildRequires with gnome-common, as
well as libtoolize and autoreconf calls with gnome-autogen.sh:
the build system is too specific and some spurious errors can be
avoided by boostrapping it the supported way.
-------------------------------------------------------------------
Tue Aug 21 07:29:43 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.90:
+ Reauthentication fixes
+ Change user-switching mechanism from gdmflexiserver helper to
libgdm
+ Set KRB5CCNAME environment variable for session
+ Memory leaks and other misc fixes
+ Updated translations.
- Drop gdmflexiserver subpackage and gdmflexiserver-wrapper source:
user-switching mechanism moved to libgdm and no longer relies on
gdmflexiserver.
- Add a gdmflexiserver Obsoletes to gdm main package, for smooth
upgrades. Also remove the gdmflexiserver Requires that was there.
- Rename gdm-welcome.pamd to gdm-launch-environment.pamd, following
upstreams rename.
- Add gdm-vtswitch-nonsystemd.patch: Fix vt switch when not using
systemd.
-------------------------------------------------------------------
Tue Aug 7 09:53:24 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.5:
+ Add initial setup integration
+ "Fix" timed login
+ Fix up ConsoleKit integration post-gdbus port
+ Code clean ups/refactoring
+ Make initial VT a ./configure option
+ Updated translations.
- Drop gdm-vt-allocation-hack.patch in favor of --with-initial-vt=7
passed to configure.
-------------------------------------------------------------------
Thu Aug 2 06:58:44 UTC 2012 - dimstar@opensuse.org
- Remove SELinux support (following upstream):
+ Drop libselinux-devel BuildRequires
+ Remove --with-selinux from configure call
+ Drop gdm-selinux.patch
-------------------------------------------------------------------
Fri Jul 20 06:58:44 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.4.2:
+ Fix non autologin
+ Updated translations.
-------------------------------------------------------------------
Thu Jul 19 17:51:27 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.4.1:
+ Fix autologin
+ Update PAM configuration for red hat distros
+ Make sure gdm-client-glue.h gets installed with libgdm
+ Change SetupForProgram interface to allow specifying a username
+ Drop GdmGreeterSession and GdmChooserSession, just use
GdmWelcomeSession directly
+ Change dconf profile to be compatible with latest dconf
+ Fix VerificationComplete signal for external gdm clients
+ Updated translations.
-------------------------------------------------------------------
Wed Jul 18 11:50:41 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.4:
+ Rename libgdmgreeter to libgdm and change API
+ Be less chatty in syslog
+ Reload settings on SIGHUP
+ Start polkit agent in fallback session
+ Port to gdbus
+ Deprecation fixes
+ PAM file reorganization
+ Misc fixes
+ Updated translations.
- Drop dbus-1-glib-devel BuildRequires: not needed after port to
GDBus.
- Rebase patches:
+ gdm-helper-directory.patch
+ gdm-sysconfig-settings.patch
- Disable and mark patches for rebasing:
+ gdm-desktop-session-env-pam.patch
+ gdm-passwordless-login.patch
+ gdm-default-wm.patch
+ gdm-xauthlocalhostname.patch
- Rename libgdmgreeter1 package to libgdm1, following upstreams
renaming of the library.
- Rename typelib-1_0-GdmGreeter-1_0 subpackage to
typelib-1_0-Gdm-1_0
- Add copies of gdm-fingerprint.pamd and gdm-smartcard.pamd to our
package, based on the Red Hat ones (until we upstream our
variants, bgo#675085). Note that they won't be used since we
don't build with enable_split_authentication.
-------------------------------------------------------------------
Sun Jul 15 21:24:17 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.2:
+ Robustness updates for greeter dbus-daemon life-cycle
management
+ Add ability to disable documentation generation at build time
+ Add more verbosity in PAM code
+ Use systemd to shutdown from greeter
+ Use new gnome-shell mode
+ Add ability to build with plymouth support
+ Save log to $XDG_CACHE_HOME/gdm/session.log instead of
~/.xsession-errors
- Add pkgconfig(ply-boot-client) BuildRequires and pass
--with-plymouth to configure for plymouth support.
- Drop gdm-plymouth.patch: plymouth support has been upstreamed.
-------------------------------------------------------------------
Fri Jul 13 11:41:41 CEST 2012 - vuntz@opensuse.org