[lxpanel] Fix conditional to actually apply the fix for the quicklauncher (#1035004)

Christoph Wickert cwickert at fedoraproject.org
Tue Nov 26 20:30:54 UTC 2013


commit 65c568f5bc84cab5a75b835dac8d1cd8fed8fce7
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Tue Nov 26 21:30:44 2013 +0100

    Fix conditional to actually apply the fix for the quicklauncher (#1035004)

 lxpanel.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/lxpanel.spec b/lxpanel.spec
index 44a1da7..bfaa86f 100644
--- a/lxpanel.spec
+++ b/lxpanel.spec
@@ -2,7 +2,7 @@
 
 Name:           lxpanel
 Version:        0.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A lightweight X11 desktop panel
 
 Group:          User Interface/Desktops
@@ -69,7 +69,7 @@ developing applications that use %{name}.
 # Fedora >= 19 doesn't use vendor prefixes for desktop files. Instead of
 # maintaining two patches we just strip the prefixes from the files we just
 # patched with patch 100.
-%if (0%{?fedora} && 0%{?fedora} < 19) || (0%{?rhel} && 0%{?rhel} < 7)
+%if (0%{?fedora} && 0%{?fedora} >= 19) || (0%{?rhel} && 0%{?rhel} >= 7)
 sed -i 's|id=fedora-|id=|' data/default/panels/panel.in \
     data/two_panels/panels/bottom.in \
     data/two_panels/panels/top.in
@@ -105,7 +105,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/lxpanel.pc
 
 %changelog
-* Mon Nov 11 2013 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.1
+* Tue Nov 26 2013  Christoph Wickert <cwickert at fedoraproject.org> - 0.6.1-2
+- Fix conditional to actually apply the fix for the quicklauncher (#1035004)
+
+* Mon Nov 11 2013 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.1-1
 - Update to 0.6.1
 - Fix some changelog dates
 


More information about the scm-commits mailing list