Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sopwith for openSUSE:Factory checked in at 2024-11-12 19:21:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sopwith (Old) and /work/SRC/openSUSE:Factory/.sopwith.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sopwith" Tue Nov 12 19:21:37 2024 rev:10 rq:1223440 version:2.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sopwith/sopwith.changes 2024-06-27 16:00:45.096955040 +0200 +++ /work/SRC/openSUSE:Factory/.sopwith.new.2017/sopwith.changes 2024-11-12 19:22:32.210271331 +0100 @@ -1,0 +2,66 @@ +Mon Nov 11 19:49:52 UTC 2024 - Martin Hauke <[email protected]> + +- Update to 2.7.0 + * Some tanks were changed to face in the opposite direction + where it made more sense, as a minor visual improvement. + * A document was added that describes the project's philosophy. + * The Emscripten version now has an option on the main menu to + open the manual. + Bug fixes: + * Custom missions can now be used in network games. + * A minor visual bug was fixed where objects appeared to be + overlapping with the ground sometimes. + * A bug was fixed where targets could sometimes blow themselves + up with their own bullets (most notably the hangars by + shooting their own flags). + Custom mission files: + * New target types: water towers, radio towers and observation + balloons. You can load new_targets.sop to see them. + * Replacement graphics no longer need to be the same size as + the graphics they are replacing. + * It is now possible to have target graphics that are larger + than 16x16 pixels. The new radio and water tower targets + provide examples of this. + * The original.sop mission file now includes the original + graphics and title music, to make it easier for people to + make quick mods. + * The "owner" field in mission files was renamed to "faction". + Objects are allied to factions, rather than belonging to + planes. The manual page documents how the factions system + works. + +------------------------------------------------------------------- +Sat Nov 9 12:55:55 UTC 2024 - Martin Hauke <[email protected]> + +- Update to 2.6.0 + * The autopilot logic has been improved to avoid crashing the + plane into the ground at low altitudes. This fixes a bug that + made landing the plane almost impossible at higher game levels + where the plane flies much faster. + * A palette was added to simulate the Atari version of the game + (according to the source code, anyway; it's not clear the Atari + version was ever completed). + * Planes are now shown on the menu, to give a feel for what the + game will look like when choosing a palette. + * The manual page was improved, including to add "bugs" and + "examples" sections. + * A minor tweak was made to one of the plane sprites to fix a + one-pixel hole in the plane. + * There is now a -v option that shows the program version number. + * An AppStream metainfo file was added. + Some nice new features for modders: + * There's a new manpage that documents the format of Sopwith + mission files. + * Four new target types (truck, tanker truck, flag and tent) have + been added for use in fan-made levels. There are also ten slots + for custom user-defined target types, if you want to create + your own completely new ground targets. + * It is now possible to replace symbols (sprites) inside custom + map files. An example file is included that changes the + biplanes into triplanes, so it's finally possible now to face + off against "The Red Baron" in his triplane! + * It's now possible to replace the title screen music in custom + map files too. +- Use pkg-config style dependencies + +------------------------------------------------------------------- Old: ---- sdl-sopwith-2.5.0.tar.gz sdl-sopwith-2.5.0.tar.gz.asc New: ---- sdl-sopwith-2.7.0.tar.gz sdl-sopwith-2.7.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sopwith.spec ++++++ --- /var/tmp/diff_new_pack.ZlhYDB/_old 2024-11-12 19:22:32.902300288 +0100 +++ /var/tmp/diff_new_pack.ZlhYDB/_new 2024-11-12 19:22:32.906300456 +0100 @@ -17,7 +17,7 @@ Name: sopwith -Version: 2.5.0 +Version: 2.7.0 Release: 0 Summary: SDL port of the %{name} game License: GPL-2.0-or-later @@ -27,10 +27,10 @@ Source1: https://github.com/fragglet/sdl-sopwith/releases/download/sdl-sopwith-%{version}/sdl-sopwith-%{version}.tar.gz.asc Source2: %{name}.keyring Source3: %{name}.png -BuildRequires: SDL2-devel -BuildRequires: SDL2_gfx-devel BuildRequires: desktop-file-utils BuildRequires: hicolor-icon-theme +BuildRequires: pkgconfig(SDL2_gfx) +BuildRequires: pkgconfig(sdl2) %description This is a port of the classic computer game "Sopwith" to run on modern @@ -45,7 +45,7 @@ %install %make_install -rm -rf %{buildroot}%{_datadir}/doc/sdl-%{name} +rm -r %{buildroot}%{_datadir}/doc/sdl-%{name} cat > %{name}.desktop <<EOF [Desktop Entry] @@ -75,7 +75,9 @@ %{_datadir}/%{name}/ %{_datadir}/%{name}/* %{_mandir}/man5/sopwith.cfg.5%{?ext_man} +%{_mandir}/man5/sopwith-mission.5%{?ext_man} %{_mandir}/man6/%{name}* %{_datadir}/applications/*%{name}.desktop +%{_datadir}/metainfo/io.github.fragglet.sdl_sopwith.metainfo.xml %{_datadir}/icons/hicolor/ ++++++ sdl-sopwith-2.5.0.tar.gz -> sdl-sopwith-2.7.0.tar.gz ++++++ ++++ 12116 lines of diff (skipped)
