commit pcsx2 for openSUSE:Factory

2020-09-14 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2020-09-14 12:29:38

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.4249 (New)


Package is "pcsx2"

Mon Sep 14 12:29:38 2020 rev:16 rq:834132 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2020-08-31 
16:53:22.516445329 +0200
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.4249/pcsx2.changes2020-09-14 
12:30:47.625192983 +0200
@@ -1,0 +2,5 @@
+Sun Sep  6 14:26:05 UTC 2020 - Yunhe Guo 
+
+- Add comments for DISABLE_ADVANCE_SIMD because the name is misleading
+
+---



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.qkSTeM/_old  2020-09-14 12:30:49.289194044 +0200
+++ /var/tmp/diff_new_pack.qkSTeM/_new  2020-09-14 12:30:49.297194049 +0200
@@ -283,6 +283,9 @@
 %build
 # -DUSER_CMAKE_C_FLAGS="-Wno-narrowing": build fails otherwise
 # -DUSER_CMAKE_CXX_FLAGS="-Wno-narrowing": build fails otherwise
+# -DDISABLE_ADVANCE_SIMD=ON: the name of this option is misleading. it actually
+# build multiple binary for different instruction sets. it is more compatible
+# to both old and new CPU.
 %cmake \
   -DCMAKE_BUILD_TYPE=Release \
   -DUSER_CMAKE_C_FLAGS="-Wno-narrowing" \




commit pcsx2 for openSUSE:Factory

2020-08-31 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2020-08-31 16:53:01

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.3399 (New)


Package is "pcsx2"

Mon Aug 31 16:53:01 2020 rev:15 rq:830699 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2020-06-23 
21:05:04.553935544 +0200
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.3399/pcsx2.changes2020-08-31 
16:53:22.516445329 +0200
@@ -1,0 +2,7 @@
+Thu Aug 27 10:13:26 UTC 2020 - Martin Hauke 
+
+- Build with "-DDISABLE_ADVANCE_SIMD=ON" otherwise it builds with
+  "-march=native" and thus uses SIMD's that aren't available on all
+  systems.
+
+---



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.lSjlvZ/_old  2020-08-31 16:53:24.536446308 +0200
+++ /var/tmp/diff_new_pack.lSjlvZ/_new  2020-08-31 16:53:24.536446308 +0200
@@ -289,6 +289,7 @@
   -DUSER_CMAKE_CXX_FLAGS="-Wno-narrowing" \
   -DXDG_STD=ON \
   -DPACKAGE_MODE=ON \
+  -DDISABLE_ADVANCE_SIMD=ON \
   -DPLUGIN_DIR="%{_libdir}/%{name}" \
   -DGAMEINDEX_DIR="%{_datadir}/%{name}" \
   -DGLSL_SHADER_DIR="%{_datadir}/%{name}" \




commit pcsx2 for openSUSE:Factory

2020-06-23 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2020-06-23 21:04:36

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.2956 (New)


Package is "pcsx2"

Tue Jun 23 21:04:36 2020 rev:14 rq:808344 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2020-05-11 
13:42:21.177246695 +0200
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.2956/pcsx2.changes2020-06-23 
21:05:04.553935544 +0200
@@ -1,0 +2,9 @@
+Thu May 21 10:43:29 UTC 2020 - Yunhe Guo 
+
+- Update License
+- Remove Group
+- Add Source URL
+- Update CMake options
+- Split language packages
+
+---



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.yA7Bbz/_old  2020-06-23 21:05:05.273937870 +0200
+++ /var/tmp/diff_new_pack.yA7Bbz/_new  2020-06-23 21:05:05.277937883 +0200
@@ -20,43 +20,31 @@
 Version:1.6.0
 Release:0
 Summary:Sony PlayStation 2 Emulator
-License:LGPL-3.0-only
-Group:  System/Emulators/Other
+License:GPL-2.0-only AND GPL-3.0-only AND LGPL-2.1-only AND 
LGPL-3.0-only
 URL:http://pcsx2.net/
-Source: %{name}-%{version}.tar.gz
+Source0:
https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
 
 ExclusiveArch:  i586
 
-#Build Dependencies:
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-
-#Misc
 BuildRequires:  libaio-devel
 BuildRequires:  libpcap-devel-static
-BuildRequires:  pkgconfig(liblzma)
-# Disabled for Leap builds
-#BuildRequires:  pkgconfig(libpcap)
-BuildRequires:  pkgconfig(libudev)
-BuildRequires:  pkgconfig(libxml-2.0) 
-BuildRequires:  pkgconfig(zlib)
-
-#Graphics
+BuildRequires:  wxWidgets-3_0-devel
+BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(gl)
-BuildRequires:  pkgconfig(libpng16)
-
-#Display
-BuildRequires:  wxWidgets-3_0-devel
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(sdl2)
-BuildRequires:  pkgconfig(x11)
-
-#Audio
-BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(liblzma)
+BuildRequires:  pkgconfig(libpng16)
+BuildRequires:  pkgconfig(libudev)
+BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(portaudio-2.0)
+BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(soundtouch)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(zlib)
 
 %description
 Sony PlayStation 2 emulator. Requires a BIOS image in %{_libdir}/%{name}/bios
