rpms/lxlauncher/devel lxlauncher-0.2.1-fix-build-loop.patch, NONE, 1.1 lxlauncher.spec, 1.8, 1.9

Christoph Wickert cwickert at fedoraproject.org
Thu Jun 3 19:17:16 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/lxlauncher/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26374

Modified Files:
	lxlauncher.spec 
Added Files:
	lxlauncher-0.2.1-fix-build-loop.patch 
Log Message:
* Thu Jun 03 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-7
- Proper fix for build loop (#539147)


lxlauncher-0.2.1-fix-build-loop.patch:
 configure.in |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- NEW FILE lxlauncher-0.2.1-fix-build-loop.patch ---
>From b1ec4b856582467b3c287e443213c9f97a1dc38e Mon Sep 17 00:00:00 2001
From: Andrew Lee <ajqlee at debian.org>
Date: Thu, 16 Jul 2009 15:08:26 +0000
Subject: [PATCH] Apply build loop patch to lxlauncher and lxsession-edit for cwickert.

---
 configure.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.in b/configure.in
index 37fdcf2..945cd2e 100644
--- a/configure.in
+++ b/configure.in
@@ -5,6 +5,9 @@ AM_INIT_AUTOMAKE(lxlauncher, 0.2.1)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
+# Init intltool
+IT_PROG_INTLTOOL
+
 AC_ISC_POSIX
 AC_PROG_CC
 AM_PROG_CC_STDC
-- 
1.6.3



Index: lxlauncher.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lxlauncher/devel/lxlauncher.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- lxlauncher.spec	27 Feb 2010 18:53:43 -0000	1.8
+++ lxlauncher.spec	3 Jun 2010 19:17:16 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           lxlauncher
 Version:        0.2.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Open source replacement for Launcher on the EeePC
 
 Group:          User Interface/Desktops
@@ -13,6 +13,9 @@ Patch0:         lxlauncher-0.2.1-fix-SUS
 Patch1:         lxlauncher-0.2.1-fix-for-the-new-behavior-of-libmenu-cache-0.3-series.patch
 # fixes https://bugzilla.redhat.com/show_bug.cgi?id=565072
 Patch2:         lxlauncher-0.2.1-dsofix.patch
+# http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde/lxlauncher;a=commit;h=b1ec4b856582467b3c287e443213c9f97a1dc38e
+# fixes https://bugzilla.redhat.com/show_bug.cgi?id=539147
+Patch3:         lxlauncher-0.2.1-fix-build-loop.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.12 startup-notification-devel
@@ -31,6 +34,7 @@ LXLauncher is part of LXDE, the Lightwei
 %patch0 -p1 -b .suse-lint
 %patch1 -p1 -b .menu-cache-0.3.0
 %patch2 -p1 -b .dsofix
+%patch3 -p1 -b .loop
 
 
 %build
@@ -64,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 03 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-7
+- Proper fix for build loop (#539147)
+
 * Sat Feb 27 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-6
 - Rebuild for menu-cache 0.3.2 soname bump
 



More information about the scm-commits mailing list