Hello community,

here is the log from the commit of package libva for openSUSE:Leap:15.2 checked 
in at 2020-03-15 07:11:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libva (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libva.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libva"

Sun Mar 15 07:11:00 2020 rev:29 rq:783333 version:2.5.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libva/libva-gl.changes 2020-01-30 
14:46:44.970785957 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libva.new.3160/libva-gl.changes       
2020-03-15 07:11:14.336958964 +0100
@@ -1,0 +2,7 @@
+Fri Mar  6 12:13:04 UTC 2020 - Stefan Dirsch <[email protected]>
+
+- cleanup in specfile: get rid of is_opensuse macro, which is no
+  longer needed at all since sle15/Leap15, where we always enable
+  wayland support (jira#PM-1623)
+
+-------------------------------------------------------------------
libva.changes: same change

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

Other differences:
------------------
++++++ libva-gl.spec ++++++
--- /var/tmp/diff_new_pack.nAGPSX/_old  2020-03-15 07:11:14.704959184 +0100
+++ /var/tmp/diff_new_pack.nAGPSX/_new  2020-03-15 07:11:14.708959186 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libva-gl
+# spec file for package libva
 #
 # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -18,12 +18,6 @@
 
 #
 
-%if 0%{?suse_version} <= 1315 && !0%{?is_opensuse}
-%bcond_with wayland
-%else
-%bcond_without wayland
-%endif
-
 %define build_gl 1
 %define sover 2
 
@@ -51,11 +45,9 @@
 BuildRequires:  pkgconfig(xv)
 %if %{build_gl}
 BuildRequires:  pkgconfig(gl)
-%if %{with wayland}
 BuildRequires:  pkgconfig(wayland-client) >= 1.11.0
 BuildRequires:  pkgconfig(wayland-scanner) >= 1.11.0
 %endif
-%endif
 
 %description
 The libva library implements the Video Acceleration API.
@@ -86,9 +78,7 @@
 %if 0%{?build_gl}
 BuildRequires:  libva-devel = %{version}
 Requires:       libva-glx%{sover} = %{version}
-%if %{with wayland}
 Requires:       libva-wayland%{sover} = %{version}
-%endif
 Requires:       pkgconfig(gl)
 %else
 Requires:       libva%{sover} = %{version}
@@ -150,9 +140,7 @@
 #   osc service run source_validator
 #
 # fails on sle
-%if %{with wayland}
 echo libva-wayland%{sover} >> $RPM_SOURCE_DIR/baselibs.conf
-%endif
 
 %build
 [ -d m4 ]  || mkdir m4
@@ -160,11 +148,7 @@
 %configure \
 %if %{build_gl}
            --enable-glx \
-%if %{with wayland}
            --enable-wayland \
-%else
-           --disable-wayland \
-%endif
 %endif
            --with-drivers-path=%{_libdir}/dri
 make %{?_smp_mflags}
@@ -204,19 +188,15 @@
 %files -n libva-glx%{sover}
 %{_libdir}/libva-glx.so.%{sover}*
 
-%if %{with wayland}
 %files -n libva-wayland%{sover}
 %{_libdir}/libva-wayland.so.%{sover}*
-%endif
 
 %files devel
 %{_libdir}/libva-glx.so
 %{_includedir}/va
 %{_libdir}/pkgconfig/libva-glx.pc
-%if %{with wayland}
 %{_libdir}/pkgconfig/libva-wayland.pc
 %{_libdir}/libva-wayland.so
-%endif
 
 %else
 

++++++ libva.spec ++++++
--- /var/tmp/diff_new_pack.nAGPSX/_old  2020-03-15 07:11:14.720959194 +0100
+++ /var/tmp/diff_new_pack.nAGPSX/_new  2020-03-15 07:11:14.724959196 +0100
@@ -18,12 +18,6 @@
 
 #
 
-%if 0%{?suse_version} <= 1315 && !0%{?is_opensuse}
-%bcond_with wayland
-%else
-%bcond_without wayland
-%endif
-
 %define build_gl 0
 %define sover 2
 
@@ -51,11 +45,9 @@
 BuildRequires:  pkgconfig(xv)
 %if %{build_gl}
 BuildRequires:  pkgconfig(gl)
-%if %{with wayland}
 BuildRequires:  pkgconfig(wayland-client) >= 1.11.0
 BuildRequires:  pkgconfig(wayland-scanner) >= 1.11.0
 %endif
-%endif
 
 %description
 The libva library implements the Video Acceleration API.
@@ -86,9 +78,7 @@
 %if 0%{?build_gl}
 BuildRequires:  libva-devel = %{version}
 Requires:       libva-glx%{sover} = %{version}
-%if %{with wayland}
 Requires:       libva-wayland%{sover} = %{version}
-%endif
 Requires:       pkgconfig(gl)
 %else
 Requires:       libva%{sover} = %{version}
@@ -150,9 +140,7 @@
 #   osc service run source_validator
 #
 # fails on sle
-%if %{with wayland}
 echo libva-wayland%{sover} >> $RPM_SOURCE_DIR/baselibs.conf
-%endif
 
 %build
 [ -d m4 ]  || mkdir m4
@@ -160,11 +148,7 @@
 %configure \
 %if %{build_gl}
            --enable-glx \
-%if %{with wayland}
            --enable-wayland \
-%else
-           --disable-wayland \
-%endif
 %endif
            --with-drivers-path=%{_libdir}/dri
 make %{?_smp_mflags}
@@ -204,19 +188,15 @@
 %files -n libva-glx%{sover}
 %{_libdir}/libva-glx.so.%{sover}*
 
-%if %{with wayland}
 %files -n libva-wayland%{sover}
 %{_libdir}/libva-wayland.so.%{sover}*
-%endif
 
 %files devel
 %{_libdir}/libva-glx.so
 %{_includedir}/va
 %{_libdir}/pkgconfig/libva-glx.pc
-%if %{with wayland}
 %{_libdir}/pkgconfig/libva-wayland.pc
 %{_libdir}/libva-wayland.so
-%endif
 
 %else
 


Reply via email to