Hello community,

here is the log from the commit of package cdemu-daemon for openSUSE:Factory 
checked in at 2013-04-17 17:37:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdemu-daemon (Old)
 and      /work/SRC/openSUSE:Factory/.cdemu-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cdemu-daemon", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdemu-daemon/cdemu-daemon.changes        
2013-03-26 11:55:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cdemu-daemon.new/cdemu-daemon.changes   
2013-04-17 17:37:54.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Apr 13 21:03:26 UTC 2013 - [email protected]
+
+- Resolve build failure with glib 2.36 by allowing deprecated
+  functions for the time being (-UG_DISABLE_DEPRECATED)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cdemu-daemon.spec ++++++
--- /var/tmp/diff_new_pack.2uSBP2/_old  2013-04-17 17:38:00.000000000 +0200
+++ /var/tmp/diff_new_pack.2uSBP2/_new  2013-04-17 17:38:00.000000000 +0200
@@ -58,9 +58,11 @@
 %patch -P 1 -p1
 
 %build
+# cdemu-daemon still uses deprecated g_thread_init, so use
+# G_DISABLE_DEPRECATED.
 cmake . -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
        -DCMAKE_INSTALL_LIBEXECDIR:PATH="%_libexecdir" \
-       -DCMAKE_C_FLAGS:STRING="%optflags";
+       -DCMAKE_C_FLAGS:STRING="%optflags -UG_DISABLE_DEPRECATED";
 make %{?_smp_mflags};
 
 %install

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to