Hello community, here is the log from the commit of package libretro-81 for openSUSE:Leap:15.2 checked in at 2020-02-21 23:52:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libretro-81 (Old) and /work/SRC/openSUSE:Leap:15.2/.libretro-81.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libretro-81" Fri Feb 21 23:52:41 2020 rev:1 rq:776109 version:0~git20190918 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libretro-81.new.26092/libretro-81.changes 2020-02-21 23:52:42.652967002 +0100 @@ -0,0 +1,19 @@ +------------------------------------------------------------------- +Thu Oct 10 20:36:04 UTC 2019 - [email protected] + +- Update to version 0~git20190918: + * (tvOS) support building with tvOS SDK + * libretro: jni: Add android jni makefiles + * Add support for git_version define + * makefile cleanup + * Updated cross-makefiles + * General fix to linking + * Added A7A7 + * Update + * libnx port + * Updated cross-makefiles + +------------------------------------------------------------------- +Thu Oct 10 20:35:44 UTC 2019 - Yunhe Guo <[email protected]> + +- Initial version New: ---- _service _servicedata libretro-81-0~git20190918.tar.xz libretro-81.changes libretro-81.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libretro-81.spec ++++++ # # spec file for package libretro-81 # # 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 # 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-81 Version: 0~git20190918 Release: 0 Summary: 81 libretro core for ZX81 emulation License: GPL-3.0 Group: System/Emulators/Other URL: http://www.retroarch.com Source: %{name}-%{version}.tar.xz BuildRequires: gcc-c++ BuildRequires: make %description A port of the EightyOne ZX81 Emulator to libretro %prep %setup -q %build make %install mkdir -p %{buildroot}%{_libdir}/libretro cp 81_libretro.so %{buildroot}%{_libdir}/libretro %files %dir %{_libdir}/libretro %{_libdir}/libretro/81_libretro.so %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="localonly"> <param name="scm">git</param> <param name="url">https://github.com/libretro/81-libretro.git</param> <param name="filename">libretro-81</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/81-libretro.git</param> <param name="changesrevision">338b558a2c6c13541c836195a84b644a91d84df5</param></service></servicedata>
