Hello community, here is the log from the commit of package prboom-plus for openSUSE:Factory checked in at 2020-06-09 00:04:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/prboom-plus (Old) and /work/SRC/openSUSE:Factory/.prboom-plus.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prboom-plus" Tue Jun 9 00:04:19 2020 rev:11 rq:812363 version:2.5.1.5+svn4532 Changes: -------- --- /work/SRC/openSUSE:Factory/prboom-plus/prboom-plus.changes 2019-08-24 18:46:36.357756140 +0200 +++ /work/SRC/openSUSE:Factory/.prboom-plus.new.3606/prboom-plus.changes 2020-06-09 00:05:50.185540187 +0200 @@ -1,0 +2,5 @@ +Sun Jun 7 22:32:17 UTC 2020 - Jan Engelhardt <[email protected]> + +- Set CFLAGS+=-fcommon. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ prboom-plus.spec ++++++ --- /var/tmp/diff_new_pack.Q3Ikg2/_old 2020-06-09 00:05:51.397544487 +0200 +++ /var/tmp/diff_new_pack.Q3Ikg2/_new 2020-06-09 00:05:51.401544501 +0200 @@ -1,7 +1,7 @@ # # spec file for package prboom-plus # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Summary: DOOM source port with demo compatibility License: GPL-2.0-or-later Group: Amusements/Games/3D/Shoot -Url: http://prboom-plus.sf.net/ +URL: http://prboom-plus.sf.net/ #SVN-Clone: https://svn.prboom.org/repos/branches/prboom-plus-24/prboom2 #DL-URL: http://downloads.sf.net/prboom-plus/prboom-plus-2.5.1.4.tar.gz @@ -70,8 +70,7 @@ mode. %prep -%setup -qn prboom2-%version -%patch -P 1 -P 2 -P 3 -P 5 -P 6 -P 7 -P 8 -p1 +%autosetup -p1 -n prboom2-%version %build cp -alv data/sounds/free/*.wav data/sounds/ @@ -79,7 +78,7 @@ autoreconf -fi # rpm has its own optimizations, so turn off shipped defaults %configure --enable-gl --disable-cpu-opt --program-prefix="" \ - --with-waddir="%_datadir/doom" --disable-dogs + --with-waddir="%_datadir/doom" --disable-dogs CFLAGS="%optflags -fcommon" make %{?_smp_mflags} %install @@ -92,6 +91,7 @@ install -Dm0644 ICONS/prboom-plus.desktop "$b/%_datadir/applications/prboom-plus.desktop" install -Dm0644 ICONS/prboom-plus.bash "$b/%_datadir/bash-completion/completions/prboom-plus.bash" +%if 0%{?suse_version} && 0%{?suse_version} < 1550 %post %desktop_database_post %icon_theme_cache_post @@ -99,9 +99,9 @@ %postun %desktop_database_postun %icon_theme_cache_postun +%endif %files -%defattr(-,root,root) %_bindir/* %_datadir/doom/ %_datadir/doc/*
