Hello community,

here is the log from the commit of package banshee for openSUSE:Factory checked 
in at 2016-07-21 08:17:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/banshee (Old)
 and      /work/SRC/openSUSE:Factory/.banshee.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "banshee"

Changes:
--------
--- /work/SRC/openSUSE:Factory/banshee/banshee.changes  2015-04-25 
11:25:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.banshee.new/banshee.changes     2016-07-21 
08:17:16.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 19 12:48:44 UTC 2016 - dims...@opensuse.org
+
+- Hot-patch configure to look for mono libraries in
+  /usr/lib/mono/2.0-api/ instead of /usr/lib/mono/2.0/.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ banshee.spec ++++++
--- /var/tmp/diff_new_pack.jzCxK8/_old  2016-07-21 08:17:17.000000000 +0200
+++ /var/tmp/diff_new_pack.jzCxK8/_new  2016-07-21 08:17:17.000000000 +0200
@@ -282,6 +282,10 @@
 
 %build
 NOCONFIGURE=1 ./autogen.sh
+if [ ! -d %{_libexecdir}/mono/2.0 -a -d %{_libexecdir}/mono/2.0-api ]; then
+  # Mono moved the 2.0 API files from mono/2.0 to mono/2.0-api - hotpatch 
configure
+  sed -i "s|mono/2.0/|mono/2.0-api/|g" configure
+fi
 %{?env_options}
 echo 'dist / suse_version / sles_version'
 echo '%distribution ;; %suse_version ;; %sles_version'


Reply via email to