Hello community,

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

Package is "tomboy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tomboy/tomboy.changes    2016-06-19 
11:08:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tomboy.new/tomboy.changes       2016-07-21 
08:17:31.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 19 17:47:20 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:
------------------
++++++ tomboy.spec ++++++
--- /var/tmp/diff_new_pack.PFjyGv/_old  2016-07-21 08:17:32.000000000 +0200
+++ /var/tmp/diff_new_pack.PFjyGv/_new  2016-07-21 08:17:32.000000000 +0200
@@ -79,6 +79,10 @@
 
 %build
 autoreconf -f -i
+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
 %configure\
         --disable-schemas-install\
         --disable-scrollkeeper\


Reply via email to