Mailinglist Archive: opensuse-commit (1192 mails)
| < Previous | Next > |
commit boo
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 15 Aug 2008 02:25:03 +0200
- Message-id: <20080815002503.6C1E867816D@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package boo
checked in at Fri Aug 15 02:25:03 CEST 2008.
--------
--- GNOME/boo/boo.changes 2008-02-27 21:07:51.000000000 +0100
+++ boo/boo.changes 2008-08-12 21:32:47.000000000 +0200
@@ -1,0 +2,18 @@
+Tue Aug 12 13:29:30 MDT 2008 - ajorgensen@xxxxxxxxxx
+
+- Split into boo and boo-devel so as to not require nant
+
+-------------------------------------------------------------------
+Tue Jun 17 14:18:43 MST 2008 - wberrier@xxxxxxx
+
+- Update to 0.8.2.2960
+ - (almost) complete nullable type support
+ - shorthandsfor nullable types (T?) and enumerables
+ (T* instead of IEnumerable[of T])
+ - improved booish behavior with nicer colors
+ (and it should work inside emacs now )
+ - 'else' block for 'for' and 'while loops
+ - fixes and improvement related to generic methods
+ (overloads and interface declarations)
+
+-------------------------------------------------------------------
Old:
----
boo-0.8.1.2865-src.zip
New:
----
boo-0.8.2.2960-src.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ boo.spec ++++++
--- /var/tmp/diff_new_pack.KSZ638/_old 2008-08-15 02:24:18.000000000 +0200
+++ /var/tmp/diff_new_pack.KSZ638/_new 2008-08-15 02:24:18.000000000 +0200
@@ -1,10 +1,17 @@
#
-# spec file for package boo (Version 0.8.1.2865)
+# spec file for package boo (Version 0.8.2.2960)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -12,7 +19,7 @@
Name: boo
-Version: 0.8.1.2865
+Version: 0.8.2.2960
Release: 1
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -23,6 +30,8 @@
BuildArch: noarch
Url: http://boo.codehaus.org/Home
BuildRequires: mono-devel nant unzip
+# gtksourceview is required so that we can put the sourceview lang definitions
+# in the right location
# On older versions of suse, this was defined as /opt/gnome... make it cross
distro
%define gtksourceview_prefix %(pkg-config --variable=prefix gtksourceview-1.0)
%define mime_info_prefix %(pkg-config --variable=prefix shared-mime-info)
@@ -80,6 +89,19 @@
+%package devel
+License: X11/MIT
+Summary: A CLI Scripting Language
+Group: Development/Languages/Other
+Requires: boo = %{version}
+
+%description devel
+Boo is a new object-oriented statically-typed programming language for
+the common language infrastructure with a Python-inspired syntax and a
+special focus on language and compiler extensibility.
+
+
+
%prep
# use '-c' because this tarball doesn't come with a top-level dir
%setup -q -c %name-%version
@@ -119,11 +141,8 @@
%clean
rm -rf "$RPM_BUILD_ROOT"
-%files -f %name.files
+%files
%defattr(-, root, root)
-%{_bindir}/*
-%{_datadir}/pkgconfig/*.pc
-%{_prefix}/lib/boo
%{_prefix}/lib/mono/boo
%{_prefix}/lib/mono/gac/Boo.Lang
%{_prefix}/lib/mono/gac/Boo.Lang.CodeDom
@@ -132,6 +151,12 @@
%{_prefix}/lib/mono/gac/Boo.Lang.Parser
%{_prefix}/lib/mono/gac/Boo.Lang.Useful
%{_prefix}/lib/mono/gac/Boo.Lang.Extensions
+
+%files devel -f %name.files
+%defattr(-, root, root)
+%{_bindir}/*
+%{_datadir}/pkgconfig/*.pc
+%{_prefix}/lib/boo
%{mime_info_prefix}/share/mime/packages/boo-mime-info.xml
%post
@@ -151,6 +176,18 @@
%define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n"
"${filelist[@]}" | /usr/lib/rpm/find-requires && printf "%s\\n"
"${filelist[@]}" | /usr/bin/mono-find-requires ; } | sort | uniq'
%changelog
+* Tue Aug 12 2008 ajorgensen@xxxxxxxxxx
+- Split into boo and boo-devel so as to not require nant
+* Tue Jun 17 2008 wberrier@xxxxxxx
+- Update to 0.8.2.2960
+ - (almost) complete nullable type support
+ - shorthandsfor nullable types (T?) and enumerables
+ (T* instead of IEnumerable[of T])
+ - improved booish behavior with nicer colors
+ (and it should work inside emacs now )
+ - 'else' block for 'for' and 'while loops
+ - fixes and improvement related to generic methods
+ (overloads and interface declarations)
* Wed Feb 27 2008 wberrier@xxxxxxx
- Update to 0.8.1.2865
- a simpler way for writing macros
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |