diff --git a/mono-core.changes b/mono-core.changes index 9fb3102..8d775cf 100644 --- a/mono-core.changes +++ b/mono-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 15 03:13:55 CET 2008 - dmueller@suse.de + +- only require valgrind for archs that provide it + ------------------------------------------------------------------- Wed Jan 23 17:52:56 CET 2008 - wberrier@suse.de diff --git a/mono-core.spec b/mono-core.spec index 98a24d0..954e95e 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -10,13 +10,14 @@ # norootforbuild + Name: mono-core License: LGPL v2.1 or later Group: Development/Languages/Mono Summary: A .NET Runtime Environment Url: http://go-mono.org/ Version: 1.2.6 -Release: 7 +Release: 17 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: mono-%{version}.tar.bz2 Patch0: mono-security_includes_warnings.patch @@ -60,7 +61,9 @@ BuildRequires: glib2-devel %if %{suse_version} > 1020 BuildRequires: bison # Add valgrind support for 10.3 and above -BuildRequires: valgrind +%ifarch %ix86 x86_64 ppc ppc64 +BuildRequires: valgrind-devel +%endif %endif %if %{sles_version} == 9 %define configure_options export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/%_lib/pkgconfig @@ -1050,10 +1053,12 @@ rm -f $RPM_BUILD_ROOT/usr/lib/mono/1.0/transform.exe rm -rf ${RPM_BUILD_ROOT} %changelog +* Fri Feb 15 2008 dmueller@suse.de +- only require valgrind for archs that provide it * Wed Jan 23 2008 wberrier@suse.de - mono-93665_find_requires_ignore_missing.patch: warn on missing files found in .config files instead of generating invalid deps. -* Wed Jan 16 2008 wberrier@suse.de +* Thu Jan 17 2008 wberrier@suse.de - libgdiplus -> libgdiplus0 rename - add libgluezilla0 to recommends * Mon Jan 14 2008 wberrier@suse.de @@ -1120,20 +1125,20 @@ rm -rf ${RPM_BUILD_ROOT} must use 32bit libraries) * Mon Jul 30 2007 ro@suse.de - try to use 64bit libs on ppc64 as well in find-requires -* Tue Jul 10 2007 wberrier@novell.com +* Wed Jul 11 2007 wberrier@novell.com - Build against valgrind for 10.3 and above -* Thu Jul 05 2007 wberrier@novell.com +* Fri Jul 06 2007 wberrier@novell.com - mono-find-requires fixes for ia64 (bnc #282877) * Wed Jun 20 2007 ro@suse.de - removed requires on specific release in mono-complete for mono-basic (not a subpackage of mono-core anymore) -* Fri Jun 15 2007 wberrier@novell.com +* Sat Jun 16 2007 wberrier@novell.com - mono-config_rpm_requires.patch: revert back to using package requirements for the .config dep scanning. This is because noarch packages can be built on either 32 or 64 bit machines, and then otherwise will depend on a 32 or 64 bit library, which is wrong. -* Tue Jun 05 2007 wberrier@novell.com +* Wed Jun 06 2007 wberrier@novell.com - Fix relevant rpmlint errors/warnings: -also 'provides' for each 'obsoletes' -run ldconfig in post/un for mono-core and mono-devel @@ -1176,7 +1181,7 @@ rm -rf ${RPM_BUILD_ROOT} -Many of the new 2.0 socket methods are now available * Fri Apr 13 2007 wberrier@novell.com - add %%debug_package so debug packages get created -* Wed Apr 04 2007 wberrier@novell.com +* Thu Apr 05 2007 wberrier@novell.com - Adapt for build service * Tue Mar 06 2007 wberrier@suse.de - atomic fixes from Michael Matz for for s390 and s390x @@ -1550,7 +1555,7 @@ rm -rf ${RPM_BUILD_ROOT} - Nasty work around hack for libtool in order to not include wrappers (#116245) * Fri Sep 09 2005 ro@suse.de - fix build on 9.1+ -* Tue Aug 23 2005 wberrier@suse.de +* Wed Aug 24 2005 wberrier@suse.de - Add the mono-nunit subpackage (needed for mono-tools) * Tue Aug 02 2005 ro@suse.de - update to 1.1.8.3 @@ -1632,7 +1637,7 @@ rm -rf ${RPM_BUILD_ROOT} - update to 1.0 version * Tue Jun 29 2004 mls@suse.de - use find-requires and find-provides from rpm -* Mon Jun 21 2004 clahey@suse.de +* Tue Jun 22 2004 clahey@suse.de - Updated to 0.96. - Added find-requires.mono and find-provides.mono. * Thu Jun 10 2004 clahey@suse.de