From 67f6ea09ceee348a5f0761efd967611232db2c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Jakub=C3=AD=C4=8Dek?= Date: Tue, 3 Feb 2009 23:41:32 +0000 Subject: [PATCH] - trying to fix the gcc 4.4 build --- valknut-gcc44.patch | 2 ++ valknut.spec | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 valknut-gcc44.patch diff --git a/valknut-gcc44.patch b/valknut-gcc44.patch new file mode 100644 index 0000000..e424033 --- /dev/null +++ b/valknut-gcc44.patch @@ -0,0 +1,2 @@ +20a21 +> #include diff --git a/valknut.spec b/valknut.spec index 1da9be3..674c275 100644 --- a/valknut.spec +++ b/valknut.spec @@ -1,6 +1,6 @@ Name: valknut Version: 0.4.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Valknut is a QT Direct Connect client Group: Applications/Internet @@ -8,6 +8,7 @@ License: GPLv2 URL: http://sourceforge.net/projects/wxdcgui/ Source0: http://dl.sourceforge.net/wxdcgui/%{name}-%{version}.tar.bz2 Source1: valknut.desktop +Patch0: valknut-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: dclib-devel >= 0.3.22 @@ -22,7 +23,7 @@ derivatives. Valknut also interoperates with all common DC hub software. %prep %setup -q - +%patch0 %build %configure --enable-mt @@ -60,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/valknut.1.gz %changelog + +* Wed Feb 4 2009 Milos Jakubicek - 0.4.8-2 +- Added valknut-gcc44.patch to fix the build with gcc 4.4 + * Wed Jan 28 2009 Milos Jakubicek - 0.4.8-1 - Update to 0.4.8 - Switch to QT4