Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dsda-doom for openSUSE:Factory 
checked in at 2025-03-21 20:22:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dsda-doom (Old)
 and      /work/SRC/openSUSE:Factory/.dsda-doom.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dsda-doom"

Fri Mar 21 20:22:42 2025 rev:8 rq:1254852 version:0.28.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/dsda-doom/dsda-doom.changes      2025-01-18 
13:18:45.055100709 +0100
+++ /work/SRC/openSUSE:Factory/.dsda-doom.new.2696/dsda-doom.changes    
2025-03-21 20:22:56.172042800 +0100
@@ -1,0 +2,9 @@
+Thu Mar 20 21:37:51 UTC 2025 - Jan Engelhardt <[email protected]>
+
+- Remove unused BuildRequire on libpcre. (The feature using pcre
+  was dropped in 2022 already.)
+- Add BuildRequire on pkgconfig(glu), previously implicitly added
+  by SDL2-devel (but now we have sdl2-compat-devel).
+- Make build recipe POSIX sh compatible.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dsda-doom.spec ++++++
--- /var/tmp/diff_new_pack.odvf4x/_old  2025-03-21 20:22:56.716065433 +0100
+++ /var/tmp/diff_new_pack.odvf4x/_new  2025-03-21 20:22:56.716065433 +0100
@@ -33,21 +33,27 @@
 BuildRequires:  c++_compiler
 BuildRequires:  cmake
 BuildRequires:  fluidsynth
-BuildRequires:  fluidsynth-devel
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libmad-devel
 BuildRequires:  libpng-devel
-BuildRequires:  libvorbis-devel
-BuildRequires:  libzip-devel
 BuildRequires:  libzip-tools
-BuildRequires:  pcre-devel
-BuildRequires:  portmidi-devel
-BuildRequires:  portmidi-java
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(SDL2_image)
 BuildRequires:  pkgconfig(SDL2_mixer)
 BuildRequires:  pkgconfig(SDL2_net)
+BuildRequires:  pkgconfig(fluidsynth)
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glu)
+BuildRequires:  pkgconfig(libzip)
+BuildRequires:  pkgconfig(mad)
+BuildRequires:  pkgconfig(portmidi)
 BuildRequires:  pkgconfig(sdl2)
+BuildRequires:  pkgconfig(vorbis)
+%if 0%{?suse_version} >= 1600
+# CMake Error at 
[portmidi-devel]:/usr/lib64/cmake/PortMidi/PortMidiTargets.cmake:100 (message):
+#   The imported target "PortMidi::pmjni" references the file
+#      "[portmidi-java]:/usr/lib64/libpmjni.so.2.0.3"
+BuildRequires:  portmidi-java
+%endif
 Suggests:       freedoom
 Provides:       prboom
 
@@ -64,16 +70,16 @@
 %autosetup -p1
 
 %build
-pushd prboom2/
-%cmake -DDOOMWADDIR="%_datadir/doom" -DDSDAPWADDIR="%_datadir/doom"
+cd prboom2/
+mkdir -p ./usr/%_lib
+touch ./usr/%_lib/libpmjni.so.2.0.3
+%cmake -DDOOMWADDIR="%_datadir/doom" -DDSDAPWADDIR="%_datadir/doom" 
-D_IMPORT_PREFIX=$PWD/usr
 %cmake_build
-popd
 
 %install
-pushd prboom2/
+cd prboom2/
 %cmake_install
 rm -f "%buildroot/usr/share/doc/dsda-doom/COPYING" # via %%license instead
-popd
 
 %if 0%{?suse_version} && 0%{?suse_version} < 1550
 %post

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.odvf4x/_old  2025-03-21 20:22:56.752066931 +0100
+++ /var/tmp/diff_new_pack.odvf4x/_new  2025-03-21 20:22:56.756067097 +0100
@@ -1,5 +1,5 @@
-mtime: 1737134872
-commit: 58375212ffdacf56968070b24cf2180320115b4b7c31f3f2b60ff566ee610da4
+mtime: 1742507604
+commit: 8e568a6d34476b387b2373b8df0123c68f594e62f3862ab05bbff8f325951b7a
 url: https://src.opensuse.org/jengelh/dsda-doom
 revision: master
 

++++++ build.specials.obscpio ++++++

Reply via email to