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-06-17 21:20:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aranym (Old)
 and      /work/SRC/openSUSE:Factory/.aranym.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aranym"

Fri Jun 17 21:20:56 2022 rev:44 rq:983184 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/aranym/aranym.changes    2022-05-25 
20:36:04.576354407 +0200
+++ /work/SRC/openSUSE:Factory/.aranym.new.1548/aranym.changes  2022-06-17 
21:23:19.578799838 +0200
@@ -1,0 +2,6 @@
+Mon Jun 13 22:03:35 UTC 2022 - Andreas Schwab <[email protected]>
+
+- Add missing build requires
+- includes.patch: add missing includes
+
+-------------------------------------------------------------------

New:
----
  includes.patch

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

Other differences:
------------------
++++++ aranym.spec ++++++
--- /var/tmp/diff_new_pack.y0cJFt/_old  2022-06-17 21:23:20.022800079 +0200
+++ /var/tmp/diff_new_pack.y0cJFt/_new  2022-06-17 21:23:20.026800080 +0200
@@ -27,16 +27,18 @@
 Source1:        afros812.zip
 Patch:          pow10.patch
 Patch1:         lto.patch
+Patch2:         includes.patch
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  mpfr-devel
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(SDL_image)
-BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(osmesa)
 BuildRequires:  pkgconfig(sdl)
+BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(zlib)
 Requires(post): permissions
 


++++++ includes.patch ++++++
Index: aranym-1.1.0/src/natfeat/nfcdrom_linux.cpp
===================================================================
--- aranym-1.1.0.orig/src/natfeat/nfcdrom_linux.cpp
+++ aranym-1.1.0/src/natfeat/nfcdrom_linux.cpp
@@ -29,6 +29,7 @@
 #include "nfcdrom_linux.h"
 
 #include <linux/cdrom.h>
+#include <cstddef>
 #include <errno.h>
 #include "toserror.h"
 

Reply via email to