Hello community, here is the log from the commit of package powdertoy for openSUSE:Factory checked in at 2019-10-16 09:18:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/powdertoy (Old) and /work/SRC/openSUSE:Factory/.powdertoy.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "powdertoy" Wed Oct 16 09:18:14 2019 rev:6 rq:738608 version:94.1 Changes: -------- --- /work/SRC/openSUSE:Factory/powdertoy/powdertoy.changes 2018-05-19 15:43:34.648188328 +0200 +++ /work/SRC/openSUSE:Factory/.powdertoy.new.2352/powdertoy.changes 2019-10-16 09:18:29.866970807 +0200 @@ -1,0 +2,40 @@ +Tue Oct 15 00:00:00 CEST 2019 - [email protected] + +- Update to version 94.1 + * "Force Integer Scaling" option for fullscreen. This makes "Change + Resolution" mode work as intended, and also forces normal fullscreen to an + integer scale (black borders will be placed around the edges) + * Fix some strange glitches when enabling or disabling fullscreen and + resizable window options + * Keyboard shortcuts are now based on en-US layout again, regardless of + actual layout. This fixes things like 'y' and 'z' being reversed on QWERTZ + lauouts, and fixes non-letter shortcuts on many other layouts + * Fix stasis wall not affecting GoL elements + * Add stasis wall and LDTC element + * Upgrade to SDL2 (changes all video / input handling), add unicode support + (not enabled at the moment but it is in there once we add the new font + characters) +- Update to version 94.0 + * Add Stasis wall (by moonheart08), elements inside don't move / update until + powered. Stasis wall must be powered via another powered wall + * New element: LDTC (Linear detector), by mark2222 and moonheart08 + * Add unicode support. latin-1 and Cyrillic characters will be added later + * Upgrade to SDL2. This changes all the keyboard, mouse, and video handling. + This also gives a large fps boost for double scale mode users. + * Add "resizable window" option and alternate fullscreen mode. These may + appear odd because a pixelated game isn't meant to be stretched + * New event api for Lua scripts. Replaces tpt.register_ functions. A + temporary compatibility layer is provided + * Add inverted mode for TSNS and PSNS with .tmp = 2 + * Use faster random number generator + * FPS updates less often in the HUD + * Change time format for old dates to include day of the month + * Rewrite rules to be be clearer and more comprehensive + * Fix single pixel pipe + * Fix memory leaks when saving stamps (fixes "bad allocation" crash) + * Fix gravity sometimes persisting a frame after undoing or clearing the sim + * Mac version updator will now open the website to download the new version from a browser + * Fix issues using sample tool or find mode on GoL elements +- Removed patch powdertoy-93.3-fix-mimeinfo.patch, merged upstream + +------------------------------------------------------------------- Old: ---- powdertoy-93.3-fix-mimeinfo.patch v93.3.tar.gz New: ---- v94.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ powdertoy.spec ++++++ --- /var/tmp/diff_new_pack.m780C5/_old 2019-10-16 09:18:30.482969219 +0200 +++ /var/tmp/diff_new_pack.m780C5/_new 2019-10-16 09:18:30.482969219 +0200 @@ -1,7 +1,7 @@ # # spec file for package powdertoy # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,23 +12,21 @@ # 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: powdertoy -Version: 93.3 +Version: 94.1 Release: 0 Summary: Physics sandbox game License: GPL-3.0-only Group: Amusements/Games/Other URL: http://powdertoy.co.uk Source: https://github.com/simtr/The-Powder-Toy/archive/v%{version}.tar.gz -# PATCH-FIX-UPSTREAM powdertoy-93.3-fix-mimeinfo.patch -- Fix syntax problems -Patch0: powdertoy-93.3-fix-mimeinfo.patch BuildRequires: ImageMagick -BuildRequires: SDL-devel -BuildRequires: SDL_mixer-devel +BuildRequires: SDL2-devel +BuildRequires: SDL2_mixer-devel BuildRequires: fftw3-devel BuildRequires: gcc BuildRequires: gcc-c++ @@ -52,7 +50,6 @@ %prep %setup -q -n The-Powder-Toy-%{version} -%patch0 -p1 %build %ifarch x86_64 @@ -71,12 +68,13 @@ %else install -D -m 0755 build/powder %{buildroot}%{_bindir}/powder %endif -convert resources/powder.ico -strip resources/powder.png -install -D -m 0644 resources/powder-0.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/powder.png -install -D -m 0644 resources/powder-1.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/powder.png -install -D -m 0644 resources/powder-2.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/powder.png -install -D -m 0644 resources/powder-3.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/powder.png -install -D -m 0644 resources/powder-4.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/powder.png +convert resources/icon.ico -strip resources/powder.png +install -D -m 0644 resources/icon/powder-256.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/powder.png +install -D -m 0644 resources/icon/powder-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/powder.png +install -D -m 0644 resources/icon/powder-48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/powder.png +install -D -m 0644 resources/icon/powder-32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/powder.png +install -D -m 0644 resources/icon/powder-24.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/powder.png +install -D -m 0644 resources/icon/powder-16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/powder.png install -D -m 0644 resources/powder.desktop %{buildroot}%{_datadir}/applications/powder.desktop install -D -m 0644 resources/powder.appdata.xml %{buildroot}%{_datadir}/appdata/powder.appdata.xml ++++++ v93.3.tar.gz -> v94.1.tar.gz ++++++ ++++ 37039 lines of diff (skipped)
