Hello community, here is the log from the commit of package dolphin-emu for openSUSE:Factory checked in at 2020-04-28 22:30:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dolphin-emu (Old) and /work/SRC/openSUSE:Factory/.dolphin-emu.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dolphin-emu" Tue Apr 28 22:30:11 2020 rev:9 rq:798519 version:5.0+git.20200427T203812.7a77abb815 Changes: -------- --- /work/SRC/openSUSE:Factory/dolphin-emu/dolphin-emu.changes 2020-04-09 23:17:09.782303750 +0200 +++ /work/SRC/openSUSE:Factory/.dolphin-emu.new.2738/dolphin-emu.changes 2020-04-28 22:31:34.709665108 +0200 @@ -1,0 +2,69 @@ +Tue Apr 28 06:06:29 UTC 2020 - [email protected] + +- Update to version 5.0+git.20200427T203812.7a77abb815: + * Debugger: Add a Network widget + * Android: Use touch emulation of IR by default + * Don't defer EFB Copies to RAM - PMTTYD Issues + * VolumeVerifier: Show desync warning for dual layer discs too + * Externals: Add libLZMA. + * Externals: Add bzip2. + * DiscIO: Use a struct for Wii hashes + * DiscIO: Parallelize the re-encryption code + * DiscIO: Implement re-encryption of Wii partition data + * DiscIO: Use partition data offset for ReadWiiDecrypted parameter + * Analytics: Report correct quirk for mismatched xf/bp colors + * Android: Run installWAD on separate thread + * Android: Add Install WAD to menu_game_grid + * Socket: Abort pending operations on close + * Jit64: subfx - Use LEA when possible + * Jit64: addx - Skip ADD after MOV when possible + * Jit64: addx - Prefer smaller MOV+ADD sequence + * Jit64: addx - Emit MOV when possible + * Jit64: addx - Emit nothing when possible + * Jit64: addx - Deduplicate branches part 2 + * Jit64: addx - Deduplicate branches part 1 + * Remove unnecessary EFB to Texture disabling for Spider-Man 2 + * WiimoteEmu: Rename some variables from "cursor" to "point". + * WiimoteEmu: Apply "Tilt" rotations separately and before those of "Point" and "Swing" for proper tilted pointing. + * IOS/FS: Fix FST write failure on some platforms + * Translation resources sync with Transifex + * Android: Set Insert SD Card default setting to true + * DiscIO: Clean up decompression size calculation + * Qt/Debugger: Refresh windows on savestate load. + * IOS/USBHost: Skip starting threads when determinism is enabled + * DolphinQt: Added checkbox to filter out NetPlay sessions that are already in-game. + * DiscIO: Fix decompressing writing too much sometimes + * DiscIO: Fix decompressing writing too little sometimes + * Fix bug 11920 + * Android: Reload Wii Remote settings upon saving them + * Remove outdated comment from Movie::FrameUpdate + * Adjust s_DIMAR/s_DILENGTH behavior (fixes Baten Kaitos music) + * Core: Skip duplicate frames when using frame advance + * Core: Clarify Callback_VideoCopiedToXFB and FrameUpdate + * Respect Core::WantsDeterminism for DNS on Linux + * Qt/GameList: Use KeyPress instead of KeyRelease + * Remove unused function Host_UpdateProgressDialog + * DolphinQt: Run tasks that use progress dialogs on separate threads + * Delete properties dialog on close + * Android: Use the newly added style for all dialogs + * Android: Use the newly added style for the analytics alert too + * Android TV: Fix crash when long pressing a game + * Analytics: Add quirk for mismatched xf/bp texgens/colors + * VertexManagerBase: Skip drawing objects with mismatched xf/bp stages + * AudioPane: Do not enable DPL II quality slider with HLE audio on init + * Android: Add Insert SD Card and update description + * HLE: Add more debug functions + * Set Insert SD Card default value to true + * Qt: Display default Paths + * Android: Reduce Submenu height by 25 percent + * Android: Split General settings + * Match path type to BundleUtilities when running fixup_bundle + * Cleanup warnings of -Wmissing-declarations + * VideoCommon: Remove widescreen heuristic debug logs. + * VideoCommon: Tweak widescreen heuristic and clean up some related Renderer logic. + * DolphinQt: Don't overwrite >8x IR scale in ini, add maximum internal res option +- Add BR on libbz2-devel and xz-devel +- Force shared enet and force xxhash as found + (xxhash has no findxxhash.cmake file but it's not needed here) + +------------------------------------------------------------------- Old: ---- dolphin-emu-5.0+git.1586380832.9a2d8a9623.obscpio New: ---- dolphin-emu-5.0+git.20200427T203812.7a77abb815.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dolphin-emu.spec ++++++ --- /var/tmp/diff_new_pack.DM3BZI/_old 2020-04-28 22:31:39.813674632 +0200 +++ /var/tmp/diff_new_pack.DM3BZI/_new 2020-04-28 22:31:39.813674632 +0200 @@ -18,11 +18,11 @@ # revision needs to be the full output of 'git rev-parse HEAD' # (netplay version check relies on it) -%define _revision 9a2d8a96233e062891d1210f9c79272899c3cdfe -%define _revision_description 5.0-11832 +%define _revision 7a77abb815d218668bcb18b28b81ffc6788006cb +%define _revision_description 5.0-11932 Name: dolphin-emu -Version: 5.0+git.1586380832.9a2d8a9623 +Version: 5.0+git.20200427T203812.7a77abb815 Release: 0 Summary: Dolphin, a GameCube and Wii Emulator License: GPL-2.0-or-later @@ -39,6 +39,7 @@ BuildRequires: libXrandr-devel BuildRequires: libXxf86vm-devel BuildRequires: libao-devel +BuildRequires: libbz2-devel BuildRequires: libcurl-devel BuildRequires: libevdev-devel BuildRequires: libhidapi-devel @@ -57,6 +58,7 @@ BuildRequires: soundtouch-devel BuildRequires: update-desktop-files BuildRequires: xxhash-devel +BuildRequires: xz-devel BuildRequires: zlib-devel BuildRequires: pkgconfig(Qt5Widgets) >= 5.9 BuildRequires: pkgconfig(fmt) >= 6.0 @@ -98,6 +100,8 @@ -DDOLPHIN_WC_REVISION=%{_revision} \ -DDOLPHIN_WC_BRANCH="master" \ -DDOLPHIN_WC_IS_STABLE=0 \ + -DUSE_SHARED_ENET=ON \ + -DXXHASH_FOUND=TRUE \ -G "Ninja" ninja -v ++++++ _service ++++++ --- /var/tmp/diff_new_pack.DM3BZI/_old 2020-04-28 22:31:39.861674722 +0200 +++ /var/tmp/diff_new_pack.DM3BZI/_new 2020-04-28 22:31:39.861674722 +0200 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="filename">dolphin-emu</param> <param name="versionprefix">5.0+git</param> - <param name="versionformat">%ct.%h</param> + <param name="versionformat">%ci.%h</param> <param name="changesgenerate">enable</param> <param name="exclude">*/Externals/Qt*</param> <param name="exclude">*/Externals/LZO*</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.DM3BZI/_old 2020-04-28 22:31:39.885674766 +0200 +++ /var/tmp/diff_new_pack.DM3BZI/_new 2020-04-28 22:31:39.889674773 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/dolphin-emu/dolphin.git</param> - <param name="changesrevision">9a2d8a96233e062891d1210f9c79272899c3cdfe</param> + <param name="changesrevision">5e33cd48da132e0b2b4e459ef83388233d4e3a2f</param> </service> </servicedata> \ No newline at end of file ++++++ dolphin-emu.obsinfo ++++++ --- /var/tmp/diff_new_pack.DM3BZI/_old 2020-04-28 22:31:39.917674826 +0200 +++ /var/tmp/diff_new_pack.DM3BZI/_new 2020-04-28 22:31:39.921674833 +0200 @@ -1,5 +1,5 @@ name: dolphin-emu -version: 5.0+git.1586380832.9a2d8a9623 -mtime: 1586380832 -commit: 9a2d8a96233e062891d1210f9c79272899c3cdfe +version: 5.0+git.20200427T203812.7a77abb815 +mtime: 1588012692 +commit: 7a77abb815d218668bcb18b28b81ffc6788006cb
