Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package csmash for openSUSE:Factory checked in at 2022-05-19 22:51:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/csmash (Old) and /work/SRC/openSUSE:Factory/.csmash.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "csmash" Thu May 19 22:51:56 2022 rev:25 rq:978129 version:0.6.6 Changes: -------- --- /work/SRC/openSUSE:Factory/csmash/csmash.changes 2018-06-29 22:24:46.434557138 +0200 +++ /work/SRC/openSUSE:Factory/.csmash.new.1538/csmash.changes 2022-05-19 22:51:56.954530379 +0200 @@ -1,0 +2,5 @@ +Thu May 19 08:05:59 UTC 2022 - Jan Engelhardt <[email protected]> + +- Build with to pkgconfig(sdl) so we can use sdl12_compat. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ csmash.spec ++++++ --- /var/tmp/diff_new_pack.z1LXIQ/_old 2022-05-19 22:51:58.554532301 +0200 +++ /var/tmp/diff_new_pack.z1LXIQ/_new 2022-05-19 22:51:58.558532306 +0200 @@ -1,7 +1,7 @@ # # spec file for package csmash # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,9 +20,9 @@ Version: 0.6.6 Release: 0 Summary: 3D Table Tennis Game -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Amusements/Games/3D/Other -Url: http://cannonsmash.sourceforge.net/ +URL: http://cannonsmash.sourceforge.net/ Source: %{name}-%{version}.tar.bz2 Source1: danslatristesse2-48.ogg Source2: %{name}.desktop @@ -32,7 +32,6 @@ Patch3: %{name}-%{version}-qualification.diff Patch4: %{name}-%{version}-definitions.diff Patch5: %{name}-%{version}-uninitialized.diff -BuildRequires: SDL-devel BuildRequires: SDL_image-devel BuildRequires: SDL_mixer-devel BuildRequires: desktop-file-utils @@ -43,21 +42,15 @@ BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gtk+-x11-2.0) +BuildRequires: pkgconfig(sdl) BuildRequires: pkgconfig(zlib) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description CannonSmash is a 3D table tennis game. The goal of this project is to represent various table tennis strategies in a computer game. %prep -%setup -q -%patch0 -%patch1 -%patch2 -%patch3 -%patch4 -%patch5 +%autosetup -p0 mv README README.jp mv README.en README @@ -65,17 +58,16 @@ %configure \ --x-includes=%{_includedir} \ --x-libraries=%{_libdir} -make %{?_smp_mflags} AM_CFLAGS="%optflags" AM_CPPFLAGS="%optflags" +%make_build AM_CFLAGS="%optflags" AM_CPPFLAGS="%optflags" %install -make DESTDIR=%{buildroot} install +%make_install cp %{SOURCE1} %{buildroot}%{_datadir}/csmash %fdupes %{buildroot}%{_datadir} desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2} %find_lang %{name} %files -f %{name}.lang -%defattr(-,root,root,755) %doc README README.jp AUTHORS COPYING CREDITS ChangeLog %{_bindir}/csmash %{_datadir}/csmash/
