Hello community,

here is the log from the commit of package libretro-bsnes for openSUSE:Factory 
checked in at 2019-11-14 23:45:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libretro-bsnes (Old)
 and      /work/SRC/openSUSE:Factory/.libretro-bsnes.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libretro-bsnes"

Thu Nov 14 23:45:50 2019 rev:5 rq:738528 version:0~git20191013

Changes:
--------
--- /work/SRC/openSUSE:Factory/libretro-bsnes/libretro-bsnes.changes    
2017-09-14 21:20:46.215667911 +0200
+++ /work/SRC/openSUSE:Factory/.libretro-bsnes.new.26869/libretro-bsnes.changes 
2019-11-14 23:45:51.984677896 +0100
@@ -1,0 +2,16 @@
+Mon Oct 14 12:49:44 UTC 2019 - [email protected]
+
+- Update to version 0~git20191013:
+  * add input_poll to retro_run to match libretro.h specifications
+  * add iOS and tvOS back to root level GNUmakefile
+  * libretro build fixes
+  * v111.6
+  * Language detection fix attempt 1.
+  * NHL '94 (Japan) scanline override for fast PPU
+  * v111.5
+  * Added SHVC-2P3B-01
+  * v110.4
+  * v111.4
+- Remove bsnes.libretro because it is provided in core info package
+
+-------------------------------------------------------------------

Old:
----
  bsnes-libretro-0~20170724.263e94f9.tar.xz
  bsnes_balanced.libretro

New:
----
  libretro-bsnes-0~git20191013.tar.xz

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

Other differences:
------------------
++++++ libretro-bsnes.spec ++++++
--- /var/tmp/diff_new_pack.PUxcXV/_old  2019-11-14 23:45:52.840677598 +0100
+++ /var/tmp/diff_new_pack.PUxcXV/_new  2019-11-14 23:45:52.844677597 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libretro-bsnes
 #
-# Copyright (c) 2017 SUSE LINUX 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,42 +12,42 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           libretro-bsnes
-Version:        0~20170724.263e94f9
+Version:        0~git20191013
 Release:        0
-Summary:        SNES Emulator for Retro-based frontends
-License:        GPL-3.0
-Group:          Amusements/Games/Other
-Url:            https://github.com/libretro/bsnes-libretro
-Source:         bsnes-libretro-%{version}.tar.xz
-Source1:        bsnes_balanced.libretro
+Summary:        The bsnes libretro core for SNES emulation
+License:        GPL-3.0-only
+Group:          System/Emulators/Other
+URL:            http://www.retroarch.com
+Source:         %{name}-%{version}.tar.xz
+
 BuildRequires:  gcc-c++
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  make
 
 %description
-This package contains a libretro port of the BSNES emulator.
-It can be used by various frontends to load SNES ROMs.
+Fork of bsnes, a Super Nintendo (Super Famicom) emulator.
+
+This package is for RetroArch/libretro front-end.
 
 %prep
-%setup -q -n bsnes-libretro-%{version}
+%setup -q
 
 %build
-make %{?_smp_mflags} prefix=%{_prefix} core_installdir=%{_libdir}/libretro/ 
profile=balanced
+cd bsnes
+make -f GNUmakefile compiler=g++ target=libretro binary=library local=false 
platform=linux
 
 %install
-make DESTDIR=%{buildroot} install prefix=%{_prefix} 
core_installdir=%{_libdir}/libretro/ profile=balanced
-mkdir -p %{buildroot}%{_libdir}/libretro/
-install -m644 -p %{SOURCE1} %{buildroot}%{_libdir}/libretro/
+mkdir -p %{buildroot}%{_libdir}/libretro
+cp bsnes/out/bsnes_libretro.so %{buildroot}%{_libdir}/libretro
 
 %files
 %defattr(-,root,root)
-%doc COPYING
+%license LICENSE.txt
 %dir %{_libdir}/libretro
-%{_libdir}/libretro/bsnes_balanced.libretro
-%{_libdir}/libretro/bsnes_balanced_libretro.so
+%{_libdir}/libretro/bsnes_libretro.so
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.PUxcXV/_old  2019-11-14 23:45:52.928677568 +0100
+++ /var/tmp/diff_new_pack.PUxcXV/_new  2019-11-14 23:45:52.928677568 +0100
@@ -1,14 +1,15 @@
 <services>
-  <service name="tar_scm" mode="disabled">
-    <param name="url">https://github.com/libretro/bsnes-libretro.git</param>
+  <service name="tar_scm" mode="localonly">
     <param name="scm">git</param>
-    <param name="versionformat">0~%cd.%h</param>
+    <param name="url">https://github.com/libretro/bsnes.git</param>
+    <param name="filename">libretro-bsnes</param>
+    <param name="revision">master</param>
+    <param name="versionformat">0~git%cd</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">libretro</param>
   </service>
-  <service name="recompress" mode="disabled">
+  <service name="recompress" mode="localonly">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="disabled"/>
+  <service name="set_version" mode="localonly"/>
 </services>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.PUxcXV/_old  2019-11-14 23:45:52.956677558 +0100
+++ /var/tmp/diff_new_pack.PUxcXV/_new  2019-11-14 23:45:52.956677558 +0100
@@ -1,4 +1,6 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">https://github.com/libretro/bsnes-libretro.git</param>
-          <param 
name="changesrevision">9689bb808924427c491c377c8c58c6087ad74de3</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">9689bb808924427c491c377c8c58c6087ad74de3</param></service><service
 name="tar_scm">
+                <param name="url">https://github.com/libretro/bsnes.git</param>
+              <param 
name="changesrevision">fae889f4d24793b9d0e30c026e3ae8362f3b71fd</param></service></servicedata>
\ No newline at end of file


Reply via email to