Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sdlpop for openSUSE:Factory checked 
in at 2024-03-20 21:18:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sdlpop (Old)
 and      /work/SRC/openSUSE:Factory/.sdlpop.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sdlpop"

Wed Mar 20 21:18:20 2024 rev:7 rq:1159770 version:1.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/sdlpop/sdlpop.changes    2024-02-26 
19:56:04.225077786 +0100
+++ /work/SRC/openSUSE:Factory/.sdlpop.new.1905/sdlpop.changes  2024-03-20 
21:21:33.273937014 +0100
@@ -1,0 +2,5 @@
+Wed Mar 20 07:16:22 UTC 2024 - Andrea Manzini <andrea.manz...@suse.com>
+
+- Fixed segfault https://bugzilla.opensuse.org/show_bug.cgi?id=1221544
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sdlpop.spec ++++++
--- /var/tmp/diff_new_pack.pPZYFX/_old  2024-03-20 21:21:34.001963758 +0100
+++ /var/tmp/diff_new_pack.pPZYFX/_new  2024-03-20 21:21:34.017964346 +0100
@@ -25,14 +25,13 @@
 URL:            https://www.popot.org/get_the_games.php?game=SDLPoP
 Source:         
https://github.com/NagyD/SDLPoP/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch0:         sdlpop-fix-sdl2-includes.patch
-BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  make
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(SDL2_image)
-BuildRequires:  pkgconfig(SDL2_mixer)
 BuildRequires:  pkgconfig(sdl2)
 
 %description
@@ -45,19 +44,18 @@
 
 %prep
 %autosetup -p1 -n SDLPoP-%{version}
-
 sed -i 's/\r$//' doc/*.txt
 
 %build
 cd src
-%cmake
-%make_jobs
+%make_build
 
 %install
 install -d %{buildroot}/%{_bindir}
 install -Dm0755 prince %{buildroot}/%{_libexecdir}/%{name}/%{name}
 install -Dm0644 data/icon.png 
%{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 install -d %{buildroot}/%{_libexecdir}/%{name}
+install SDLPoP.ini %{buildroot}/%{_libexecdir}/%{name}
 mv data/ %{buildroot}/%{_libexecdir}/%{name}
 %suse_update_desktop_file -c %{name} %{name} "Platformer" %{name} %{name} Game 
ActionGame
 

Reply via email to