Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xwallpaper for openSUSE:Factory checked in at 2022-06-05 21:28:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xwallpaper (Old) and /work/SRC/openSUSE:Factory/.xwallpaper.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xwallpaper" Sun Jun 5 21:28:12 2022 rev:2 rq:980813 version:0.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/xwallpaper/xwallpaper.changes 2022-06-02 21:54:26.992386953 +0200 +++ /work/SRC/openSUSE:Factory/.xwallpaper.new.1548/xwallpaper.changes 2022-06-05 21:28:13.865022200 +0200 @@ -1,0 +2,5 @@ +Fri Jun 3 13:41:12 UTC 2022 - Tomasz Ho??ubowicz <[email protected]> + +- Enable support for JPEG, PNG and XPM file formats + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xwallpaper.spec ++++++ --- /var/tmp/diff_new_pack.bFgbwa/_old 2022-06-05 21:28:14.669023282 +0200 +++ /var/tmp/diff_new_pack.bFgbwa/_new 2022-06-05 21:28:14.677023293 +0200 @@ -1,6 +1,7 @@ # # spec file for package xwallpaper # +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2022 Tomasz Ho??ubowicz <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -12,6 +13,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + Name: xwallpaper Version: 0.7.3 Release: 0 @@ -21,8 +26,12 @@ URL: https://github.com/stoeckmann/xwallpaper Source: https://github.com/stoeckmann/xwallpaper/releases/download/v%{version}/%{name}-%{version}.tar.xz BuildRequires: libpixman-1-0-devel +BuildRequires: pkgconfig BuildRequires: xcb-util-devel BuildRequires: xcb-util-image-devel +BuildRequires: pkgconfig(libjpeg) +BuildRequires: pkgconfig(libpng) +BuildRequires: pkgconfig(xpm) %description The xwallpaper utility allows you to set image files as your X wallpaper. JPEG, PNG, and XPM file formats are supported, all of them being configurable and therefore no fixed dependencies. @@ -41,7 +50,13 @@ %setup -q %build -%configure +%configure \ + --with-seccomp \ + --with-randr \ + --with-jpeg \ + --with-png \ + --with-xpm + %make_build %install
