Hello community,

here is the log from the commit of package mono-debugger for openSUSE:Factory 
checked in at 2015-06-12 20:31:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mono-debugger (Old)
 and      /work/SRC/openSUSE:Factory/.mono-debugger.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mono-debugger"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mono-debugger/mono-debugger.changes      
2012-11-28 11:13:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mono-debugger.new/mono-debugger.changes 
2015-06-12 20:31:24.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Jun 11 13:53:28 UTC 2015 - dims...@opensuse.org
+
+- Add mono-debugger-rpmlintrc to source list, so the package can
+  be submitted to Factory again.
+
+-------------------------------------------------------------------
+Tue May  5 15:00:00 UTC 2015 - fwdsbs.to.1...@xoxy.net
+
+- fix build with Mono 4
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mono-debugger.spec ++++++
--- /var/tmp/diff_new_pack.zXpxRq/_old  2015-06-12 20:31:25.000000000 +0200
+++ /var/tmp/diff_new_pack.zXpxRq/_new  2015-06-12 20:31:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mono-debugger
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,8 @@
 Url:            http://www.mono-project.com/Debugger
 Version:        2.10
 Release:        0
-Source0:        %{name}-%{version}.tar.bz2
+Source:         
http://download.mono-project.com/sources/mono-debugger/%{name}-%{version}.tar.bz2
+Source99:       mono-debugger-rpmlintrc
 Patch1:         mono-debugger-glib.patch
 ExclusiveArch:  %ix86 x86_64
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -57,6 +58,10 @@
 %patch1 -p1
 
 %build
+mcsver=`mcs --version | cut -d" " -f5 | cut -d"." -f1`
+if [ "$mcsver" -ge "4" ]; then
+  export MCS="/usr/bin/mcs"
+fi
 %configure
 make
 
@@ -70,9 +75,6 @@
 rm -f %{buildroot}%_libdir/*.la
 rm -f %{buildroot}%_libdir/*.a
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig


Reply via email to