Hello community,

here is the log from the commit of package libretro-pcsx_rearmed for 
openSUSE:Factory checked in at 2017-02-18 03:19:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libretro-pcsx_rearmed (Old)
 and      /work/SRC/openSUSE:Factory/.libretro-pcsx_rearmed.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libretro-pcsx_rearmed"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libretro-pcsx_rearmed/libretro-pcsx_rearmed.changes  
    2016-11-13 22:51:21.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.libretro-pcsx_rearmed.new/libretro-pcsx_rearmed.changes
 2017-02-18 03:19:08.280021774 +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 pcsx_rearmed_libretro.info by pcsx_rearmed.libretro
+  + Install files in $(libdir)/libretro/ instead of
+    $(libdir)/retro-1.0/plugins/
+
+-------------------------------------------------------------------

Old:
----
  pcsx_rearmed_libretro.info

New:
----
  pcsx_rearmed.libretro

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

Other differences:
------------------
++++++ libretro-pcsx_rearmed.spec ++++++
--- /var/tmp/diff_new_pack.Ckm4XT/_old  2017-02-18 03:19:08.907933087 +0100
+++ /var/tmp/diff_new_pack.Ckm4XT/_new  2017-02-18 03:19:08.911932522 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libretro-pcsx_rearmed
 #
-# 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/pcsx_rearmed
 Source:         pcsx_rearmed-%{version}.tar.xz
-Source1:        pcsx_rearmed_libretro.info
+Source1:        pcsx_rearmed.libretro
 Source2:        pcsx_rearmed-Makefile.install
 BuildRequires:  zlib-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -38,19 +38,18 @@
 cp %{S:2} Makefile.install
 
 %build
-make %{?_smp_mflags} --makefile=Makefile.install prefix=%{_prefix} 
core_installdir=%{_libdir}/retro-1.0/plugins/
+make %{?_smp_mflags} --makefile=Makefile.install prefix=%{_prefix} 
core_installdir=%{_libdir}/libretro/
 
 %install
-make DESTDIR=%{buildroot} install --makefile=Makefile.install 
prefix=%{_prefix} core_installdir=%{_libdir}/retro-1.0/plugins/
-mkdir -p %{buildroot}%{_libdir}/retro-1.0/plugins/
-install -m644 -p %{SOURCE1} %{buildroot}%{_libdir}/retro-1.0/plugins/
+make DESTDIR=%{buildroot} install --makefile=Makefile.install 
prefix=%{_prefix} core_installdir=%{_libdir}/libretro/
+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/pcsx_rearmed_libretro.info
-%{_libdir}/retro-1.0/plugins/pcsx_rearmed_libretro.so
+%dir %{_libdir}/libretro
+%{_libdir}/libretro/pcsx_rearmed.libretro
+%{_libdir}/libretro/pcsx_rearmed_libretro.so
 
 %changelog

++++++ pcsx_rearmed.libretro ++++++
[Libretro]
Type=Emulator
Version=1.0
Name=PCSX ReARMed
Module=pcsx_rearmed_libretro.so
LibretroVersion=1
Authors=PCSX Team;notaz;Exophase;
License=GPL-2.0+;

[Platform:PlayStation]
MimeType=application/x-cue;application/x-playstation-rom;
Firmwares=PlayStationE;PlayStationJ;PlayStationU;

[Firmware:PlayStationE]
Path=scph5502.bin
MD5=32736f17079d0b2b7024407c39bd3050
Mandatory=false

[Firmware:PlayStationJ]
Path=scph5500.bin
MD5=8dd7d5296a650fac7319bce665a6a53c
Mandatory=false

[Firmware:PlayStationU]
Path=scph5501.bin
MD5=490f666e1afb15b7362b406ed1cea246
Mandatory=false

Reply via email to