[lxdm] - Update to 0.3.0

Christoph Wickert cwickert at fedoraproject.org
Thu Sep 30 11:14:47 UTC 2010


commit 10960f3bc6f03b354bd7e0225ad174a82e03be61
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Thu Sep 30 13:14:49 2010 +0200

    - Update to 0.3.0

 lxdm-0.2.0-add-debug-option.patch     |  151 ----------------
 lxdm-0.2.0-fix-env-XAUTHORITY.patch   |   98 -----------
 lxdm-0.2.0-fix-left-env-bug.patch     |   25 ---
 lxdm-0.2.0-fix-some-env-set-bug.patch |   44 -----
 lxdm-0.2.0-selinux.patch              |  302 ---------------------------------
 lxdm.spec                             |   15 +-
 6 files changed, 9 insertions(+), 626 deletions(-)
---
diff --git a/lxdm.spec b/lxdm.spec
index 3c4369a..8f154b9 100644
--- a/lxdm.spec
+++ b/lxdm.spec
@@ -1,10 +1,10 @@
 # Review at https://bugzilla.redhat.com/show_bug.cgi?id=540034
 
-%global git_snapshot 1
-%global git_rev cf9b2cbb7be8ec1a01530d1f37b7d6f48f0e5fd0
-%global git_date 20100921
+%global git_snapshot 0
 
 %if 0%{?git_snapshot}
+%global git_rev cf9b2cbb7be8ec1a01530d1f37b7d6f48f0e5fd0
+%global git_date 20100921
 %global git_short %(echo %{git_rev} | cut -c-8)
 %global git_version %{git_date}git%{git_short}
 %endif
@@ -16,7 +16,7 @@
 
 Name:           lxdm
 Version:        0.3.0
-Release:        0.2%{?git_snapshot:.%{?git_version}}%{?dist}
+Release:        1%{?git_version:.%{?git_version}}%{?dist}
 Summary:        Lightweight X11 Display Manager
 
 Group:          User Interface/Desktops
@@ -54,13 +54,13 @@ KDM in LXDE distros. It's still in very early stage of development.
 
 
 %prep
-%setup -q %{?git_snapshot:-n %{name}}
+%setup -q %{?git_version:-n %{name}}
 %patch10 -p1 -b .config
 %patch11 -p1 -b .orig
 
 
 %build
-%{?git_snapshot:sh autogen.sh}
+%{?git_version:sh autogen.sh}
 %configure
 make %{?_smp_mflags} V=1
 
@@ -108,6 +108,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Sep 30 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.0-1
+- Update to 0.3.0
+
 * Wed Sep 29 2010 jkeating - 0.3.0-0.2.20100921gitcf9b2cbb
 - Rebuilt for gcc bug 634757
 


More information about the scm-commits mailing list