Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xonotic for openSUSE:Factory checked in at 2025-03-27 22:32:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xonotic (Old) and /work/SRC/openSUSE:Factory/.xonotic.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xonotic" Thu Mar 27 22:32:35 2025 rev:12 rq:1256394 version:0.8.6 Changes: -------- --- /work/SRC/openSUSE:Factory/xonotic/xonotic.changes 2025-02-06 22:07:39.859652639 +0100 +++ /work/SRC/openSUSE:Factory/.xonotic.new.2696/xonotic.changes 2025-03-27 22:33:16.911041478 +0100 @@ -1,0 +2,6 @@ +Thu Mar 13 18:06:47 UTC 2025 - Jan Engelhardt <jeng...@inai.de> + +- Replace old package names BuildRequires (we have not had + xorg-x11-libX* in a long time) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xonotic.spec ++++++ --- /var/tmp/diff_new_pack.f5Kcca/_old 2025-03-27 22:33:21.959250439 +0100 +++ /var/tmp/diff_new_pack.f5Kcca/_new 2025-03-27 22:33:21.963250604 +0100 @@ -30,18 +30,18 @@ Source3: xonotic.init Source4: %{name}.changes Source100: xonotic.appdata.xml -BuildRequires: SDL2-devel -BuildRequires: alsa-devel -BuildRequires: d0_blind_id-devel -BuildRequires: libXpm-devel -BuildRequires: libXxf86vm-devel BuildRequires: libcurl-devel -BuildRequires: libjpeg-devel BuildRequires: unzip BuildRequires: update-desktop-files -BuildRequires: xorg-x11-libXext-devel -BuildRequires: xorg-x11-libXpm -BuildRequires: zlib-devel +BuildRequires: pkgconfig(alsa) +BuildRequires: pkgconfig(d0_blind_id) +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(libjpeg) +BuildRequires: pkgconfig(sdl2) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xpm) +BuildRequires: pkgconfig(xxf86vm) +BuildRequires: pkgconfig(zlib) Requires: logrotate Requires: xonotic-data = %{version} %if %{with systemd} @@ -54,7 +54,7 @@ Fast-paced first-person shooter that works on Windows, OS X and Linux. The project is geared towards providing addictive arena shooter gameplay which is all spawned and driven by the community itself. Being a direct successor of the Nexuiz project with years of development between them, and it aims to become the best possible open-source FPS (first-person-shooter) of its kind. %package server -Summary: Dedicated xonotic server first person shooter +Summary: Dedicated server for the Xonotic first person shooter Group: Amusements/Games/3D/Shoot Requires: xonotic-data = %{version} Requires(pre): shadow @@ -79,7 +79,7 @@ Data (textures, maps, sounds and models) required to play xonotic. %prep -%setup -q -n Xonotic +%autosetup -n Xonotic -p1 rm -rf misc/buildfiles/ # use system libs sed -i \ -e "/^EXE_/s:darkplaces:%{name}-%{version}:" \ @@ -94,7 +94,6 @@ %build %make_build \ - %{?_smp_mflags} \ DP_LINK_TO_LIBJPEG=1 \ DP_LINK_CRYPTO=shared \ DP_FS_BASEDIR="%{_datadir}/xonotic" \