From 107be926541f0a3bd57df842570a6f794d1f5fd4 Mon Sep 17 00:00:00 2001 From: dnielsen Date: Feb 23 2008 16:19:34 +0000 Subject: Update to 0.8.1 --- diff --git a/.cvsignore b/.cvsignore index 07e26fb..e4e88da 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -boo-0.8.0.2730-src.zip +boo-0.8.1.2865-src.zip diff --git a/boo-def.patch b/boo-def.patch deleted file mode 100644 index 9222922..0000000 --- a/boo-def.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- boo-0.8.0.2730/default.build 2007-11-12 13:32:12.000000000 +0000 -+++ boo-0.8.0.2730/default.build-new 2007-11-12 13:33:00.000000000 +0000 -@@ -51,7 +51,7 @@ - - - -- -+ - - - diff --git a/boo-exclude-VS-as-target.patch b/boo-exclude-VS-as-target.patch new file mode 100644 index 0000000..c133f83 --- /dev/null +++ b/boo-exclude-VS-as-target.patch @@ -0,0 +1,12 @@ +diff -uraN boo.orig/default.build boo/default.build +--- boo.orig/default.build 2008-02-23 16:09:19.000000000 +0100 ++++ boo/default.build 2008-02-23 16:13:14.000000000 +0100 +@@ -53,7 +53,7 @@ + + + +- ++ + + + diff --git a/boo.spec b/boo.spec index a3d9c6c..441ff2d 100644 --- a/boo.spec +++ b/boo.spec @@ -2,8 +2,8 @@ Summary: Boo is an OO statically typed language for CLI Name: boo -Version: 0.8.0.2730 -Release: 9%{?dist} +Version: 0.8.1.2865 +Release: 1%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -11,9 +11,9 @@ URL: http://boo.codehaus.org Source0: http://dist.codehaus.org/boo/distributions/%{name}-%{version}-src.zip Patch0: boo-libdir.patch Patch1: boo-extras.patch -Patch2: boo-def.patch +Patch2: boo-exclude-VS-as-target.patch BuildRequires: mono-devel, gtksourceview-devel, shared-mime-info, pkgconfig, nant -ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha +ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha ppc %description @@ -33,7 +33,7 @@ Development files for boo %setup -q -c %patch0 -p1 -b .original %patch1 -p1 -b .orig -%patch2 -p1 -b .orig +%patch2 -p1 -b .exclude-VS-as-target.patch sed -i -e 's!${libdir}!%{monodir}!' extras/booc.in sed -i -e 's!${libdir}!%{monodir}!' extras/booi.in sed -i -e 's!${libdir}!%{monodir}!' extras/booish.in @@ -72,6 +72,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{monodir}/pkgconfig/boo.pc %changelog +* Sat Feb 23 2008 David Nielsen - 0.8.1-2865-1 +- Bump to 0.8.1 +- Exclude Visual Studio Environment buildtarget +- Reenable ppc + * Tue Feb 19 2008 Fedora Release Engineering - 0.8.0.2730-9 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index 7f52cb3..d1f7cb2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de53eea5ffab5f9c1209c1f7588ad5eb boo-0.8.0.2730-src.zip +93b0a0657ca285ea3aca6ffa3b7ba35c boo-0.8.1.2865-src.zip