Hello community, here is the log from the commit of package sar2 for openSUSE:Leap:15.2 checked in at 2020-05-03 14:28:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/sar2 (Old) and /work/SRC/openSUSE:Leap:15.2/.sar2.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sar2" Sun May 3 14:28:32 2020 rev:12 rq:799544 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/sar2/sar2.changes 2020-01-15 16:01:05.487851400 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.sar2.new.2738/sar2.changes 2020-05-03 14:28:33.160413072 +0200 @@ -1,0 +2,20 @@ +Sun Apr 26 13:30:00 UTC 2020 - [email protected] + +- Update to version 2.4.0: + * Improvements to the Joystick system, adding new Rudder+Brakes mode, moving to libSDL2 and cleaning up unused menu settings. + * Fix lagging when aircraft is landed. + * Honor wheel brake coefficient. + +------------------------------------------------------------------- +Tue Jun 12 21:09:13 UTC 2018 - [email protected] + +- Update to version 2.3.3: + * Upstream some patches submitted by contributors to facilitate + the package build process. + * Fix a number of old urls to point to the Github location. +- Drop upstreamed patches: + * appdata.patch. + * sar2-2.3.2-optflags.patch. +- Clean spec file. + +------------------------------------------------------------------- Old: ---- appdata.patch sar2-2.3.2-optflags.patch sar2-2.3.2.tar.gz New: ---- v2.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sar2.spec ++++++ --- /var/tmp/diff_new_pack.YXZvd7/_old 2020-05-03 14:28:35.460417995 +0200 +++ /var/tmp/diff_new_pack.YXZvd7/_new 2020-05-03 14:28:35.464418004 +0200 @@ -1,7 +1,7 @@ # # spec file for package sar2 # -# Copyright (c) 2017 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 @@ -12,31 +12,26 @@ # 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/ # Name: sar2 -Version: 2.3.2 +Version: 2.4.0 Release: 0 Summary: Rescue Helicopter Simulator -License: GPL-2.0 +License: GPL-2.0-only Group: Amusements/Games/3D/Simulation -Url: https://searchandrescue2.github.io/sar2/ -Source: https://github.com/SearchAndRescue2/sar2/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM https://github.com/SearchAndRescue2/sar2/pull/5 & https://github.com/SearchAndRescue2/sar2/pull/4 -Patch1: http://pkgs.fedoraproject.org/cgit/rpms/sar2.git/plain/sar2-2.3.2-optflags.patch -# PATCH-FEATURE-UPSTREAM https://github.com/SearchAndRescue2/sar2/pull/6 -Patch2: appdata.patch +URL: https://searchandrescue2.github.io/sar2/ +Source: https://github.com/SearchAndRescue2/sar2/archive/v%{version}.tar.gz BuildRequires: Mesa-devel BuildRequires: fdupes BuildRequires: freealut-devel BuildRequires: gcc-c++ -BuildRequires: libSDL-devel +BuildRequires: libSDL2-devel BuildRequires: libvorbis-devel BuildRequires: openal-soft-devel BuildRequires: scons -BuildRequires: update-desktop-files BuildRequires: xorg-x11-libICE-devel BuildRequires: xorg-x11-libSM-devel BuildRequires: xorg-x11-libX11-devel @@ -44,7 +39,10 @@ BuildRequires: xorg-x11-libXmu-devel BuildRequires: xorg-x11-libXpm-devel Requires: %{name}-data = %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} < 1330 +Requires(post): update-desktop-files +Requires(postun): update-desktop-files +%endif %description Search and Rescue II is a rescue helicopter simulator for Linux. @@ -72,8 +70,6 @@ %prep %setup -q -%patch1 -p1 -b .optflags -%patch2 -p1 %build scons --optflags="%{optflags} -DHAVE_LIBXPM" @@ -89,7 +85,6 @@ cp -a bin/%{name} %{buildroot}%{_bindir} install -D -m 0644 extra/sar2.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop -%suse_update_desktop_file %{name} install -D -m 0644 extra/sar2.xpm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm @@ -97,23 +92,24 @@ %fdupes %{buildroot}%{_datadir} +%if 0%{?suse_version} < 1330 %post %desktop_database_post %postun %desktop_database_postun +%endif %files -%defattr(-,root,root,-) -%doc AUTHORS CHANGELOG HACKING LICENSE README -%doc %{_mandir}/man6/%{name}.6* +%doc AUTHORS CHANGELOG HACKING README +%license LICENSE +%{_mandir}/man6/%{name}.6%{?ext_man} %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.xpm %{_datadir}/appdata/%{name}.appdata.xml %files data -%defattr(-,root,root,-) %{_datadir}/%{name}/ %changelog
