Mailinglist Archive: opensuse-commit (1123 mails)
| < Previous | Next > |
commit monodevelop
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 26 Apr 2007 01:00:38 +0200
- Message-id: <20070425230038.3C580678184@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package monodevelop
checked in at Thu Apr 26 01:00:38 CEST 2007.
--------
--- monodevelop/monodevelop.changes 2007-03-02 02:11:53.000000000 +0100
+++ /mounts/work_src_done/NOARCH/monodevelop/monodevelop.changes 2007-04-25 04:37:09.749560000 +0200
@@ -1,0 +2,8 @@
+Wed Apr 25 04:25:01 CEST 2007 - wberrier@xxxxxxx
+
+- Update to 0.13.1
+ -Fixx some ASP.NET compilation issues found in 0.13
+- Remove unnecessary autoreconf
+- Require at least the version of boo found at build time
+
+-------------------------------------------------------------------
Old:
----
monodevelop-0.13.tar.gz
New:
----
monodevelop-0.13.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ monodevelop.spec ++++++
--- /var/tmp/diff_new_pack.H31989/_old 2007-04-26 01:00:13.000000000 +0200
+++ /var/tmp/diff_new_pack.H31989/_new 2007-04-26 01:00:13.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package monodevelop (Version 0.13)
+# spec file for package monodevelop (Version 0.13.1)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,6 +11,7 @@
# norootforbuild
Name: monodevelop
+%define boo_version %(rpm -q boo --queryformat '%{VERSION}')
BuildRequires: boo bytefx-data-mysql gconf-sharp2 glade-sharp2 gtk-sharp2 gtk-sharp2-gapi gtkhtml-sharp2 gtkhtml2-devel gtksourceview-sharp2 ikvm intltool mono-basic mono-data-oracle mono-data-postgresql mono-data-sqlite mono-data-sybase mono-devel mono-nunit mono-tools perl-XML-Parser update-desktop-files vte-sharp2 xsp
URL: http://www.go-mono.com/
%define prefix /usr
@@ -19,13 +20,15 @@
License: GNU General Public License (GPL)
Group: Development/Languages/Other
Autoreqprov: on
-Version: 0.13
+Version: 0.13.1
Release: 1
Summary: A Full-Featured IDE for Mono and Gtk#
-Source: %{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-Requires: boo ikvm xsp
+# Boo's assemblies are always version at 1.0.0.0. Force built against or newer.
+Requires: boo >= %boo_version
+Requires: ikvm xsp
Requires: mono-data-postgresql bytefx-data-mysql
Requires: mono-basic
PreReq: shared-mime-info
@@ -41,7 +44,6 @@
%setup
%build
-autoreconf -fi
./configure --prefix=%{prefix} \
--libdir=%{prefix}/%_lib \
--mandir=%{prefix}/share/man \
@@ -85,6 +87,11 @@
update-mime-database /usr/share/mime >/dev/null || :
%changelog
+* Wed Apr 25 2007 - wberrier@xxxxxxx
+- Update to 0.13.1
+ -Fixx some ASP.NET compilation issues found in 0.13
+- Remove unnecessary autoreconf
+- Require at least the version of boo found at build time
* Fri Mar 02 2007 - wberrier@xxxxxxx
- Update to 0.13:
-More than 70 bugs fixed
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |