[sddm/f20] Forgot to apply the patch from previous commit, fixed now

Martin Briza mbriza at fedoraproject.org
Mon Sep 9 16:27:10 UTC 2013


commit 185251c2179e851b4ff7202b87a97de7237ccf5e
Author: Martin Briza <mbriza at redhat.com>
Date:   Mon Sep 9 18:20:09 2013 +0200

    Forgot to apply the patch from previous commit, fixed now

 sddm.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/sddm.spec b/sddm.spec
index a3d8475..0dc59cf 100644
--- a/sddm.spec
+++ b/sddm.spec
@@ -3,7 +3,7 @@
 
 Name:           sddm
 Version:        0.2.0
-Release:        0.5.20130821git%(echo %{sddm_commit} | cut -c-8)%{?dist}
+Release:        0.6.20130821git%(echo %{sddm_commit} | cut -c-8)%{?dist}
 License:        GPLv2+
 Summary:        QML based X11 desktop manager
 
@@ -44,6 +44,7 @@ designer the ability to create smooth, animated user interfaces.
 %prep
 %setup -q -n %{name}-%{sddm_commit}
 %patch1 -p1 -b .pam_close
+%patch2 -p1 -b .session-list
 
 %build
 mkdir -p %{_target_platform}
@@ -89,6 +90,9 @@ sed -i "s/^MinimumVT=[0-9]*$/MinimumVT=1/" %{buildroot}%{_sysconfdir}/sddm.conf
 %{_datadir}/apps/sddm/themes/*
 
 %changelog
+* Mon Sep 09 2013 Martin Briza <mbriza at redhat.com> - 0.2.0-0.6.20130821gite707e229
+- Added the patch, forgot to apply it, now it's okay
+
 * Mon Sep 09 2013 Martin Briza <mbriza at redhat.com> - 0.2.0-0.5.20130821gite707e229
 - Set a better order of the X sessions selection and hidden the Custom one (#1004902)
 


More information about the scm-commits mailing list