Hello community,

here is the log from the commit of package libretro-pcsx-rearmed for 
openSUSE:Leap:15.2 checked in at 2020-02-19 18:46:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libretro-pcsx-rearmed (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libretro-pcsx-rearmed.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libretro-pcsx-rearmed"

Wed Feb 19 18:46:20 2020 rev:1 rq:775958 version:0~git20200209

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.libretro-pcsx-rearmed.new.26092/libretro-pcsx-rearmed.changes
 2020-02-19 18:46:22.342798494 +0100
@@ -0,0 +1,29 @@
+-------------------------------------------------------------------
+Mon Feb 10 17:49:16 UTC 2020 - [email protected]
+
+- Update to version 0~git20200209:
+  * Update Android.mk
+  * (Android) Aarch64/x86/x64 now has lightrec support
+  * Buildfix for LLVM
+  * OSX should use lightrec
+  * Fix build
+  * Update Makefile.libretro
+  * Update psxmem.c
+  * (NEON GPU) Don't hide this for non-ARM
+  * Start getting NEON GPU to work on non-Arm
+  * License this MIT - should be compatible with everything
+  * Update .travis.yml
+  * Update Makefile.libretro
+  * Fix Linux build
+  * cdrom: add missing BCD->int convert in cdrFreeze()
+  * gpulib: fix out-of-bounds reads in do_cmd_buffer()
+  * Add support for the Lightrec dynarec
+  * pcsxmem: mmap RAM/BIOS/scratchpad to better locations
+  * git subrepo clone (merge) https://github.com/witwall/mman-win32 deps/mman
+  * git subrepo clone https://github.com/pcercuei/lightrec.git deps/lightrec
+  * git subrepo clone https://git.savannah.gnu.org/git/lightning.git 
deps/lightning
+
+-------------------------------------------------------------------
+Fri Feb  7 14:58:32 UTC 2020 - Yunhe Guo <[email protected]>
+
+- Initial version

New:
----
  _service
  _servicedata
  libretro-pcsx-rearmed-0~git20200209.tar.xz
  libretro-pcsx-rearmed.changes
  libretro-pcsx-rearmed.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libretro-pcsx-rearmed.spec ++++++
#
# spec file for package libretro-pcsx-rearmed
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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.opensuse.org/
#


Name:           libretro-pcsx-rearmed
Version:        0~git20200209
Release:        0
Summary:        ARM optimized PCSX core for PlayStation emulation
License:        GPL-2.0-only
URL:            http://www.retroarch.com
Source:         %{name}-%{version}.tar.xz

BuildRequires:  gcc-c++
BuildRequires:  make

Provides:       libretro-pcsx_rearmed = %{version}
Obsoletes:      libretro-pcsx_rearmed < %{version}

%description
PCSX ReARMed is yet another PCSX fork based on the PCSX-Reloaded project, which
itself contains code from PCSX, PCSX-df and PCSX-Revolution. This version is ARM
architecture oriented and features MIPS->ARM recompiler by Ari64, NEON GTE code
and more performance improvements. It was created for Pandora handheld, but 
should
be usable on other devices after some code adjustments (N900, GPH Wiz/Caanoo,
PlayBook versions are also available).

PCSX ReARMed features ARM NEON GPU by Exophase, that in many cases produces 
pixel
perfect graphics at very high performance. There is also Una-i's GPU plugin from
PCSX4ALL project, and traditional P.E.Op.S. one.

This package is for RetroArch/Libretro front-end.

%prep
%setup -q

%build
make -f Makefile.libretro DYNAREC=lightrec

%install
mkdir -p %{buildroot}%{_libdir}/libretro
cp pcsx_rearmed_libretro.so %{buildroot}%{_libdir}/libretro

%files
%dir %{_libdir}/libretro
%{_libdir}/libretro/pcsx_rearmed_libretro.so

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="localonly">
    <param name="scm">git</param>
    <param name="url">https://github.com/libretro/pcsx_rearmed.git</param>
    <param name="filename">libretro-pcsx-rearmed</param>
    <param name="revision">master</param>
    <param name="versionformat">0~git%cd</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="localonly">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="localonly"/>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/libretro/pcsx_rearmed.git</param>
              <param 
name="changesrevision">74ec4f3a231b2335f9bcdc285ee7751d3412fc55</param></service></servicedata>

Reply via email to