Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ultimatestunts for openSUSE:Factory 
checked in at 2023-02-27 12:55:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ultimatestunts (Old)
 and      /work/SRC/openSUSE:Factory/.ultimatestunts.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ultimatestunts"

Mon Feb 27 12:55:38 2023 rev:2 rq:1067854 version:0.7.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ultimatestunts/ultimatestunts.changes    
2019-08-27 10:18:40.371950410 +0200
+++ /work/SRC/openSUSE:Factory/.ultimatestunts.new.31432/ultimatestunts.changes 
2023-02-27 12:55:40.651536813 +0100
@@ -1,0 +2,5 @@
+Sun Feb 26 19:48:30 UTC 2023 - Carsten Ziepke <kiel...@gmail.com>
+
+- Add ultimatestunts-add-pthread.patch, fix building for openSUSE Leap
+
+-------------------------------------------------------------------

New:
----
  ultimatestunts-add-pthread.patch

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

Other differences:
------------------
++++++ ultimatestunts.spec ++++++
--- /var/tmp/diff_new_pack.8Hmoee/_old  2023-02-27 12:55:41.279540685 +0100
+++ /var/tmp/diff_new_pack.8Hmoee/_new  2023-02-27 12:55:41.287540734 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ultimatestunts
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,13 +23,13 @@
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/3D/Race
 URL:            http://ultimatestunts.nl/
-
 Source:         
http://downloads.sf.net/ultimatestunts/ultimatestunts-srcdata-0771.tar.gz
 Patch1:         01-fix-missing-includes.diff
 Patch2:         02-fix-type-puns.diff
 Patch3:         03-fix-format-mismatches.diff
 Patch4:         04-fix-parallel-build-issue.diff
 Patch5:         05-fix-destdir.diff
+Patch6:         ultimatestunts-add-pthread.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -39,8 +39,8 @@
 BuildRequires:  pkgconfig(freealut)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(openal)
-BuildRequires:  pkgconfig(sdl) >= 1.1.0
-BuildRequires:  pkgconfig(vorbisfile) >= 1.0.0
+BuildRequires:  pkgconfig(sdl)
+BuildRequires:  pkgconfig(vorbisfile)
 Requires:       %name-data
 
 %description
@@ -81,7 +81,7 @@
 %build
 find . -type d -name .svn -exec rm -Rf "{}" "+"
 %configure
-make %{?_smp_mflags} -j1
+%make_build -j1
 
 %install
 %make_install usdatadir="%buildroot/%_datadir/ultimatestunts"

++++++ ultimatestunts-add-pthread.patch ++++++
From: Carsten Ziepke <kiel...@gmail.com>
Date: Sun Feb 26 19:48:30 UTC 2023

add pthread linking in stuntserver

diff -Nur ultimatestunts-srcdata-0771-orig/stuntsserver/Makefile.in 
ultimatestunts-srcdata-0771/stuntsserver/Makefile.in
--- ultimatestunts-srcdata-0771-orig/stuntsserver/Makefile.in   2012-08-25 
12:06:22.000000000 +0200
+++ ultimatestunts-srcdata-0771/stuntsserver/Makefile.in        2023-02-26 
20:43:46.248387252 +0100
@@ -241,7 +241,7 @@
 
 
 # the library search path.
-ustuntsserver_LDFLAGS = $(all_libraries) 
+ustuntsserver_LDFLAGS = $(all_libraries) -pthread
 all: all-am
 
 .SUFFIXES:

Reply via email to