Hello community,

here is the log from the commit of package libretro-bsnes for openSUSE:Factory 
checked in at 2017-02-16 17:06:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libretro-bsnes (Old)
 and      /work/SRC/openSUSE:Factory/.libretro-bsnes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libretro-bsnes"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libretro-bsnes/libretro-bsnes.changes    
2016-11-13 22:51:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libretro-bsnes.new/libretro-bsnes.changes       
2017-02-16 17:07:00.319255489 +0100
@@ -1,0 +2,8 @@
+Tue Feb 14 10:19:12 UTC 2017 - [email protected]
+
+- Adapt to changes in gnome-games-3.23.90
+  + Replace bsnes_balanced_libretro.info by bsnes_balanced.libretro
+  + Install files in $(libdir)/libretro/ instead of
+    $(libdir)/retro-1.0/plugins/
+
+-------------------------------------------------------------------

Old:
----
  bsnes_balanced_libretro.info

New:
----
  bsnes_balanced.libretro

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

Other differences:
------------------
++++++ libretro-bsnes.spec ++++++
--- /var/tmp/diff_new_pack.JGtyGu/_old  2017-02-16 17:07:00.831183053 +0100
+++ /var/tmp/diff_new_pack.JGtyGu/_new  2017-02-16 17:07:00.835182487 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libretro-bsnes
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,7 +24,7 @@
 Group:          Amusements/Games/Other
 Url:            https://github.com/libretro/bsnes-libretro
 Source:         bsnes-libretro-%{version}.tar.xz
-Source1:        bsnes_balanced_libretro.info
+Source1:        bsnes_balanced.libretro
 BuildRequires:  gcc-c++
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -36,19 +36,18 @@
 %setup -q -n bsnes-libretro-%{version}
 
 %build
-make %{?_smp_mflags} prefix=%{_prefix} 
core_installdir=%{_libdir}/retro-1.0/plugins/ profile=balanced
+make %{?_smp_mflags} prefix=%{_prefix} core_installdir=%{_libdir}/libretro/ 
profile=balanced
 
 %install
-make DESTDIR=%{buildroot} install prefix=%{_prefix} 
core_installdir=%{_libdir}/retro-1.0/plugins/ profile=balanced
-mkdir -p %{buildroot}%{_libdir}/retro-1.0/plugins/
-install -m644 -p %{SOURCE1} %{buildroot}%{_libdir}/retro-1.0/plugins/
+make DESTDIR=%{buildroot} install prefix=%{_prefix} 
core_installdir=%{_libdir}/libretro/ profile=balanced
+mkdir -p %{buildroot}%{_libdir}/libretro/
+install -m644 -p %{SOURCE1} %{buildroot}%{_libdir}/libretro/
 
 %files
 %defattr(-,root,root)
 %doc COPYING
-%dir %{_libdir}/retro-1.0
-%dir %{_libdir}/retro-1.0/plugins
-%{_libdir}/retro-1.0/plugins/bsnes_balanced_libretro.info
-%{_libdir}/retro-1.0/plugins/bsnes_balanced_libretro.so
+%dir %{_libdir}/libretro
+%{_libdir}/libretro/bsnes_balanced.libretro
+%{_libdir}/libretro/bsnes_balanced_libretro.so
 
 %changelog

++++++ bsnes_balanced.libretro ++++++
[Libretro]
Type=Emulator
Version=1.0
Name=bsnes Balanced
Module=bsnes_balanced_libretro.so
LibretroVersion=1
Authors=byuu;
License=GPL-3.0;

[Platform:SuperNintendoEntertainmentSystem]
MimeType=application/vnd.nintendo.snes.rom;

Reply via email to