From 8158e339576010ad3e66009078ae8e68a60f820d Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 17 Feb 2010 03:27:20 +0000 Subject: [PATCH 1/3] Initialize branch F-13 for wlassistant --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From c3e83d12a500fdf30d5b86b5c0f6ee2394f8b0a8 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 19 Feb 2010 20:14:24 +0000 Subject: [PATCH 2/3] fix FTBFS --- wlassistant-0.5.7-fix-implicit-DSO-kdecore.patch | 12 ++++++++++++ wlassistant.spec | 7 ++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 wlassistant-0.5.7-fix-implicit-DSO-kdecore.patch diff --git a/wlassistant-0.5.7-fix-implicit-DSO-kdecore.patch b/wlassistant-0.5.7-fix-implicit-DSO-kdecore.patch new file mode 100644 index 0000000..53140ef --- /dev/null +++ b/wlassistant-0.5.7-fix-implicit-DSO-kdecore.patch @@ -0,0 +1,12 @@ +diff -up wlassistant-0.5.7/config.bks.BAD wlassistant-0.5.7/config.bks +--- wlassistant-0.5.7/config.bks.BAD 2010-02-19 15:10:56.627502048 -0500 ++++ wlassistant-0.5.7/config.bks 2010-02-19 15:11:00.954485007 -0500 +@@ -2,7 +2,7 @@ + + ++ libs="kdecore kdeui qt-mt iw"> + + + diff --git a/wlassistant.spec b/wlassistant.spec index 67adc5b..2a1d1d1 100644 --- a/wlassistant.spec +++ b/wlassistant.spec @@ -1,6 +1,6 @@ Name: wlassistant Version: 0.5.7 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2+ Group: Applications/System Summary: Wireless network management tool @@ -19,6 +19,7 @@ Patch0: wlassistant-0.5.5-rpath.patch Patch1: wlassistant-0.5.7-fd_cloexec.patch Patch2: wlassistant-0.5.7-fix_scons_chmod_error.patch Patch3: wlassistant-0.5.7-inline.patch +Patch4: wlassistant-0.5.7-fix-implicit-DSO-kdecore.patch %description Wireless Assistant (wlassistant) is a small application that allows you to @@ -38,6 +39,7 @@ MAIN FEATURES: %patch1 -p1 %patch2 -p1 %patch3 -p1 -b .gcc44 +%patch4 -p1 -b .DSO %build PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS\' | sed "s/ /',/g" | sed "s/',/', '/g"` @@ -91,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/32x32/apps/wlassistant.png %changelog +* Fri Feb 19 2010 Tom "spot" Callaway - 0.5.7-12 +- fix implicit DSO linking issue with kdecore + * Mon Jul 27 2009 Fedora Release Engineering - 0.5.7-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 2bb2cc5714a75c297954d7e8261cd5b3b983050e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:22:22 +0000 Subject: [PATCH 3/3] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 420b722..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wlassistant -# $Id: Makefile,v 1.1 2005/09/17 20:52:08 spot Exp $ -NAME := wlassistant -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index baa94ef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-13