Hello community,

here is the log from the commit of package libva for openSUSE:Factory checked 
in at 2020-03-16 10:16:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libva (Old)
 and      /work/SRC/openSUSE:Factory/.libva.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libva"

Mon Mar 16 10:16:19 2020 rev:52 rq:784644 version:2.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libva/libva-gl.changes   2020-03-06 
21:26:24.409519365 +0100
+++ /work/SRC/openSUSE:Factory/.libva.new.3160/libva-gl.changes 2020-03-16 
10:16:56.623553153 +0100
@@ -1,0 +2,7 @@
+Fri Mar  6 12:08:04 UTC 2020 - Stefan Dirsch <sndir...@suse.com>
+
+- 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.Yoo1Uu/_old  2020-03-16 10:16:57.695553590 +0100
+++ /var/tmp/diff_new_pack.Yoo1Uu/_new  2020-03-16 10:16:57.699553591 +0100
@@ -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.Yoo1Uu/_old  2020-03-16 10:16:57.747553611 +0100
+++ /var/tmp/diff_new_pack.Yoo1Uu/_new  2020-03-16 10:16:57.759553615 +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