@@ -64,34 +52,256 @@
 PCSX2). Check http://www.pcsx2.net/guide.php#Bios for details on which files
 you need and how to obtain them.
 
+%package -n %{name}-lang-ar
+Summary:Arabic translations for PCSX2
+Requires:   %{name} = %{version}
+Provides:   locale(%{name}:ar)
+BuildArch:  noarch
+
+%description -n %{name}-lang-ar
+This package contains Arabic translations for PCSX2
+
+%package -n %{name}-lang-ca
+Summary:Catalan translations for PCSX2
+Requires:   %{name} = %{version}
+Provides:   locale(%{name}:ca)
+BuildArch:  noarch
+
+%description -n %{name}-lang-ca
+This package contains Catalan translations for PCSX2
+
+%package -n %{name}-lang-cs
+Summary:Czech translations for PCSX2
+Requires:   %{name} = %{version}
+Provides:   locale(%{name}:cs)
+BuildArch:  noarch
+
+%description -n %{name}-lang-cs
+This package contains Czech translations for PCSX2
+
+%package -n %{name}-lang-da
+Summary:Danish translations for PCSX2
+Requires:   %{name} = %{version}
+Provides:   locale(%{name}:da)
+BuildArch:  noarch
+
+%description -n %{name}-lang-da
+This package contains Danish translations for PCSX2
+
+%package -n %{name}-lang-de
+Summary:German translations for PCSX2
+Requires:   %{name} = %{version}
+Provides:   locale(%{name}:de)
+BuildArch:  noarch
+
+%description -n %{name}-lang-de
+This package contains German translations for PCSX2
+
+%package -n %{name}-lang-es
+Summary:Spanish translations for PCSX2
+Requires:   %{name} = %{version}
+Provides:   locale(%{name}:es)
+BuildArch:  noarch
+
+%description -n %{name}-lang-es
+This package contains Spanish translations for PCSX2
+
+%package -n %{name}-lang-fi
+Summary:Finnish translations for PCSX2
+Requires:   %{name} = %{version}
+Provides:   locale(%{name}:fi)
+BuildArch:  noarch
+
+%description -n %{name}-lang-fi
+This package contains Finnish translations for PCSX2
+
+%package -n %{name}-lang-fr
+Summary:French translations for PCSX2
+Requires:   %{name} = %{version}
+Provides:   locale

commit pcsx2 for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2020-05-11 13:42:09

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.2738 (New)


Package is "pcsx2"

Mon May 11 13:42:09 2020 rev:13 rq:802463 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2020-05-04 
22:01:14.170577821 +0200
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.2738/pcsx2.changes2020-05-11 
13:42:21.177246695 +0200
@@ -1,0 +2,6 @@
+Sat May  9 21:02:26 UTC 2020 - Yunhe Guo 
+
+- Update to version 1.6.0. Full changes at
+  https://github.com/PCSX2/pcsx2/releases/download/v1.6.0/Changelog.v1.6.0.txt
+
+---

Old:

  _service
  _servicedata
  pcsx2-1.5.0~git20200414.tar.xz

New:

  pcsx2-1.6.0.tar.gz



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.GTkPx5/_old  2020-05-11 13:42:22.701249929 +0200
+++ /var/tmp/diff_new_pack.GTkPx5/_new  2020-05-11 13:42:22.705249938 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   pcsx2
-Version:1.5.0~git20200414
+Version:1.6.0
 Release:0
 Summary:Sony PlayStation 2 Emulator
 License:LGPL-3.0-only
 Group:  System/Emulators/Other
 URL:http://pcsx2.net/
-Source: %{name}-%{version}.tar.xz
+Source: %{name}-%{version}.tar.gz
 
 ExclusiveArch:  i586
 




commit pcsx2 for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2020-05-04 22:01:08

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.2738 (New)


Package is "pcsx2"

