From 7d15e7d54b71752cd1e0f21c4e7b6f088f4ba0fc Mon Sep 17 00:00:00 2001 From: Denis Leroy Date: May 07 2005 22:00:53 +0000 Subject: Added patch to fix x86_64 build. --- diff --git a/.cvsignore b/.cvsignore index 5575515..3748814 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ gconfmm-2.10.0-gcc4.patch gconfmm-2.10.0.tar.bz2 +gconfmm-2.10.0-x86_64.patch diff --git a/gconfmm.spec b/gconfmm.spec index fc9919f..44cf196 100644 --- a/gconfmm.spec +++ b/gconfmm.spec @@ -1,6 +1,6 @@ Name: gconfmm26 Version: 2.10.0 -Release: 1 +Release: 2 Summary: C++ wrapper for GConf2 @@ -9,6 +9,7 @@ License: LGPL URL: http://gtkmm.sourceforge.net/ Source0: http://ftp.gnome.org/pub/GNOME/sources/gconfmm/2.10/gconfmm-%{version}.tar.bz2 Patch0: gconfmm-2.10.0-gcc4.patch +Patch1: gconfmm-2.10.0-x86_64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig @@ -40,6 +41,7 @@ interface to the GTK+. %prep %setup -q -n gconfmm-%{version} %patch0 -p1 +%patch1 -p1 %build %configure --enable-static --enable-shared @@ -78,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Sat May 7 2005 Denis Leroy - 2.10.0-2 +- Added patch to fix x86_64 compile + * Thu Apr 28 2005 Denis Leroy - 2.10.0-1 - Upgrade to 2.10.0 - Added patch to fix gcc4 warning diff --git a/sources b/sources index 616dc1d..45a2e50 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 9b9a1ff7456698bf73c7cfe1b5792415 gconfmm-2.10.0-gcc4.patch 0f3787ff3f7089698da49b694b5f9155 gconfmm-2.10.0.tar.bz2 +2f29fc7e491118bbf0b98812944d3120 gconfmm-2.10.0-x86_64.patch