forked from pool/rpcs3
Accepting request 557729 from home:xenonpk
- Update to version 0.0.4~git20171216: * various memory access violation fixes (and friends) (#3930) * Update to qt 5.10 on linux, Fix issues with Qt's new installer * Add OpenSUSE building dependencies - Update to version 0.0.4~git20171211: * Ninja * Add new functions to cellSysutil - Update to version 0.0.4~git20171210: * Remove std::move on a const variable * Remove redondant "virtual" keyword when "override" is used * Spaces to tabs * Add const and ref for loops * disasm: display db[x]cyc - Update to version 0.0.4~git20171208: * Hotfix #3919 (#3920) * Version adjustments * ds4: fix led on bluetooth * rsx: fix image_in swizzled texture crash OBS-URL: https://build.opensuse.org/request/show/557729 OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=13
This commit is contained in:
parent
33946b5fdf
commit
cae5942ec0
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
|
||||
<param name="changesrevision">0b3fbf1d4cc793d25819d642ac00084088fd0016</param></service></servicedata>
|
||||
<param name="changesrevision">17bfb3beaf1d2b67348d9258bfe2c5e32d5b4db6</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6aa3663e93e1e1d4e44bb74f14162efb125b1411c7a30fb1dcefb9ec2fa020a3
|
||||
size 150406100
|
3
rpcs3-0.0.4~git20171216.tar.xz
Normal file
3
rpcs3-0.0.4~git20171216.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa94b81ebf5fcfd40c6e74e6dd0398ee348a5c523a8a012f5096a259490ab202
|
||||
size 150408640
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 20:20:13 UTC 2017 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 0.0.4~git20171216:
|
||||
* various memory access violation fixes (and friends) (#3930)
|
||||
* Update to qt 5.10 on linux, Fix issues with Qt's new installer
|
||||
* Add OpenSUSE building dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 15:48:40 UTC 2017 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 0.0.4~git20171211:
|
||||
* Ninja
|
||||
* Add new functions to cellSysutil
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 10 13:10:41 UTC 2017 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 0.0.4~git20171210:
|
||||
* Remove std::move on a const variable
|
||||
* Remove redondant "virtual" keyword when "override" is used
|
||||
* Spaces to tabs
|
||||
* Add const and ref for loops
|
||||
* disasm: display db[x]cyc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 09 14:28:00 UTC 2017 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 0.0.4~git20171208:
|
||||
* Hotfix #3919 (#3920)
|
||||
* Version adjustments
|
||||
* ds4: fix led on bluetooth
|
||||
* rsx: fix image_in swizzled texture crash
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 13:22:16 UTC 2017 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.4~git20171206
|
||||
Version: 0.0.4~git20171216
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user