Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2015-04-06 00:26:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mutter (Old)
 and      /work/SRC/openSUSE:Factory/.mutter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mutter"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mutter/mutter.changes    2015-03-30 
19:27:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes       2015-04-06 
00:26:02.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Mar 26 16:58:43 UTC 2015 - [email protected]
+
+- Change from simple %defines to %bcond_with/without, as this
+  allows to be set in prjconf without the need to patch the .spec
+  files.
+  + build_wayland has been replaced with the equivalent
+    %bcond_with, resp. %bcond_without, based on the value that was
+    originally set, resulting in no change for the build.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mutter.spec ++++++
--- /var/tmp/diff_new_pack.z8uTo8/_old  2015-04-06 00:26:03.000000000 +0200
+++ /var/tmp/diff_new_pack.z8uTo8/_new  2015-04-06 00:26:03.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %if 0%{?suse_version} == 1315
-%define build_wayland 0
+%bcond_with wayland
 %else
-%define build_wayland 1
+%bcond_without wayland
 %endif
 
 Name:           mutter
@@ -67,7 +67,7 @@
 BuildRequires:  pkgconfig(xkbcommon-x11)
 BuildRequires:  pkgconfig(xkbfile)
 BuildRequires:  pkgconfig(xkeyboard-config)
-%if %{build_wayland}
+%if %{with wayland}
 BuildRequires:  pkgconfig(clutter-egl-1.0)
 BuildRequires:  pkgconfig(clutter-wayland-1.0)
 BuildRequires:  pkgconfig(clutter-wayland-compositor-1.0)


Reply via email to