Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package waffle for openSUSE:Factory checked in at 2021-01-19 16:03:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/waffle (Old) and /work/SRC/openSUSE:Factory/.waffle.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "waffle" Tue Jan 19 16:03:53 2021 rev:6 rq:864304 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/waffle/waffle.changes 2020-04-04 12:25:34.463941254 +0200 +++ /work/SRC/openSUSE:Factory/.waffle.new.28504/waffle.changes 2021-01-19 16:04:50.447619042 +0100 @@ -1,0 +2,6 @@ +Tue Jan 19 11:37:00 UTC 2021 - Martin Pluskal <[email protected]> + +- Use current cmake macros +- Specify minimal build dependencies as required by upstream + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ waffle.spec ++++++ --- /var/tmp/diff_new_pack.FWGFGa/_old 2021-01-19 16:04:50.959619812 +0100 +++ /var/tmp/diff_new_pack.FWGFGa/_new 2021-01-19 16:04:50.963619818 +0100 @@ -1,7 +1,7 @@ # # spec file for package waffle # -# Copyright (c) 2020 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 @@ -25,18 +25,19 @@ Summary: C library defering selection of GL API and window system until runtime License: BSD-2-Clause Group: Development/Libraries/X11 -URL: http://people.freedesktop.org/~chadversary/waffle/index.html +URL: https://people.freedesktop.org/~chadversary/waffle/index.html Source0: https://gitlab.freedesktop.org/mesa/waffle/-/raw/website/files/release/%{name}-%{version}/%{name}-%{version}.tar.xz Source1: https://gitlab.freedesktop.org/mesa/waffle/-/raw/website/files/release/%{name}-%{version}/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig -BuildRequires: wayland-devel BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(wayland-client) >= 1.10 +BuildRequires: pkgconfig(wayland-egl) >= 9.1 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) @@ -82,13 +83,13 @@ -Dwaffle_has_x11_egl=1 \ -Dwaffle_build_tests=1 \ -DCMAKE_INSTALL_DOCDIR=%{_docdir}/waffle-%{_majorVersion} -%make_jobs +%cmake_build %install %cmake_install %check -make check -C build +%ctest %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig @@ -101,7 +102,7 @@ %{_docdir}/waffle-%{_majorVersion}/release-notes/*.txt %{_docdir}/waffle-%{_majorVersion}/release-notes/waffle-1.6.*.md %{_bindir}/wflinfo -/usr/share/bash-completion/completions/wflinfo +%{_datadir}/bash-completion/completions/wflinfo %files -n %{libname} %{_libdir}/libwaffle-1.so.*
