Hello community,

here is the log from the commit of package mono-addins for openSUSE:Factory 
checked in at 2013-01-30 11:17:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mono-addins (Old)
 and      /work/SRC/openSUSE:Factory/.mono-addins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mono-addins", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mono-addins/mono-addins.changes  2011-10-04 
18:13:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mono-addins.new/mono-addins.changes     
2013-01-30 11:17:37.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 29 20:06:11 UTC 2013 - [email protected]
+
+- Add mono-addins-donet4.patch: Build for .Net 4.0 target.
+
+-------------------------------------------------------------------

New:
----
  mono-addins-donet4.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mono-addins.spec ++++++
--- /var/tmp/diff_new_pack.kfb1Us/_old  2013-01-30 11:17:38.000000000 +0100
+++ /var/tmp/diff_new_pack.kfb1Us/_new  2013-01-30 11:17:38.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mono-addins
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,16 +21,16 @@
 Name:           mono-addins
 Version:        0.6.2
 Release:        0
-License:        MIT
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:    on
 BuildArch:      noarch
 Url:            http://www.mono-project.com
 Source0:        
http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
+Patch0:         mono-addins-donet4.patch
 BuildRequires:  gtk-sharp2
 BuildRequires:  mono-devel
 BuildRequires:  pkg-config
 Summary:        Mono Addins Framework
+License:        MIT
 Group:          Development/Languages/Mono
 
 %description
@@ -57,7 +57,6 @@
 %{_mandir}/man1/mautil.1%ext_man
 
 %package msbuild
-License:        MIT
 Summary:        Mono Addins Framework, MSBuild Support
 Group:          Development/Languages/Mono
 Requires:       %{name} = %{version}
@@ -79,6 +78,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++++++ mono-addins-donet4.patch ++++++
Index: mono-addins-0.6.2/Mono.Addins.Gui/Makefile.am
===================================================================
--- mono-addins-0.6.2.orig/Mono.Addins.Gui/Makefile.am
+++ mono-addins-0.6.2/Mono.Addins.Gui/Makefile.am
@@ -1,7 +1,7 @@
 
 KEY_FILE=$(top_srcdir)/mono-addins.snk
 ASSEMBLY_COMPILER_COMMAND = gmcs
-ASSEMBLY_COMPILER_FLAGS = -unsafe -keyfile:$(KEY_FILE) -noconfig 
-codepage:utf8 -warn:4 -debug -d:DEBUG
+ASSEMBLY_COMPILER_FLAGS = -sdk:4 -unsafe -keyfile:$(KEY_FILE) -noconfig 
-codepage:utf8 -warn:4 -debug -d:DEBUG
 ASSEMBLY = ../bin/Mono.Addins.Gui.dll
 ASSEMBLY_NAME=Mono.Addins.Gui
 COMPILE_TARGET = library
Index: mono-addins-0.6.2/Mono.Addins.Gui/Makefile.in
===================================================================
--- mono-addins-0.6.2.orig/Mono.Addins.Gui/Makefile.in
+++ mono-addins-0.6.2/Mono.Addins.Gui/Makefile.in
@@ -166,7 +166,7 @@ top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 KEY_FILE = $(top_srcdir)/mono-addins.snk
 ASSEMBLY_COMPILER_COMMAND = gmcs
-ASSEMBLY_COMPILER_FLAGS = -unsafe -keyfile:$(KEY_FILE) -noconfig 
-codepage:utf8 -warn:4 -debug -d:DEBUG
+ASSEMBLY_COMPILER_FLAGS = -sdk:4 -unsafe -keyfile:$(KEY_FILE) -noconfig 
-codepage:utf8 -warn:4 -debug -d:DEBUG
 ASSEMBLY = ../bin/Mono.Addins.Gui.dll
 ASSEMBLY_NAME = Mono.Addins.Gui
 COMPILE_TARGET = library
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to