Mon May  4 22:01:08 2020 rev:12 rq:800134 version:1.5.0~git20200414

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2020-04-09 
23:18:55.150364661 +0200
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.2738/pcsx2.changes2020-05-04 
22:01:14.170577821 +0200
@@ -1,0 +2,8 @@
+Mon Apr 27 10:05:09 UTC 2020 - i...@guoyunhe.me
+
+- Add pkgconfig(zlib) build dependency
+- Update to version 1.5.0~git20200414:
+  * Locales: Update Arabic Translations ar_SA. (#3302)
+  * onepad: Add SZMY-POWER CO. LTD. GAMEPAD 3 TURBO controller.
+
+---

Old:

  pcsx2-1.5.0~git20200408.tar.xz

New:

  pcsx2-1.5.0~git20200414.tar.xz



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.r1YxUS/_old  2020-05-04 22:01:16.634582809 +0200
+++ /var/tmp/diff_new_pack.r1YxUS/_new  2020-05-04 22:01:16.638582817 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pcsx2
-Version:1.5.0~git20200408
+Version:1.5.0~git20200414
 Release:0
 Summary:Sony PlayStation 2 Emulator
 License:LGPL-3.0-only
@@ -40,6 +40,7 @@
 #BuildRequires:  pkgconfig(libpcap)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(libxml-2.0) 
+BuildRequires:  pkgconfig(zlib)
 
 #Graphics
 BuildRequires:  pkgconfig(freetype2)

++ _servicedata ++
--- /var/tmp/diff_new_pack.r1YxUS/_old  2020-05-04 22:01:16.714582971 +0200
+++ /var/tmp/diff_new_pack.r1YxUS/_new  2020-05-04 22:01:16.714582971 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/PCSX2/pcsx2.git
-  49e316e488c224bf50df0ee1e3bfbc55fa738343
\ No newline at end of file
+  58f5a5b915915293b90e7e8f34c33f9c0424d1e8
\ No newline at end of file

++ pcsx2-1.5.0~git20200408.tar.xz -> pcsx2-1.5.0~git20200414.tar.xz ++
/work/SRC/openSUSE:Factory/pcsx2/pcsx2-1.5.0~git20200408.tar.xz 
/work/SRC/openSUSE:Factory/.pcsx2.new.2738/pcsx2-1.5.0~git20200414.tar.xz 
differ: char 26, line 1




commit pcsx2 for openSUSE:Factory

2020-04-09 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2020-04-09 23:18:25

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.3248 (New)


Package is "pcsx2"

Thu Apr  9 23:18:25 2020 rev:11 rq:792785 version:1.5.0~git20200408

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2020-04-02 
17:45:38.613550239 +0200
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.3248/pcsx2.changes2020-04-09 
23:18:55.150364661 +0200
@@ -1,0 +2,6 @@
+Thu Apr 09 17:30:35 UTC 2020 - i...@guoyunhe.me
+
+- Update to version 1.5.0~git20200408:
+  * onepad: Update to latest controller database.
+
+---

Old:

  pcsx2-1.5.0~git20200327.tar.xz

New:

  pcsx2-1.5.0~git20200408.tar.xz



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.4aqVGO/_old  2020-04-09 23:18:56.914365681 +0200
+++ /var/tmp/diff_new_pack.4aqVGO/_new  2020-04-09 23:18:56.918365683 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pcsx2
-Version:1.5.0~git20200327
+Version:1.5.0~git20200408
 Release:0
 Summary:Sony PlayStation 2 Emulator
 License:LGPL-3.0-only

++ _servicedata ++
--- /var/tmp/diff_new_pack.4aqVGO/_old  2020-04-09 23:18:56.954365704 +0200
+++ /var/tmp/diff_new_pack.4aqVGO/_new  2020-04-09 23:18:56.958365707 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/PCSX2/pcsx2.git
-  56b76b17a05c48421aa29048f45eebb797f4a9c8
\ No newline at end of file
+  49e316e488c224bf50df0ee1e3bfbc55fa738343
\ No newline at end of file

++ pcsx2-1.5.0~git20200327.tar.xz -> pcsx2-1.5.0~git20200408.tar.xz ++
/work/SRC/openSUSE:Factory/pcsx2/pcsx2-1.5.0~git20200327.tar.xz 
/work/SRC/openSUSE:Factory/.pcsx2.new.3248/pcsx2-1.5.0~git20200408.tar.xz 
differ: char 26, line 1




commit pcsx2 for openSUSE:Factory

2020-04-02 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2020-04-02 17:45:15

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.3248 (New)


Package is "pcsx2"

Thu Apr  2 17:45:15 2020 rev:10 rq:790885 version:1.5.0~git20200327

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2020-03-18 
12:45:26.720956688 +0100
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.3248/pcsx2.changes2020-04-02 
17:45:38.613550239 +0200
@@ -1,0 +2,14 @@
+Thu Apr 02 12:25:51 UTC 2020 - i...@guoyunhe.me
+
+- Update to version 1.5.0~git20200327:
+  * onepad: Update to latest controller database.
+  * gamedb: Remove gamefix patch for Petz - Horsez 2.
+  * Locales: Update Arabic Translations ar_SA Unneeded spaces and symbols 
changed and removed.
+  * Locales: Update Italian translations it_IT. (#3289)
+  * cheats_ws: Remove R&C NTSC Patch - resolves Vid Comic 1 Boss Hang.
+  * Locales: Update Hungarian Translations hu_HU
+  * gsdx: Bump gsdx version number to 1.2.0.
+  * pcsx2-tas: Adjust TAS code to be properly disabled with macro.
+  * cheats_ws: Update widescreen patches for 1.6 release.
+
+---

Old:

  pcsx2-1.5.0~git20200229.tar.xz

New:

  pcsx2-1.5.0~git20200327.tar.xz



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.ul1O7x/_old  2020-04-02 17:45:39.565551390 +0200
+++ /var/tmp/diff_new_pack.ul1O7x/_new  2020-04-02 17:45:39.565551390 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pcsx2
-Version:1.5.0~git20200229
+Version:1.5.0~git20200327
 Release:0
 Summary:Sony PlayStation 2 Emulator
 License:LGPL-3.0-only

++ _servicedata ++
--- /var/tmp/diff_new_pack.ul1O7x/_old  2020-04-02 17:45:39.609551443 +0200
+++ /var/tmp/diff_new_pack.ul1O7x/_new  2020-04-02 17:45:39.609551443 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/PCSX2/pcsx2.git
-  79db01d7ed01a4f3de06a8d8dc5c5e7099ef9d2e
\ No newline at end of file
+  56b76b17a05c48421aa29048f45eebb797f4a9c8
\ No newline at end of file

++ pcsx2-1.5.0~git20200229.tar.xz -> pcsx2-1.5.0~git20200327.tar.xz ++
/work/SRC/openSUSE:Factory/pcsx2/pcsx2-1.5.0~git20200229.tar.xz 
/work/SRC/openSUSE:Factory/.pcsx2.new.3248/pcsx2-1.5.0~git20200327.tar.xz 
differ: char 26, line 1




commit pcsx2 for openSUSE:Factory

2020-03-18 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2020-03-18 12:40:49

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.3160 (New)


Package is "pcsx2"

Wed Mar 18 12:40:49 2020 rev:9 rq:785942 version:1.5.0~git20200229

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2020-03-07 
21:41:32.880406225 +0100
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.3160/pcsx2.changes2020-03-18 
12:45:26.720956688 +0100
@@ -1,0 +2,7 @@
+Fri Mar 06 22:13:49 UTC 2020 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20200229:
+  * gsdx-d3d11: Truncate fog in tfx.fx shader.
+  * Locales: Add Lithuanian Translations lt_LT. (#3267)
+
+---

Old:

  pcsx2-1.5.0~git20200222.tar.xz

New:

  pcsx2-1.5.0~git20200229.tar.xz



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.udYaky/_old  2020-03-18 12:45:28.660957915 +0100
+++ /var/tmp/diff_new_pack.udYaky/_new  2020-03-18 12:45:28.664957918 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pcsx2
-Version:1.5.0~git20200222
+Version:1.5.0~git20200229
 Release:0
 Summary:Sony PlayStation 2 Emulator
 License:LGPL-3.0-only

++ _servicedata ++
--- /var/tmp/diff_new_pack.udYaky/_old  2020-03-18 12:45:28.692957935 +0100
+++ /var/tmp/diff_new_pack.udYaky/_new  2020-03-18 12:45:28.696957937 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/PCSX2/pcsx2.git
-  6e22efe790a99d9750b407acd4690cc8b93d34d5
\ No newline at end of file
+  79db01d7ed01a4f3de06a8d8dc5c5e7099ef9d2e
\ No newline at end of file

++ pcsx2-1.5.0~git20200222.tar.xz -> pcsx2-1.5.0~git20200229.tar.xz ++
/work/SRC/openSUSE:Factory/pcsx2/pcsx2-1.5.0~git20200222.tar.xz 
/work/SRC/openSUSE:Factory/.pcsx2.new.3160/pcsx2-1.5.0~git20200229.tar.xz 
differ: char 26, line 1




commit pcsx2 for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2020-03-07 21:41:26

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.26092 (New)


Package is "pcsx2"

Sat Mar  7 21:41:26 2020 rev:8 rq:782260 version:1.5.0~git20200222

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2020-02-21 
16:43:41.938193807 +0100
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.26092/pcsx2.changes   2020-03-07 
21:41:32.880406225 +0100
@@ -1,0 +2,13 @@
+Tue Feb 25 16:37:59 UTC 2020 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20200222:
+  * NSIS: Don't pack files twice - reduces installer size to 7MB.
+  * NSIS: Fix uninstaller issue with shortcut removal.
+  * onepad: Update to latest controller database.
+  * Locales: Update Portuguese Brazilian Translations pt_BR. (#3259)
+  * Locales: Update Polish Translations pl_PO
+  * Locales: Update Norwegian Translations nb_NO
+  * Locales: Update French Translations fr_FR
+  * GameDB: Added VU patch for Powerdrome PAL. (#3255)
+
+---

Old:

  pcsx2-1.5.0~git20200214.tar.xz

New:

  pcsx2-1.5.0~git20200222.tar.xz



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.9xAKhJ/_old  2020-03-07 21:41:34.196407114 +0100
+++ /var/tmp/diff_new_pack.9xAKhJ/_new  2020-03-07 21:41:34.200407117 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pcsx2
-Version:1.5.0~git20200214
+Version:1.5.0~git20200222
 Release:0
 Summary:Sony PlayStation 2 Emulator
 License:LGPL-3.0-only

++ _servicedata ++
--- /var/tmp/diff_new_pack.9xAKhJ/_old  2020-03-07 21:41:34.224407133 +0100
+++ /var/tmp/diff_new_pack.9xAKhJ/_new  2020-03-07 21:41:34.228407135 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/PCSX2/pcsx2.git
-  977075588162f3e27e4920a5dfe71e3c36028cdf
\ No newline at end of file
+  6e22efe790a99d9750b407acd4690cc8b93d34d5
\ No newline at end of file

++ pcsx2-1.5.0~git20200214.tar.xz -> pcsx2-1.5.0~git20200222.tar.xz ++
/work/SRC/openSUSE:Factory/pcsx2/pcsx2-1.5.0~git20200214.tar.xz 
/work/SRC/openSUSE:Factory/.pcsx2.new.26092/pcsx2-1.5.0~git20200222.tar.xz 
differ: char 27, line 1




commit pcsx2 for openSUSE:Factory

2020-02-21 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2020-02-21 16:43:22

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.26092 (New)


Package is "pcsx2"

Fri Feb 21 16:43:22 2020 rev:7 rq:777992 version:1.5.0~git20200214

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2020-02-07 
15:57:27.687606283 +0100
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.26092/pcsx2.changes   2020-02-21 
16:43:41.938193807 +0100
@@ -1,0 +2,39 @@
+Fri Feb 14 14:02:39 UTC 2020 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20200214:
+  * Locales: Update Russian Translations (ru_RU). (#3253)
+  * onepad: Update to latest controller database.
+  * Locales: Translation/localisation fixes for Arabic/French/German. (#3251)
+  * Locales: Update Japanese translations ja_JP. (#3250)
+  * Locales: Update Dutch/Polish translations (nl_NL, pl_PL). (#3245)
+  * NSIS: Update VC Redist URL/comments
+
+---
+Mon Feb 10 19:32:14 UTC 2020 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20200210:
+  * locales: Refresh locales to include updated strings
+  * locales: Renormalise nl_NL line endings
+  * locales: Remove pl_PL duplicate metadata
+  * PCSX2: PCSX2 1.6 Documentation Overhaul. (#3139)
+  * onepad: Update to latest controller database.
+
+---
+Sun Feb  9 14:36:33 UTC 2020 - Yunhe Guo 
+
+- Disable pkgconfig(libpcap) to fix Leap builds
+
+---
+Fri Feb 07 22:14:53 UTC 2020 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20200207:
+  * gsdx-hw: Add Jak 2 JP to crc list. (#3240)
+  * GameDB: New fixes/patches
+  * Locales: Fix First time wizard window width on Chinese Simplified language 
zn_CN.
+  * Locales: Update Russian translations ru_RU. (#3234)
+  * Locales: Update German translations de_DE. (#3230)
+  * onepad: Broken haptic != Broken controller.
+  * gsdx-gui: Update crc hack level and Image load store tooltips to reflect 
recent changes.
+  * gsdx-hw: Move GSC_XenosagaE3 crc hacks to Aggressive state.
+
+---

Old:

  pcsx2-1.5.0~git20200127.tar.xz

New:

  pcsx2-1.5.0~git20200214.tar.xz



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.XxmP4a/_old  2020-02-21 16:43:43.102196132 +0100
+++ /var/tmp/diff_new_pack.XxmP4a/_new  2020-02-21 16:43:43.114196156 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pcsx2
-Version:1.5.0~git20200127
+Version:1.5.0~git20200214
 Release:0
 Summary:Sony PlayStation 2 Emulator
 License:LGPL-3.0-only
@@ -36,7 +36,8 @@
 BuildRequires:  libaio-devel
 BuildRequires:  libpcap-devel-static
 BuildRequires:  pkgconfig(liblzma)
-BuildRequires:  pkgconfig(libpcap)
+# Disabled for Leap builds
+#BuildRequires:  pkgconfig(libpcap)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(libxml-2.0) 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.XxmP4a/_old  2020-02-21 16:43:43.182196292 +0100
+++ /var/tmp/diff_new_pack.XxmP4a/_new  2020-02-21 16:43:43.186196300 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/PCSX2/pcsx2.git
-  9af1d3b13790fad840acb5adff2c212c1778c46c
\ No newline at end of file
+  977075588162f3e27e4920a5dfe71e3c36028cdf
\ No newline at end of file

++ pcsx2-1.5.0~git20200127.tar.xz -> pcsx2-1.5.0~git20200214.tar.xz ++
/work/SRC/openSUSE:Factory/pcsx2/pcsx2-1.5.0~git20200127.tar.xz 
/work/SRC/openSUSE:Factory/.pcsx2.new.26092/pcsx2-1.5.0~git20200214.tar.xz 
differ: char 26, line 1




commit pcsx2 for openSUSE:Factory

2020-02-07 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2020-02-07 15:56:25

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.26092 (New)


Package is "pcsx2"

Fri Feb  7 15:56:25 2020 rev:6 rq:770820 version:1.5.0~git20200127

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2020-01-30 
16:20:19.610066587 +0100
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.26092/pcsx2.changes   2020-02-07 
15:57:27.687606283 +0100
@@ -1,0 +2,9 @@
+Fri Jan 31 08:52:42 UTC 2020 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20200127:
+  * onepad: Update to latest controller database.
+  * Locales: Update Dutch translations nl_NL. (#3224)
+  * gsdx-d3d11: Adjust anisotropic filtering handle.
+  * Locales: Polish localization/translation fixes. (#3223)
+
+---

Old:

  pcsx2-1.5.0~git20200123.tar.xz

New:

  pcsx2-1.5.0~git20200127.tar.xz



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.ZnmEEa/_old  2020-02-07 15:57:28.583606740 +0100
+++ /var/tmp/diff_new_pack.ZnmEEa/_new  2020-02-07 15:57:28.587606742 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pcsx2
-Version:1.5.0~git20200123
+Version:1.5.0~git20200127
 Release:0
 Summary:Sony PlayStation 2 Emulator
 License:LGPL-3.0-only

++ _servicedata ++
--- /var/tmp/diff_new_pack.ZnmEEa/_old  2020-02-07 15:57:28.619606758 +0100
+++ /var/tmp/diff_new_pack.ZnmEEa/_new  2020-02-07 15:57:28.619606758 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/PCSX2/pcsx2.git
-  6ef0e9452046322cb01b68bf9f90e755a2ddd1d2
\ No newline at end of file
+  9af1d3b13790fad840acb5adff2c212c1778c46c
\ No newline at end of file

++ pcsx2-1.5.0~git20200123.tar.xz -> pcsx2-1.5.0~git20200127.tar.xz ++
/work/SRC/openSUSE:Factory/pcsx2/pcsx2-1.5.0~git20200123.tar.xz 
/work/SRC/openSUSE:Factory/.pcsx2.new.26092/pcsx2-1.5.0~git20200127.tar.xz 
differ: char 26, line 1




commit pcsx2 for openSUSE:Factory

2020-01-30 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2020-01-30 16:20:13

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.26092 (New)


Package is "pcsx2"

Thu Jan 30 16:20:13 2020 rev:5 rq:768752 version:1.5.0~git20200123

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2020-01-13 
22:21:09.622508099 +0100
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.26092/pcsx2.changes   2020-01-30 
16:20:19.610066587 +0100
@@ -1,0 +2,31 @@
+Thu Jan 23 13:42:22 UTC 2020 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20200123:
+  * Locales: Update Spanish translations es_ES. (#3203)
+  * gsdx-hw: Remove GSC_DemonStone crc hack.
+  * gsdx-gui: Add an option in hw hacks to control the half bottom detection.
+  * gsdx-hw: Split half screen/bottom detection in 3 levels.
+  * Locales: Update Traditional Chinese (zh_TW) translations. (#3216)
+  * Locales: Polish localization fix. (#3222)
+  * gsdx-d3d11: Remove unused m_rt_ss sampler.
+
+---
+Fri Jan 17 19:38:11 UTC 2020 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20200117:
+  * Locale: Update Japanese translations ja_JP. (#3204)
+  * Locales: Update Polish language translations pl_PL. (#3213)
+  * Locales: Updated the Turkish(tr_TR) translation with the missing string. 
(#3217)
+  * locales: Refresh locales to include missing string
+  * pcsx2:gui: Make the presets tooltip translatable again
+  * Locales: Updated Turkish translations for PCSX2(tr_TR). (#3208)
+  * Update locale files to current set of translatable strings (#3158)
+  * pcsx2: Quickfix for translatable string not being picked up by xgettext
+
+---
+Tue Jan 14 22:16:30 UTC 2020 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20200114:
+  * gsdx-hw: Add some missing game regions to crc list.
+
+---

Old:

  pcsx2-1.5.0~git20200105.tar.xz

New:

  pcsx2-1.5.0~git20200123.tar.xz



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.UAGCtv/_old  2020-01-30 16:20:21.922065972 +0100
+++ /var/tmp/diff_new_pack.UAGCtv/_new  2020-01-30 16:20:21.930065970 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pcsx2
-Version:1.5.0~git20200105
+Version:1.5.0~git20200123
 Release:0
 Summary:Sony PlayStation 2 Emulator
 License:LGPL-3.0-only

++ _servicedata ++
--- /var/tmp/diff_new_pack.UAGCtv/_old  2020-01-30 16:20:22.006065951 +0100
+++ /var/tmp/diff_new_pack.UAGCtv/_new  2020-01-30 16:20:22.010065949 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/PCSX2/pcsx2.git
-  9c12937351c51b921e1f28d44b019bc52e747c51
\ No newline at end of file
+  6ef0e9452046322cb01b68bf9f90e755a2ddd1d2
\ No newline at end of file

++ pcsx2-1.5.0~git20200105.tar.xz -> pcsx2-1.5.0~git20200123.tar.xz ++
/work/SRC/openSUSE:Factory/pcsx2/pcsx2-1.5.0~git20200105.tar.xz 
/work/SRC/openSUSE:Factory/.pcsx2.new.26092/pcsx2-1.5.0~git20200123.tar.xz 
differ: char 26, line 1




commit pcsx2 for openSUSE:Factory

2020-01-13 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2020-01-13 22:21:04

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.6675 (New)


Package is "pcsx2"

Mon Jan 13 22:21:04 2020 rev:4 rq:763720 version:1.5.0~git20200105

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2019-12-18 
14:48:20.761939376 +0100
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.6675/pcsx2.changes2020-01-13 
22:21:09.622508099 +0100
@@ -1,0 +2,43 @@
+Sun Jan 05 22:02:13 UTC 2020 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20200105:
+  * gsdx-hw: Add GT4 Mazda MX-5 Edition to crc list.
+
+---
+Fri Jan 03 09:03:56 UTC 2020 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191231:
+  * GameDB: Add patch for Nascar09. (#3193)
+  * gsdx-hw: Add Jak1 Cingular/Underground Demo, Jak X trilogy demo, 
RatchetAndClank3 1108 Beta to crc list.
+  * onepad: Update to latest controller database.
+  * Fix CMSAR1 execution to use correct multiplier Fix ILW/ISW/LQ/SQ on 
microVU for reading VU1 regs
+
+---
+Sat Dec 28 15:53:08 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191223:
+  * pcsx2-gui: Remove Dump memory option from Debugger.
+  * GameDB: Add Burnout 3 - Takedown [Demo], International Cue Club, Telly 
Addicts to db. (#3185)
+
+---
+Mon Dec 23 13:54:14 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191223:
+  * Fix VIF unpack log message in Vif_Unpack.cpp for VU1
+  * gamedb: remove gamefix patches for DI execution fixes.
+  * pcsx2: DI execution is delayed by one instruction.
+
+---
+Thu Dec 19 19:28:34 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191219:
+  * gui: Fix about dialog logo DPI scaling
+  * pcsx2-gui: Fix dpi scaling for some windows.
+  * pcsx2-gui: Update About window.
+  * Lilypad-gui: Fix gui overlapping for force feedback axis 2 value.
+  * gsdx-gui: Redesign hw hacks gui on Windows.
+  * gsdx-gui: Adjust some gui options.
+  * gsdx-hw: Add missing crc id for Star Wars: The Force Unleashed PAL region.
+  * GameDB: Resolve missing blade issue in Castlevania Curse of Darkness. 
(#3173)
+
+---

Old:

  pcsx2-1.5.0~git20191208.tar.xz

New:

  pcsx2-1.5.0~git20200105.tar.xz



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.vpzBwn/_old  2020-01-13 22:21:10.854508671 +0100
+++ /var/tmp/diff_new_pack.vpzBwn/_new  2020-01-13 22:21:10.858508673 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsx2
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 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:   pcsx2
-Version:1.5.0~git20191208
+Version:1.5.0~git20200105
 Release:0
 Summary:Sony PlayStation 2 Emulator
 License:LGPL-3.0-only

++ _servicedata ++
--- /var/tmp/diff_new_pack.vpzBwn/_old  2020-01-13 22:21:10.890508687 +0100
+++ /var/tmp/diff_new_pack.vpzBwn/_new  2020-01-13 22:21:10.894508689 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/PCSX2/pcsx2.git
-  9c65b73ae6ae383de6c727f4ee900446f2430646
\ No newline at end of file
+  9c12937351c51b921e1f28d44b019bc52e747c51
\ No newline at end of file

++ pcsx2-1.5.0~git20191208.tar.xz -> pcsx2-1.5.0~git20200105.tar.xz ++
/work/SRC/openSUSE:Factory/pcsx2/pcsx2-1.5.0~git20191208.tar.xz 
/work/SRC/openSUSE:Factory/.pcsx2.new.6675/pcsx2-1.5.0~git20200105.tar.xz 
differ: char 26, line 1




commit pcsx2 for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2019-12-18 14:45:07

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.4691 (New)


Package is "pcsx2"

Wed Dec 18 14:45:07 2019 rev:3 rq:757641 version:1.5.0~git20191208

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2019-11-04 
17:15:26.688840487 +0100
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.4691/pcsx2.changes2019-12-18 
14:48:20.761939376 +0100
@@ -1,0 +2,54 @@
+Tue Dec 10 22:32:43 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191208:
+  * GameDB: Ecco the dolphin - Defender of the Future patch
+
+---
+Sat Dec 07 15:20:43 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191206:
+  * onepad: Update to latest controller database.
+
+---
+Tue Dec 03 19:26:06 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191202:
+  * pcsx2: Fix mainframe wxStaticBitmap delete issue
+  * gamedb: Add vuClampMode 2 gamefix to Soul Calibur 2.
+  * GameDB: Patches update. (#3166)
+
+---
+Sat Nov 30 12:22:00 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191128:
+  * gsdx-hw: Disable half screen TS fix for Xenosaga 3.
+  * onepad: Update to latest controller database.
+  * gsdx-hw: Remove GSC_ResidentEvil4 crc hack.
+  * gsdx-hw: Add missing crc id for CrashBandicootWoC, pal region.
+  * GameDB: Various updates
+
+---
+Mon Nov 18 19:49:08 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191118:
+  * fps2bios: Remove fps2bios from master branch.
+
+---
+Sun Nov 17 18:48:29 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191117:
+  * gsdx-hw: Add comments explaining what GSC_MidnightClub3 crc hack does.
+
+---
+Wed Nov 13 19:10:31 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191113:
+  * GameDB: Update/Remove outdated gamefixes for the following titles:
+
+---
+Thu Nov 07 19:28:36 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191103:
+  * Gamedb: Remove FMVinSoftwareHack gamefix for Silent Hill 3.
+
+---

Old:

  pcsx2-1.5.0~git20191027.tar.xz

New:

  pcsx2-1.5.0~git20191208.tar.xz



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.Bcml3s/_old  2019-12-18 14:48:22.009939946 +0100
+++ /var/tmp/diff_new_pack.Bcml3s/_new  2019-12-18 14:48:22.009939946 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsx2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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:   pcsx2
-Version:1.5.0~git20191027
+Version:1.5.0~git20191208
 Release:0
 Summary:Sony PlayStation 2 Emulator
 License:LGPL-3.0-only

++ _servicedata ++
--- /var/tmp/diff_new_pack.Bcml3s/_old  2019-12-18 14:48:22.045939962 +0100
+++ /var/tmp/diff_new_pack.Bcml3s/_new  2019-12-18 14:48:22.045939962 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/PCSX2/pcsx2.git
-  24be7785dbb22b5f79b914ad00c7f5064b650b80
\ No newline at end of file
+  9c65b73ae6ae383de6c727f4ee900446f2430646
\ No newline at end of file

++ pcsx2-1.5.0~git20191027.tar.xz -> pcsx2-1.5.0~git20191208.tar.xz ++
/work/SRC/openSUSE:Factory/pcsx2/pcsx2-1.5.0~git20191027.tar.xz 
/work/SRC/openSUSE:Factory/.pcsx2.new.4691/pcsx2-1.5.0~git20191208.tar.xz 
differ: char 26, line 1




commit pcsx2 for openSUSE:Factory

2019-11-04 Thread root
Hello community,

here is the log from the commit of package pcsx2 for openSUSE:Factory checked 
in at 2019-11-04 17:15:21

Comparing /work/SRC/openSUSE:Factory/pcsx2 (Old)
 and  /work/SRC/openSUSE:Factory/.pcsx2.new.2990 (New)


Package is "pcsx2"

Mon Nov  4 17:15:21 2019 rev:2 rq:745020 version:1.5.0~git20191027

Changes:

--- /work/SRC/openSUSE:Factory/pcsx2/pcsx2.changes  2019-10-23 
15:50:34.558676811 +0200
+++ /work/SRC/openSUSE:Factory/.pcsx2.new.2990/pcsx2.changes2019-11-04 
17:15:26.688840487 +0100
@@ -1,0 +2,72 @@
+Sun Oct 27 16:13:28 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191027:
+  * gsdx-hw: Add Persona 3 to automatic mipmapping (basic level).
+
+---
+Wed Oct 23 18:25:56 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191023:
+  * ci:appveyor: Add VS2019 and remove VS2015
+  * pcsx2: Remove special case from pointer patch command parsing (#3135)
+  * gsdx-d3d11: Fetch the texture PSM format rather than the context format in 
texture sampler.
+
+---
+Mon Oct 21 19:54:51 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191021:
+  * gsdx-hw: Adjust GSC_Bully crc hack.
+
+---
+Wed Oct 16 18:15:50 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191012:
+  * common: Silence -Wunused-function clang warnings. (#3127)
+  * gsdx-hw: Purge impact screen crc hack for Burnout Revenge.
+
+---
+Wed Oct 09 20:57:23 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191008:
+  * Onepad: Update to latest controller database.
+  * spu2-x: Fix crash with an invalid output module. (#3125)
+  * cmake: Change FreeBSD wx-config path
+  * pcsx2|utilities: Remove ambiguous wxString-related overloads
+  * utilities: Split thread internal callback function
+  * GameDB: Asobo VU Rounding mode fixes (#3129)
+
+---
+Sat Oct 05 10:53:35 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20191005:
+  * GameDB: Fahrenheit asylum crashing fixes. (#3109)
+  * gsdx-ogl: Hit unsafe instead of safe path for sw fbmask when there is no 
alpha blending. (#3100)
+
+---
+Thu Oct 03 12:06:19 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20190930:
+  * gsdx_legacy: Silence very verbose clang warnings. (#3126)
+  * Set F4's AlsoApplyToGui to false to avoid a hang when spammed.
+  * common: Fix build error with clang 9. (#3123)
+
+---
+Sun Sep 29 17:31:59 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20190929:
+  * pcsx2: Partially fix IPU PACK command
+
+---
+Mon Sep 23 20:48:59 UTC 2019 - pousadua...@gmail.com
+
+- Update to version 1.5.0~git20190922:
+  * Onepad: Update to latest controller database.
+  * cmake: Fix build with cmake-3.5.2. (#3117)
+  * cdvdgigaherz: Prevent potential infinite loop on ini read
+  * pcsx2: Fix parsing error in pointer patch command (#3112)
+  * gsdx-gui: Fix FXAA Shader checkbox not working properly.
+  * Gamedb: Remove Dakar 2 gamefix patches.
+  * GSdx-d3d11: Make TFX shader more similar to OGL's.
+  * GSdx-d3d11: Reorganize TFX shader to match OGL's.
+
+---

Old:

  pcsx2-1.5.0~git20190911.tar.xz

New:

  pcsx2-1.5.0~git20191027.tar.xz



Other differences:
--
++ pcsx2.spec ++
--- /var/tmp/diff_new_pack.4BU4j6/_old  2019-11-04 17:15:27.796841671 +0100
+++ /var/tmp/diff_new_pack.4BU4j6/_new  2019-11-04 17:15:27.800841675 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsx2
 #
-# Copyright (c) 2018 SUSE LINUX Products 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,15 +12,16 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.links2linux.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:   pcsx2
-Version:1.5.0~git20190911
+Version:1.5.0~git20191027
 Release:0
 Summary:Sony PlayStation 2 Emulator
+License:LGPL-3.0-only
 Group: