rpms/valknut/devel valknut-gcc44.patch, NONE, 1.1 valknut.spec, 1.16, 1.17

Miloš Jakubíček mjakubicek at fedoraproject.org
Tue Feb 3 23:42:03 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/valknut/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26348

Modified Files:
	valknut.spec 
Added Files:
	valknut-gcc44.patch 
Log Message:
- trying to fix the gcc 4.4 build



valknut-gcc44.patch:

--- NEW FILE valknut-gcc44.patch ---
20a21
> #include <cstdio>


Index: valknut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/valknut/devel/valknut.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- valknut.spec	29 Jan 2009 12:29:42 -0000	1.16
+++ valknut.spec	3 Feb 2009 23:41:32 -0000	1.17
@@ -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 @@
 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 @@
 
 %prep
 %setup -q
-
+%patch0
 
 %build
 %configure --enable-mt
@@ -60,6 +61,10 @@
 %{_mandir}/man1/valknut.1.gz
 
 %changelog
+
+* Wed Feb  4 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.4.8-2
+- Added valknut-gcc44.patch to fix the build with gcc 4.4
+
 * Wed Jan 28 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.4.8-1
 - Update to 0.4.8
 - Switch to QT4




More information about the fedora-extras-commits mailing list