Hello community,

here is the log from the commit of package libyami for openSUSE:Factory checked 
in at 2018-01-05 00:59:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyami (Old)
 and      /work/SRC/openSUSE:Factory/.libyami.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyami"

Fri Jan  5 00:59:35 2018 rev:5 rq:561270 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyami/libyami.changes  2017-12-29 
00:04:50.219772521 +0100
+++ /work/SRC/openSUSE:Factory/.libyami.new/libyami.changes     2018-01-05 
00:59:42.658115560 +0100
@@ -1,0 +2,7 @@
+Sun Dec 31 13:01:35 UTC 2017 - zai...@opensuse.org
+
+- Add conditional pkgconfig(libva-wayland) BuildRequires and pass
+  conditional --enable-wayland="yes" to configure, build wayland
+  support for selected versions of openSUSE.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libyami.spec ++++++
--- /var/tmp/diff_new_pack.0YQfaR/_old  2018-01-05 00:59:44.017663220 +0100
+++ /var/tmp/diff_new_pack.0YQfaR/_new  2018-01-05 00:59:44.021661890 +0100
@@ -38,6 +38,9 @@
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libdrm_intel)
 BuildRequires:  pkgconfig(libv4l2)
+%if 0%{?suse_version} >= 1500
+BuildRequires:  pkgconfig(libva-wayland)
+%endif
 BuildRequires:  pkgconfig(libva-x11)
 # Intel graphics hardware only available on these platforms
 ExclusiveArch:  %{ix86} x86_64
@@ -86,7 +89,11 @@
   --enable-h265enc \
   --enable-h264enc \
   --enable-jpegenc \
-  --enable-vp8enc
+  --enable-vp8enc \
+%if 0%{?suse_version} >= 1500
+  --enable-wayland="yes" \
+%endif
+  %{nil}
 make %{?_smp_mflags} V=1
 
 %install
@@ -97,12 +104,10 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
 %doc LICENSE.md README.md NEWS
 %{_libdir}/%{name}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc


Reply via email to