Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wlroots for openSUSE:Factory checked in at 2023-12-21 23:38:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wlroots (Old) and /work/SRC/openSUSE:Factory/.wlroots.new.1840 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wlroots" Thu Dec 21 23:38:21 2023 rev:28 rq:1134407 version:0.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/wlroots/wlroots.changes 2023-12-19 23:16:46.307585872 +0100 +++ /work/SRC/openSUSE:Factory/.wlroots.new.1840/wlroots.changes 2023-12-21 23:38:32.414377551 +0100 @@ -1,0 +2,14 @@ +Thu Dec 21 07:58:43 UTC 2023 - Dominique Leuenberger <[email protected]> + +- Fix installation: do not pass + --libdir=%{_libdir}/wlroots-%{version} to meson: this results in + the library and the .pc file to installed into private locations + and not being usable without extra hacks. + +------------------------------------------------------------------- +Wed Dec 20 21:37:28 UTC 2023 - Dominique Leuenberger <[email protected]> + +- Remove pkgconfig(freerdp2) BuildRequires: there is no mention of + freerdp in the source tree. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wlroots.spec ++++++ --- /var/tmp/diff_new_pack.kZ4I33/_old 2023-12-21 23:38:33.358411977 +0100 +++ /var/tmp/diff_new_pack.kZ4I33/_new 2023-12-21 23:38:33.358411977 +0100 @@ -37,7 +37,6 @@ BuildRequires: meson >= 0.59.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(egl) -BuildRequires: pkgconfig(freerdp2) BuildRequires: pkgconfig(gbm) >= 17.1.0 BuildRequires: pkgconfig(glesv2) BuildRequires: pkgconfig(hwdata) @@ -107,9 +106,7 @@ %{?with_x11_backend:'x11',} ]" \ %{?with_xwayland:-Dxwayland=enabled} \ - %{?with_xcb_errors:-Dxcb-errors=enabled} \ - --includedir %{_includedir}/wlroots-%{version} \ - --libdir %{_libdir}/wlroots-%{version} + %{?with_xcb_errors:-Dxcb-errors=enabled} %meson_build %install @@ -121,12 +118,10 @@ %files devel %license LICENSE %doc README.md CONTRIBUTING.md -%{_includedir}/wlroots-%{version}/ -%dir %{_libdir}/wlroots-%{version} -%dir %{_libdir}/wlroots-%{version}/pkgconfig -%{_libdir}/wlroots-%{version}/pkgconfig/wlroots.pc -%{_libdir}/wlroots-%{version}/libwlroots.so +%{_includedir}/wlr/ +%{_libdir}/pkgconfig/wlroots.pc +%{_libdir}/libwlroots.so %files -n %{libname} -%{_libdir}/wlroots-%{version}/libwlroots.so.* +%{_libdir}/libwlroots.so.*
