Hello community,

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

Package is "mono-core"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mono-core/mono-core.changes      2015-12-17 
15:54:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mono-core.new/mono-core.changes 2016-01-12 
16:11:37.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan  3 21:37:33 UTC 2016 - [email protected]
+
+- add libgdiplus0-un-devel.patch to fix boo#944754
+
+-------------------------------------------------------------------

New:
----
  libgdiplus0-un-devel.patch

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

Other differences:
------------------
++++++ mono-core.spec ++++++
--- /var/tmp/diff_new_pack.wI4JLN/_old  2016-01-12 16:11:40.000000000 +0100
+++ /var/tmp/diff_new_pack.wI4JLN/_new  2016-01-12 16:11:40.000000000 +0100
@@ -50,6 +50,8 @@
 Patch11:       partial_sharing_false_4_powerpc.patch
 Patch12:       fix_exception_when_reading_from_timezone_file.patch
 ##################
+# PATCH-FIX-UPSTREAM https://github.com/mono/mono/pull/2394
+Patch13:        libgdiplus0-un-devel.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -134,6 +136,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 %build
 NOCONFIGURE="yes" ./autogen.sh

++++++ libgdiplus0-un-devel.patch ++++++
>From bec6f78249911294447e975718e8aa2af07a0098 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
 <[email protected]>
Date: Sun, 3 Jan 2016 22:06:54 +0100
Subject: [PATCH] reference libgdiplus with the proper .so name

---
 configure.ac | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configure.ac b/configure.ac
index 568cb22..98a9697 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3250,6 +3250,12 @@ AC_ARG_WITH([libgdiplus],
 
 # default install location
 libgdiplus_install_loc=libgdiplus${libsuffix}
+case "$host" in
+    *-*-*linux*)
+    libgdiplus_install_loc=libgdiplus${libsuffix}.0
+    ;;
+esac
+
 case $with_libgdiplus in
     no|installed)
     libgdiplus_loc=

Reply via email to