Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aranym for openSUSE:Factory checked 
in at 2022-05-25 20:35:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aranym (Old)
 and      /work/SRC/openSUSE:Factory/.aranym.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aranym"

Wed May 25 20:35:21 2022 rev:43 rq:979196 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/aranym/aranym.changes    2019-07-15 
22:44:05.951901101 +0200
+++ /work/SRC/openSUSE:Factory/.aranym.new.2254/aranym.changes  2022-05-25 
20:36:04.576354407 +0200
@@ -1,0 +2,6 @@
+Wed May 25 12:01:59 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Use more pkgconfig() buildrequire symbols, in part to make use
+  of sdl12_compat.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aranym.spec ++++++
--- /var/tmp/diff_new_pack.KoKSuC/_old  2022-05-25 20:36:05.236355328 +0200
+++ /var/tmp/diff_new_pack.KoKSuC/_new  2022-05-25 20:36:05.240355334 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aranym
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -27,17 +27,17 @@
 Source1:        afros812.zip
 Patch:          pow10.patch
 Patch1:         lto.patch
-BuildRequires:  Mesa-devel
-BuildRequires:  SDL-devel
-BuildRequires:  SDL_image-devel
 BuildRequires:  automake
 BuildRequires:  gcc-c++
-BuildRequires:  libOSMesa-devel
-BuildRequires:  libusb-1_0-devel
 BuildRequires:  mpfr-devel
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(SDL_image)
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(libusb-1.0)
+BuildRequires:  pkgconfig(osmesa)
+BuildRequires:  pkgconfig(sdl)
+BuildRequires:  pkgconfig(zlib)
 Requires(post): permissions
 
 %description
@@ -69,9 +69,7 @@
   scsi, ide, or other emulation
 
 %prep
-%setup -q -a 1
-%patch -p1
-%patch1 -p1
+%autosetup -p1 -a1
 # Don't remove -g from CFLAGS
 sed -i -e 's,/-g,/-:,' configure.ac configure
 
@@ -82,20 +80,20 @@
 mkdir jit
 cd jit
 %configure %{common_opts} --enable-jit-compiler
-make %{?_smp_mflags}
+%make_build
 cd ..
 %endif
 mkdir mmu
 cd mmu
 %configure %{common_opts} --enable-lilo --enable-fullmmu
-make %{?_smp_mflags}
+%make_build
 cd ..
 %define _configure ./configure
 %configure %{common_opts}
-make %{?_smp_mflags}
+%make_build
 
 %install
-make install DESTDIR=%{buildroot}
+%make_install
 %ifarch %{ix86} x86_64 %{arm}
 install -m 755 jit/aranym %{buildroot}%{_bindir}/aranym-jit
 %endif

Reply via email to