Hello community,

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

Package is "libretro-yabause"

Wed Feb 19 18:46:17 2020 rev:1 rq:775932 version:0~git20190825

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

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.libretro-yabause.new.26092/libretro-yabause.changes
   2020-02-19 18:46:18.730791182 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu Sep 26 11:35:17 UTC 2019 - Yunhe Guo <[email protected]>
+
+- Initial version from old_core branch. master branch is not working yet.

New:
----
  _service
  _servicedata
  libretro-yabause-0~git20190825.tar.xz
  libretro-yabause.changes
  libretro-yabause.spec

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

Other differences:
------------------
++++++ libretro-yabause.spec ++++++
#
# spec file for package libretro-yabause
#
# Copyright (c) 2018 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-yabause
Version:        0~git20190825
Release:        0
Summary:        Yabause libretro core for Sega Saturn emulation
License:        GPL-3.0-only
Group:          System/Emulators/Other
URL:            http://www.retroarch.com
Source:         %{name}-%{version}.tar.xz

BuildRequires:  gcc-c++
BuildRequires:  make
BuildRequires:  Mesa-devel
BuildRequires:  glu-devel

%description
Yabause is a Sega Saturn emulator. This package is for RetroArch/libretro
front-end.

%prep
%setup -q

%build
cd libretro
make

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

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

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="localonly">
    <param name="scm">git</param>
    <param name="url">https://github.com/libretro/yabause.git</param>
    <param name="revision">old_core</param>
    <param name="filename">libretro-yabause</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/yabause.git</param>
              <param 
name="changesrevision">0f1f8ac3fa0c4ce813553944d281c18d505a5f5b</param></service></servicedata>

Reply via email to