Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libyami-utils for openSUSE:Factory 
checked in at 2021-11-23 22:10:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyami-utils (Old)
 and      /work/SRC/openSUSE:Factory/.libyami-utils.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyami-utils"

Tue Nov 23 22:10:39 2021 rev:7 rq:933252 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyami-utils/libyami-utils.changes      
2019-12-24 14:30:50.370601353 +0100
+++ /work/SRC/openSUSE:Factory/.libyami-utils.new.1895/libyami-utils.changes    
2021-11-23 22:12:56.806406369 +0100
@@ -1,0 +2,16 @@
+Tue Nov 23 08:56:16 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Add export CXXFLAGS="-Wno-error=deprecated-declarations", failing
+  to build just because we get a warning that something is
+  deprecated is not what we want nor need.
+- Add explicit yes to enable-avformat and enable-dmabuf, upstream
+  defaults to no, and we expected that support to be built.
+- Drop currently unused pkgconfig(egl), pkgconfig(glesv2) and
+  pkgconfig(libv4l2), we need to pass explicit options to configure
+  to build that support.
+- Replace gcc-c++ with generic c++_compiler BuildRequires, also add
+  explict c_compiler BuildRequires. Modernize spec.
+- Drop libyami-utils-rpmlintrc, no longer needed for Tumbleweed,
+  nor next version of Leap.
+
+-------------------------------------------------------------------

Old:
----
  libyami-utils-rpmlintrc

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

Other differences:
------------------
++++++ libyami-utils.spec ++++++
--- /var/tmp/diff_new_pack.wJ8wcx/_old  2021-11-23 22:12:57.262404860 +0100
+++ /var/tmp/diff_new_pack.wJ8wcx/_new  2021-11-23 22:12:57.262404860 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyami-utils
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,18 +24,15 @@
 Group:          Development/Tools/Other
 URL:            https://github.com/intel/libyami-utils
 Source0:        %{url}/archive/%{version}.tar.gz#/%name-%{version}.tar.gz
-Source99:       libyami-utils-rpmlintrc
 
-BuildRequires:  gcc-c++
+BuildRequires:  c++_compiler
+BuildRequires:  c_compiler
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(egl)
-BuildRequires:  pkgconfig(glesv2)
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libbsd)
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libdrm_intel)
-BuildRequires:  pkgconfig(libv4l2)
 BuildRequires:  pkgconfig(libva-drm)
 BuildRequires:  pkgconfig(libva-x11)
 BuildRequires:  pkgconfig(libyami) >= 0.6.1
@@ -65,22 +62,23 @@
 Intel Baytrail, Braswell, Apollo Lake
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
+# We do not care that something is deprecated
+export CXXFLAGS="-Wno-error=deprecated-declarations"
 autoreconf -fiv
 %configure \
         --disable-static \
-        --enable-avformat \
-        --enable-dmabuf \
+        --enable-avformat="yes" \
+        --enable-dmabuf="yes" \
         %{nil}
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
 
 %files
-%defattr(-,root,root)
 %license LICENSE
 %doc README.md
 %{_bindir}/*

Reply via email to