[lightdm] 1.3.3-1

Rex Dieter rdieter at fedoraproject.org
Thu Aug 30 12:41:17 UTC 2012


commit cf09f5ee38260883d7479234c5a93ec6df33438c
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Aug 30 07:45:08 2012 -0500

    1.3.3-1
    
    - lightdm-1.3.3
    - ship systemd preset for lightdm (#852845)

 .gitignore   |    2 +-
 lightdm.spec |   11 +++++++++--
 sources      |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6b82dc..ebb8de0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/lightdm-1.3.2.tar.gz
+/lightdm-1.3.3.tar.gz
diff --git a/lightdm.spec b/lightdm.spec
index 6d07b30..f84ccfe 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -6,8 +6,8 @@
 
 Name:    lightdm
 Summary: Lightweight Display Manager
-Version: 1.3.2
-Release: 7%{?dist}
+Version: 1.3.3
+Release: 1%{?dist}
 
 # library/bindings are LGPLv3, the rest GPLv3+
 License: LGPLv3+ and GPLv3+
@@ -18,6 +18,7 @@ Source1: lightdm.pam
 Source2: lightdm-autologin.pam
 Source3: lightdm-tmpfiles.conf
 Source4: lightdm.service
+Source5: lightdm.preset
 
 Patch0: lightdm-lock-screen-before-switch.patch
 ## Downstream patches:
@@ -162,6 +163,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}
 
 %if 0%{?systemd}
 install -m644 -p -D %{SOURCE4} $RPM_BUILD_ROOT%{_unitdir}/lightdm.service
+install -m644 -p -D %{SOURCE5} $RPM_BUILD_ROOT%{_unitdir}-preset/82-fedora-lightdm.preset
 %endif
 
 
@@ -202,6 +204,7 @@ exit 0
 %dir %attr(-,lightdm,lightdm) %{_localstatedir}/cache/lightdm/
 %if 0%{?systemd}
 %{_unitdir}/lightdm.service
+%{_unitdir}-preset/82-fedora-lightdm.preset
 %endif
 
 # because of systemd
@@ -240,6 +243,10 @@ exit 0
 
 
 %changelog
+* Thu Aug 30 2012 Rex Dieter <rdieter at fedoraproject.org> - 1.3.3-1
+- lightdm-1.3.3
+- ship systemd preset for lightdm (#852845)
+
 * Fri Aug 10 2012 Rex Dieter <rdieter at fedoraproject.org> - 1.3.2-7
 - conditionalize systemd unit support
 - lightdm.pam: +-session optional pam_ck_connector.so
diff --git a/sources b/sources
index e2543b3..35184dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-694a59c9a4bf02fe174ec9676a3f374c  lightdm-1.3.2.tar.gz
+bea9fc58a1798bcf76808225e0bf4f22  lightdm-1.3.3.tar.gz


More information about the scm-commits mailing list