[gtk-sharp2] Rebuild against mono-2.8 Alter mono_cairo export to 2.0

Paul F. Johnson pfj at fedoraproject.org
Tue Oct 12 23:46:37 UTC 2010


commit c8d4b78bfb389ef4ad949e1d8a02fbde9b111d60
Author: Paul F. Johnson <paul at all-the-johnsons.co.uk>
Date:   Wed Oct 13 00:46:23 2010 +0100

    Rebuild against mono-2.8
    Alter mono_cairo export to 2.0

 .gitignore      |    1 +
 gtk-sharp2.spec |    6 +++++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e06f92d..3d8d89b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gtk-sharp-2.12.10.tar.bz2
+/gtk-sharp-2.12.10.tar.bz2
diff --git a/gtk-sharp2.spec b/gtk-sharp2.spec
index aa2f2f5..1813609 100644
--- a/gtk-sharp2.spec
+++ b/gtk-sharp2.spec
@@ -68,7 +68,7 @@ find -name '*.c' -exec chmod a-x {} \;
 %build
 #autoreconf --force --install
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
-export MONO_CAIRO_LIBS="-r:%{_libdir}/mono/1.0/Mono.Cairo.dll"
+export MONO_CAIRO_LIBS="-r:%{_libdir}/mono/2.0/Mono.Cairo.dll"
 %configure
 make
 
@@ -117,6 +117,10 @@ make install DESTDIR=$RPM_BUILD_ROOT GACUTIL_FLAGS="/package gtk-sharp-2.0 /gacd
 %{_libdir}/monodoc/sources/*
 
 %changelog
+* Sat Oct 09 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.12.10-4
+- Rebuild for new mono
+- Alter exported CAIRO_LIB to 2.0
+
 * Mon Apr 05 2010 Christian Krause <chkr at fedoraproject.org> - 2.12.10-3
 - Add missing BR monodoc
 


More information about the scm-commits mailing list