Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package povray for openSUSE:Factory checked in at 2022-05-22 20:27:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/povray (Old) and /work/SRC/openSUSE:Factory/.povray.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "povray" Sun May 22 20:27:35 2022 rev:7 rq:978454 version:3.7.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/povray/povray.changes 2020-02-14 16:39:13.095647394 +0100 +++ /work/SRC/openSUSE:Factory/.povray.new.1538/povray.changes 2022-05-22 20:27:40.470285961 +0200 @@ -1,0 +2,6 @@ +Fri May 20 08:00:20 UTC 2022 - Jan Engelhardt <[email protected]> + +- Build docs as noarch +- Use more pkgconfig() to refer to BuildRequires + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ povray.spec ++++++ --- /var/tmp/diff_new_pack.Ais1IS/_old 2022-05-22 20:27:41.190287022 +0200 +++ /var/tmp/diff_new_pack.Ais1IS/_new 2022-05-22 20:27:41.194287028 +0200 @@ -1,7 +1,7 @@ # # spec file for package povray # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,11 +39,11 @@ BuildRequires: libboost_thread-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel -BuildRequires: xorg-x11-libX11-devel -BuildRequires: xorg-x11-libXpm-devel BuildRequires: pkgconfig(OpenEXR) BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(sdl) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xpm) BuildRequires: pkgconfig(zlib) Recommends: povray-doc @@ -60,6 +60,7 @@ %package doc Summary: Documentation for POV-Ray Group: Documentation/HTML +BuildArch: noarch %description doc This package contains the Povray documentation. @@ -92,12 +93,10 @@ sed -i -e 's,^DEFAULT_DIR=.*,DEFAULT_DIR=/usr,' scripts/* sed -i -e 's,^SYSCONFDIR=.*,SYSCONFDIR=/etc,' scripts/* -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} \ - povdocdir=%{_defaultdocdir}/povray \ - install +%make_install povdocdir=%{_defaultdocdir}/povray # fix wrong permissions chmod 755 %{buildroot}%{_datadir}/povray-%{maj_version}/scenes/camera/mesh_camera/bake.sh
