Hello community,

here is the log from the commit of package SDL2 for openSUSE:Factory checked in 
at 2017-08-10 14:10:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL2 (Old)
 and      /work/SRC/openSUSE:Factory/.SDL2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL2"

Thu Aug 10 14:10:18 2017 rev:16 rq:513710 version:2.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL2/SDL2.changes        2017-07-04 
11:54:59.738066472 +0200
+++ /work/SRC/openSUSE:Factory/.SDL2.new/SDL2.changes   2017-08-10 
14:57:34.712305152 +0200
@@ -1,0 +2,6 @@
+Tue Aug  1 13:14:45 UTC 2017 - fcro...@suse.com
+
+- Do not BuildRequires pkgconfig(fcitx) on SLE (not shipped anymore
+  since SLE12 SP2).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ SDL2.spec ++++++
--- /var/tmp/diff_new_pack.O2XfUZ/_old  2017-08-10 14:57:35.904137361 +0200
+++ /var/tmp/diff_new_pack.O2XfUZ/_new  2017-08-10 14:57:35.916135672 +0200
@@ -40,7 +40,9 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(alsa) >= 0.9.0
 BuildRequires:  pkgconfig(dbus-1)
+%if !0%{?sle_version}
 BuildRequires:  pkgconfig(fcitx)
+%endif
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(glu)
@@ -65,9 +67,9 @@
 BuildRequires:  pkgconfig(libpulse-simple) >= 0.9
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(udev)
+BuildRequires:  pkgconfig(wayland-server)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xi)
-BuildRequires:  pkgconfig(wayland-server)
 
 %description
 This is the "Simple DirectMedia Layer" library. It provides a generic
@@ -119,6 +121,9 @@
 %build
 # In this instance, we do want --with-pic because of libSDL2main.a.
 %configure --with-pic \
+%if 0%{?sle_version}
+    --disable-fcitx \
+%endif
     --disable-rpath \
     --disable-alsa-shared \
     --disable-video-directfb



Reply via email to