Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Play for openSUSE:Factory checked in at 2021-02-21 22:14:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Play (Old) and /work/SRC/openSUSE:Factory/.Play.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Play" Sun Feb 21 22:14:42 2021 rev:8 rq:874133 version:0~git20210216 Changes: -------- --- /work/SRC/openSUSE:Factory/Play/Play.changes 2020-10-07 14:18:15.589474872 +0200 +++ /work/SRC/openSUSE:Factory/.Play.new.28504/Play.changes 2021-02-21 22:14:52.234134730 +0100 @@ -1,0 +2,420 @@ +Tue Feb 16 14:50:51 UTC 2021 - guillaume.gar...@opensuse.org + +- Update to version 0~git20210216: + * Update Dependencies submodule. + * Upper and lower affected registers code works the same now. + * Style fix. + * First shot at non hack fix for GoW FMAC stall situation. + * Add per element stall check for lower ops. + * Add another test that represents the real issue with GoW. + * Add another stall test. + * Add single point of definition for monospaced font used in debugger. + * Fix formatting. + * Resize column to fit contents in RegView page. + * Improve size formulae once again. + * Initialize variables. + * Remove some hardcoded values. + * Improve size formula. + * Update address when scroll position changes. + * WIP: Use sizeHintForColumn to improve performance. + * Improve formatting. + * Set monospaced font. + * Initialize some variables. + * fix windows libretro s3 upload name + * fix windows aws upload + * fix short_hash on windows builds + * cleanup + * Force fetching tags + * remove appveyor build + * rename CI action name + * Fix build + * Github Actions CI: add PsfPlayer windows build + * Github Actions CI: add windows build + * Set correct defaults for SMODE, DISPLAY 1 and 2. + * correctly use initialisation flag + * Another 2 glCheckFramebufferStatus calls + * remove assertion code in release + * Fix flag pipe display. + * Remove dead code. + * Fix namespace. + * Handle case of removing non-empty directory. + * Close frame debugger when closing the main window. + * Remove extra version specifiers in CDROM file path. + * Fix contents of address view not being visible after closing window. + * Clamp some input vectors. + * Merge ADD code in a single function. + * Added some NaN related utils. + * Redraw after changing active unit, as cell size could change, this also fixes incorrect cell size if we set byte per line to auto + * framedebugger: StepVu1: add menu option & keyboard shortcut(F10) + * let Qt handle Cell sizes + * Add some warnings. + * Change register name display. + * Remove strange logic. + * Add padding in AOT_BLOCK_KEY to align pointers on 8 bytes. + * Fix warnings. + * Adjust SPU transfer throttling. + * Make frame debugger an orphan. + * Change how feature toggles are applied. + * Update Framework submodule. + * Force fetching tags, fixes version names in GitHub Action builds. + * Code style fixes. + * Use fixed width font in regview. + * Rename VU column headers. + * Make VU's disassembly instruction columns resizable. + * show threadsView widget and the threadsView is is shown + * framedebugger: scale different modes + * fix heighlight scaling + * Add some prints to help debugging. + * Add warning when module can't be registered. + * Add more functions. + * Formatting fixes. + * Refine IOPRP version detection. + * Improve formatting. + * Create some directories inside our HDD upon startup. + * Try getting directory first on Getstat. + * Add stubs for Remove/Rmdir. + * Fix assert. + * Use proper function name. + * Rename CreateDirectory to MakeDirectory. + * Implement Seek64. + * Add missing include. + * Seek uses a signed offset. + * Move files. + * Seems to be possible to write to partitions. + * Add basic mount/umount support for HDDs. + * Devices don't support directory creation by default. + * Handle some more DevCtls. + * Improve DevCtl logging again. + * Use generic reply. + * Add HDD directory. + * Remove unused struct. + * Call IOMAN's Dopen. + * Use generic reply. + * Start using GENERICREPLY to clean up code. + * Add Chstat. + * Implement MkDir. + * Add Dclose/Dread. + * Add DevCtl definitions. + * Implement AllocLoadMemory in MODLOAD. + * Add bcmp. + * Use GetPtr in memcmp. + * Update warning message. + * Add flag combo. + * Implement Sync. + * Implement Write. + * Set warning. + * Add Format. + * Register HDD device. + * Add Ioctl2. + * Add HardDiskDevice. + * Fix structure name. + * Respond to some HDD DevCtls. + * Add missing cases. + * scale framebuffer dump appropriately + * simplify finding next/previous kicks + * syntax cleanup + * scroll to kickdraw packet when moving from one to another + * highlight draw kicks + * showEvent doesnt seem to propgate correctly to children of QMdiSubWindow + * cleanup: using QMdiArea as parent for Non-QMdiSubWindow widget is technically invalid + * Set alpha buffer size. + * Fix loading of ee_functions on macOS. + * Remove Win32 Debugger Code + * move Win32 Debug files that are still being used by PsfPlayer + * silence warning + * Cleanup: string formatting + * Cleanup: remove deadcode + * syntax cleanup + * cleanup + * use instruction mapping to prepare disasm view + * expose mapping range + * limit EE dis view to instruction maps + * merge target/comment column and colour the text + * Qt commits seppuku if we dont set a min column size or an inital column size + * change ee debugger address access + * use enum + * Fix CQtMemoryViewModel address calculation + * Fix OSX Build + * allow unsetting comments + * fix address to column calculation + * show comments in disasm view + * fix typo, incorrectly incremented address by 4 + * syntax cleanup + * trigger show/resize Event + * fix Qt MemoryViewTable display + * Fix double declaration, caused by rebase + * give I-Mn & I-Op a fixed size + * fix style + * disasmwnd dont scroll if address is in view + * use same font in disasm view + * set size the same as win32 version + * fix memory view display... will need to re-review the view's code + * hide regs view header + * fix: functionview double click crash, only item with addresses can be clicked + * fix framedebugger crash + * cleanup + * add cmd option to open framedebugger + * cleanup + * attach action to save button + * fix segfault when attempting to access model before its initialised + * only swap buffer when window is exposed + * cleanup + * cleanup + * fix debugger build on linux + * code style fixes + * cleanup + * use qt signals to avoid non-ui-thead access to ui + * refresh view when its exposed + * simplify QTableView to QTableView + * simplify CRegViewWnd to QTabWidget + * simplify CCallStackWnd to QListWidget + * simplify CMemoryViewMIPSWnd to QWidget + * simplify CDisAsmWnd to QTableView + * cmake cleanup + * fix typo + * set display mode + * move Framedebugger to Qt + * use base class type to make it more generic + * move move surface format to its own static function, so it can be used in the frame debugger as well + * make CDisAsmWnd a QWidget to make it more re-usable + * move OpenGL Framedebugger GSH to Qt + * move platform agnoist source + * disable Win32 Framedebugger... we're going to now starting Qt debugger, and slowly port it over + * move few qt creation to qt creator + * cleanup + * abstract Memory viewer + * cleanup + * cleanup + * replace MessageBeep(); with Qt's equivalent QApplication::beep(); + * cleanup + * QWidget can only parent 1 layout, silence Qt warning + * Code style fixes. + * ELFProgramView place an empty widget to take the free space + * small fixes + * Add Qt ELFView + * QtMemoryViewModel can dynamically change getByte and data size + * make memory model more generic + * Code style fixes. ++++ 223 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/Play/Play.changes ++++ and /work/SRC/openSUSE:Factory/.Play.new.28504/Play.changes Old: ---- Play-0~git20201003.tar.xz New: ---- Play-0~git20210216.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Play.spec ++++++ --- /var/tmp/diff_new_pack.b6U0tu/_old 2021-02-21 22:14:53.298135852 +0100 +++ /var/tmp/diff_new_pack.b6U0tu/_new 2021-02-21 22:14:53.298135852 +0100 @@ -1,7 +1,7 @@ # # spec file for package Play # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: Play -Version: 0~git20201003 +Version: 0~git20210216 Release: 0 Summary: Play! - PlayStation 2 Emulator License: MIT ++++++ Play-0~git20201003.tar.xz -> Play-0~git20210216.tar.xz ++++++ /work/SRC/openSUSE:Factory/Play/Play-0~git20201003.tar.xz /work/SRC/openSUSE:Factory/.Play.new.28504/Play-0~git20210216.tar.xz differ: char 15, line 1 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.b6U0tu/_old 2021-02-21 22:14:53.358135916 +0100 +++ /var/tmp/diff_new_pack.b6U0tu/_new 2021-02-21 22:14:53.362135920 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/jpd002/Play-.git</param> - <param name="changesrevision">eaf3580857ee611aeb08caf919a0d3c7b75cec25</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">86517f52dc0b773ddb479c8180f5ae4a01b5e2f2</param></service></servicedata> \ No newline at end of file