[lightdm] 1.7.12 (#1001101)

Rex Dieter rdieter at fedoraproject.org
Fri Sep 6 13:50:58 UTC 2013


commit 02f9af916f9190f6eba1a779e27850d2fe11c42e
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Fri Sep 6 08:50:48 2013 -0500

    1.7.12 (#1001101)

 .gitignore                                         |    4 +---
 ...fig.patch => lightdm-1.7.12-fedora_config.patch |   20 ++++++++++----------
 lightdm.spec                                       |   11 +++++++----
 sources                                            |    2 +-
 4 files changed, 19 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 032d70b..dbba77c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/lightdm-1.6.0.tar.xz
-/lightdm-1.7.9.tar.xz
-/lightdm-1.7.11.tar.xz
+/lightdm-1.7.12.tar.xz
diff --git a/lightdm-1.7.9-fedora_config.patch b/lightdm-1.7.12-fedora_config.patch
similarity index 67%
rename from lightdm-1.7.9-fedora_config.patch
rename to lightdm-1.7.12-fedora_config.patch
index 55b9408..c647f73 100644
--- a/lightdm-1.7.9-fedora_config.patch
+++ b/lightdm-1.7.12-fedora_config.patch
@@ -1,6 +1,6 @@
-diff -up lightdm-1.7.9/data/lightdm.conf.fedora_config lightdm-1.7.9/data/lightdm.conf
---- lightdm-1.7.9/data/lightdm.conf.fedora_config	2013-07-30 09:09:28.000000000 -0500
-+++ lightdm-1.7.9/data/lightdm.conf	2013-08-03 08:36:55.215790032 -0500
+diff -up lightdm-1.7.12/data/lightdm.conf.fedora_config lightdm-1.7.12/data/lightdm.conf
+--- lightdm-1.7.12/data/lightdm.conf.fedora_config	2013-08-28 19:54:41.000000000 -0500
++++ lightdm-1.7.12/data/lightdm.conf	2013-09-06 08:47:35.618183446 -0500
 @@ -20,9 +20,9 @@
  #start-default-seat=true
  #greeter-user=lightdm
@@ -13,16 +13,16 @@ diff -up lightdm-1.7.9/data/lightdm.conf.fedora_config lightdm-1.7.9/data/lightd
  #guest-account-script=guest-account
  #log-directory=/var/log/lightdm
  #run-directory=/var/run/lightdm
-@@ -69,7 +67,7 @@
- #
+@@ -71,7 +71,7 @@
  [SeatDefaults]
  #type=xlocal
+ #xdg-seat=seat0
 -#xserver-command=X
 +xserver-command=X -background none
  #xserver-layout=
  #xserver-config=
  #xserver-allow-tcp=false
-@@ -77,9 +75,7 @@
+@@ -79,9 +79,7 @@
  #xdmcp-manager=
  #xdmcp-port=177
  #xdmcp-key=
@@ -33,7 +33,7 @@ diff -up lightdm-1.7.9/data/lightdm.conf.fedora_config lightdm-1.7.9/data/lightd
  #greeter-hide-users=false
  #greeter-allow-guest=true
  #greeter-show-manual-login=false
-@@ -87,7 +83,7 @@
+@@ -89,7 +87,7 @@
  #user-session=default
  #allow-guest=true
  #guest-session=UNIMPLEMENTED
@@ -42,9 +42,9 @@ diff -up lightdm-1.7.9/data/lightdm.conf.fedora_config lightdm-1.7.9/data/lightd
  #greeter-wrapper=
  #display-setup-script=
  #greeter-setup-script=
-diff -up lightdm-1.7.9/data/users.conf.fedora_config lightdm-1.7.9/data/users.conf
---- lightdm-1.7.9/data/users.conf.fedora_config	2013-07-30 09:09:28.000000000 -0500
-+++ lightdm-1.7.9/data/users.conf	2013-08-03 08:35:09.585900458 -0500
+diff -up lightdm-1.7.12/data/users.conf.fedora_config lightdm-1.7.12/data/users.conf
+--- lightdm-1.7.12/data/users.conf.fedora_config	2013-07-30 09:09:28.000000000 -0500
++++ lightdm-1.7.12/data/users.conf	2013-09-06 08:45:30.924515494 -0500
 @@ -9,6 +9,6 @@
  # hidden-shells = Shells that indicate a user cannot login
  #
diff --git a/lightdm.spec b/lightdm.spec
index d6f805b..71e2530 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -8,14 +8,14 @@
 
 Name:    lightdm
 Summary: Lightweight Display Manager
-Version: 1.7.11
-Release: 2%{?dist}
+Version: 1.7.12
+Release: 1%{?dist}
 
 # library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+
 License: (LGPLv2 or LGPLv3) and GPLv3+
 #URL:     http://www.freedesktop.org/wiki/Software/LightDM
 URL:     https://launchpad.net/lightdm/
-Source0: https://launchpad.net/lightdm/1.8/%{version}/+download/lightdm-%{version}.tar.xz
+Source0: https://launchpad.net/lightdm/1.7/%{version}/+download/lightdm-%{version}.tar.xz
 
 Source1: lightdm.pam
 Source2: lightdm-autologin.pam
@@ -25,7 +25,7 @@ Source6: lightdm.rules
 
 Patch0: lightdm-lock-screen-before-switch.patch
 ## Downstream patches:
-Patch10: lightdm-1.7.9-fedora_config.patch
+Patch10: lightdm-1.7.12-fedora_config.patch
 # hack in support for --nodaemon option
 Patch11: lightdm-nodaemon_option.patch
 #  disable saving to ~/.dmrc
@@ -261,6 +261,9 @@ fi
 
 
 %changelog
+* Fri Sep 06 2013 Rex Dieter <rdieter at fedoraproject.org> 1.7.12-1
+- 1.7.12 (#1001101)
+
 * Tue Aug 27 2013 Rex Dieter <rdieter at fedoraproject.org> 1.7.11-2
 - rebase nodaemon_option.patch
 
diff --git a/sources b/sources
index 102ceb2..d8a8f92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4cc23351c1e04dd9b4951ad1f7d3a1d3  lightdm-1.7.11.tar.xz
+73d6a917ed667a45c194df6c4f270b80  lightdm-1.7.12.tar.xz


More information about the scm-commits mailing list