diff --git a/_servicedata b/_servicedata index 69f09f7..e8e1de9 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/RPCS3/rpcs3.git - 7c897d5019e4706ef51205140114249f9fb251ea \ No newline at end of file + 6a54b3929e574be38105bd4f3b24072b44097964 \ No newline at end of file diff --git a/rpcs3-0.0.3~git20170906.tar.xz b/rpcs3-0.0.3~git20170906.tar.xz deleted file mode 100644 index ea0358f..0000000 --- a/rpcs3-0.0.3~git20170906.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f55882194002c0b41f6449c2ed8db4a9cc410a90fa441d08ae8d12eb002f09d4 -size 151700252 diff --git a/rpcs3-0.0.3~git20170915.tar.xz b/rpcs3-0.0.3~git20170915.tar.xz new file mode 100644 index 0000000..a735e1e --- /dev/null +++ b/rpcs3-0.0.3~git20170915.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a7db0920c80d49e50b1cb00496852da7ac33199c0a1a0a16e5a908d6e6ac7d +size 151706116 diff --git a/rpcs3.changes b/rpcs3.changes index a238db7..6152f4c 100644 --- a/rpcs3.changes +++ b/rpcs3.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Fri Sep 15 20:18:03 UTC 2017 - pousaduarte@gmail.com + +- Update to version 0.0.3~git20170915: + * VS build: copy Qt5WinExtras.dll to bin directory + * [Qt] add scrollbar to about dialog (#3417) + * If the loop is never entered, then the jit is null. + * VS build: delete QT DLLs from bin directory + * CMake build: copy QT DLLs files to bin directory + * [Qt] fix small buttons/missing icons in the toolbar (Doppelgänger) (#3413) + * Qt: Remove duplicate gui repaints in settings dialog + * Qt: improve gamelist refresh, fix some more scroll issues + * Fix buffer overrun in cert loading, made it more accurate. Fixes #3408 + * fs: minor fix + * sys_fs: use g_tls_error for diagnostic + * sys_mmapper: minor range fix + * Improve lv2_memory object + * Implement fs::error::notempty + * Vulkan: use pkg-config instead of checking for Linux (#3440) + * Update Visual Studio 2015 URL + +------------------------------------------------------------------- +Sat Sep 09 21:22:56 UTC 2017 - pousaduarte@gmail.com + +- Update to version 0.0.3~git20170909: + * use single line titles in gamelist and recent games menu + * Implement _sys_prx_get_module_info + * Fix some of libpng known incorrect profile spam + * Trophy fixes + * [Qt] style adjustments 3 + * [Qt] style adjustments 4 + * [Qt] style adjustments 5 + * [Qt] style adjustments 6 + * Added ignoring of keyboard shortcuts to keyboard_pad_handler + * Fixed a line where event->ingore() was called after break. + * Pad Refactoring Adds a window to setup multiple input types as once All controllers are now handled by a single thread [hcorion] evdev refactor + * Qt: fix gamepad settings layout issue + * Qt: add Refresh button to gamepad settings, minor cleanup + * Qt / OpenGL: fix delete_context + * [Qt] Delete "ui" pointer in destructor + ------------------------------------------------------------------- Thu Sep 07 15:17:59 UTC 2017 - pousaduarte@gmail.com diff --git a/rpcs3.spec b/rpcs3.spec index a850f5e..e33fb4b 100644 --- a/rpcs3.spec +++ b/rpcs3.spec @@ -17,7 +17,7 @@ Name: rpcs3 -Version: 0.0.3~git20170906 +Version: 0.0.3~git20170915 Release: 0 Summary: PS3 emulator/debugger License: GPL-2.0 @@ -47,6 +47,7 @@ BuildRequires: pkgconfig(libavformat) #qt deps BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5DBus) #LLVM deps BuildRequires: libLLVM4 @@ -63,6 +64,18 @@ An open-source PlayStation 3 emulator/debugger written in C++. %prep %setup -q +GIT_VERSION=$(echo %{version} | sed 's|.*git|git~|g') + +echo "// This is a generated file. + +#define RPCS3_GIT_VERSION \"$GIT_VERSION\" +#define RPCS3_GIT_BRANCH \"master\" + +// If you don't want this file to update/recompile, change to 1. + +#define RPCS3_GIT_VERSION_NO_UPDATE 1 +" > rpcs3/git-version.h + %build cmake . \ -DUSE_SYSTEM_FFMPEG="ON" \